Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ps3mediaserver/ps3mediaserver
PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server. Originally written to support the PlayStation 3, PS3 Media Server has been expanded to support a range of other media renderers, including smartphones, televisions, music players and more.
https://github.com/ps3mediaserver/ps3mediaserver
dlna java media-server ps3-media-server ps3mediaserver upnp
Last synced: 19 days ago
JSON representation
PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server. Originally written to support the PlayStation 3, PS3 Media Server has been expanded to support a range of other media renderers, including smartphones, televisions, music players and more.
- Host: GitHub
- URL: https://github.com/ps3mediaserver/ps3mediaserver
- Owner: ps3mediaserver
- License: gpl-2.0
- Archived: true
- Created: 2011-11-20T10:40:40.000Z (almost 13 years ago)
- Default Branch: master
- Last Pushed: 2017-07-13T06:15:13.000Z (over 7 years ago)
- Last Synced: 2024-07-31T19:16:05.587Z (4 months ago)
- Topics: dlna, java, media-server, ps3-media-server, ps3mediaserver, upnp
- Language: Java
- Homepage: http://www.ps3mediaserver.org/
- Size: 27.7 MB
- Stars: 559
- Watchers: 101
- Forks: 228
- Open Issues: 24
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.txt
- License: LICENSE.txt
Awesome Lists containing this project
README
# PS3 Media Server
by shagrath
WARNING : This project may still work, but is not maintained since 2016.
[![Build Status](http://pms.smoeller.de/buildStatus/icon?job=pms+%28trunk%29)](http://pms.smoeller.de/job/pms%20%28trunk%29/)
- [Links](#links)
- [Thanks](#thanks)
- [Installation](#installation)
- [Building](#building)
- [Development](#development)
- [License](#license)PS3 Media Server is a cross-platform DLNA-compliant UPnP Media Server.
Originally written to support the PlayStation 3, PS3 Media Server has been
expanded to support a range of other media renderers, including smartphones,
TVs, music players and more.## Links
* [Website](http://www.ps3mediaserver.org/)
* [Forum](http://www.ps3mediaserver.org/forum/)
* [Downloads](http://sourceforge.net/projects/ps3mediaserver/files/)
* [Source code](https://github.com/ps3mediaserver/ps3mediaserver)
* [Issue tracker](https://code.google.com/p/ps3mediaserver/issues/list)## Thanks
Thanks to:
* Redlum
* tcox
* SubJunk
* taconaut
* tomeko
* lightglitch
* chocolateboy
* ditlew
* Raptor399
* renszarv
* happy.nekofor major code contributions.
Thanks to:
* meskibob
* otmanixfor documentation and contributions to the community.
* boblinds and snoots for the network test cases :)
* sarraken, bleuecinephile, bd.azerty, fabounnet for the support and feedback
* smo for the Jenkins serverSee the [CHANGELOG](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/CHANGELOG.txt) for more thanks.
## Installation
The [download site](http://sourceforge.net/projects/ps3mediaserver/files/)
has the latest releases of PS3 Media Server for Windows and Mac OS X as well as tarballs for Linux/Unix
and debs for manual installation on Debian/Ubuntu.For Debian and Ubuntu packages, see [here](http://www.ps3mediaserver.org/forum/viewtopic.php?f=3&t=13046).
For instructions on installing and running PMS from a tarball, see
[INSTALL.txt](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/INSTALL.txt).## Building
PMS can be built using the following commands:
git clone git://github.com/ps3mediaserver/ps3mediaserver.git
cd ps3mediaserver
mvn com.savage7.maven.plugins:maven-external-dependency-plugin:resolve-external
mvn com.savage7.maven.plugins:maven-external-dependency-plugin:install-external
mvn packageSee [BUILD.md](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/BUILD.md) for detailed information
on setting up a PMS build environment.## Development
If you plan to commit source code, be sure to configure git to deal properly with
cross platform line endings.On Mac OS X and Linux:
git config --global core.autocrlf input
On Windows:
git config --global core.autocrlf true
For more information, see http://help.github.com/line-endings/
See [DEVELOP.md](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/DEVELOP.md)
for detailed information on setting up a PMS development environment.## License
Copyright 2009-2013 shagrath.
PS3 Media Server is free software: you can redistribute it and/or modify it under the terms of the
[GNU General Public License](https://github.com/ps3mediaserver/ps3mediaserver/blob/master/LICENSE.txt)
as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.