All Projects → ps3mediaserver → Ps3mediaserver

ps3mediaserver / Ps3mediaserver

Licence: gpl-2.0
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.

Programming Languages

java
68154 projects - #9 most used programming language

Projects that are alternatives of or similar to Ps3mediaserver

Universalmediaserver
A DLNA, UPnP and HTTP(S) Media Server.
Stars: ✭ 1,339 (+151.69%)
Mutual labels:  media-server, upnp
Dms
A UPnP DLNA Digital Media Server that includes basic video transcoding. Tested on a Panasonic Viera television, several Android UPnP apps, and Chromecast.
Stars: ✭ 347 (-34.77%)
Mutual labels:  upnp
slingr
A simple CLI for UPnP media file streaming
Stars: ✭ 32 (-93.98%)
Mutual labels:  upnp
ssdp
Python asyncio library for Simple Service Discovery Protocol (SSDP).
Stars: ✭ 25 (-95.3%)
Mutual labels:  upnp
nat-api
↔️ Fast port mapping with UPnP and NAT-PMP
Stars: ✭ 22 (-95.86%)
Mutual labels:  upnp
Goupnp
UPnP client library for Go (#golang)
Stars: ✭ 281 (-47.18%)
Mutual labels:  upnp
mmupnp
Universal Plug and Play (UPnP) ControlPoint library for Java/Kotlin
Stars: ✭ 39 (-92.67%)
Mutual labels:  upnp
Kawaii Player
Multimedia player, media library manager and portable media server with PC-To-PC casting feature.
Stars: ✭ 397 (-25.38%)
Mutual labels:  media-server
Dorsvr
Go RTSP Streaming Server
Stars: ✭ 331 (-37.78%)
Mutual labels:  media-server
Pi-OpenCast
📺 Transform your Raspberry Pi into an awesome streaming device.
Stars: ✭ 29 (-94.55%)
Mutual labels:  media-server
playercast
Cast to media player and control playback remotely.
Stars: ✭ 46 (-91.35%)
Mutual labels:  media-server
netdisco
🔎 Python library to scan local network for services and devices.
Stars: ✭ 252 (-52.63%)
Mutual labels:  upnp
Server
The Kaltura Platform Backend. To install Kaltura, visit the install packages repository.
Stars: ✭ 293 (-44.92%)
Mutual labels:  media-server
livekit-server
Scalable, high-performance WebRTC SFU. SDKs in JavaScript, React, React Native, Flutter, Swift, Kotlin, Unity/C#, Go, Ruby and Node.
Stars: ✭ 3,757 (+606.2%)
Mutual labels:  media-server
Swyh
Stream the sound from your PC to an UPnP/DLNA device
Stars: ✭ 383 (-28.01%)
Mutual labels:  upnp
rAudio-1
Raspberry Pi audio player: AirPlay, Audio CD, Bluetooth, DAB radio, DSP, Internet rafio, Multi-room, Spotify Connect, UPnP
Stars: ✭ 151 (-71.62%)
Mutual labels:  upnp
go2tv
Cast media files to UPnP/DLNA Media Renderers and Smart TVs.
Stars: ✭ 99 (-81.39%)
Mutual labels:  upnp
Kms Core
Core library of Kurento Media Server
Stars: ✭ 260 (-51.13%)
Mutual labels:  media-server
Platform Install Packages
Official deployment packages to install the Kaltura platform on a server or cluster environments using native OS package managers
Stars: ✭ 436 (-18.05%)
Mutual labels:  media-server
Node Media Server
A Node.js implementation of RTMP/HTTP-FLV/WS-FLV/HLS/DASH/MP4 Media Server
Stars: ✭ 4,433 (+733.27%)
Mutual labels:  media-server

PS3 Media Server

by shagrath

WARNING : This project may still work, but is not maintained since 2016.

Build Status

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

Thanks

Thanks to:

  • Redlum
  • tcox
  • SubJunk
  • taconaut
  • tomeko
  • lightglitch
  • chocolateboy
  • ditlew
  • Raptor399
  • renszarv
  • happy.neko

for major code contributions.

Thanks to:

  • meskibob
  • otmanix

for 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 server

See the CHANGELOG for more thanks.

Installation

The download site 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.

For instructions on installing and running PMS from a tarball, see 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 package

See 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 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 as published by the Free Software Foundation, either version 2 of the License, or (at your option) any later version.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].