Difference between revisions of "DLNA Open Source Projects"

From eLinux.org
Jump to: navigation, search
(UPnP media servers)
(Add Category Networking)
(3 intermediate revisions by 2 users not shown)
Line 17: Line 17:
 
* [http://openpfc.org/ OpenPFC] - Media device engine
 
* [http://openpfc.org/ OpenPFC] - Media device engine
 
** John Gildred of Pioneer stated: Pioneer published an LGPL implementation of an HD DVR called Digital Library with support for DMS and DMP features. It uses the OpenPFC DTV middleware. It was never put through certification, and it's a bit outdated now.
 
** John Gildred of Pioneer stated: Pioneer published an LGPL implementation of an HD DVR called Digital Library with support for DMS and DMP features. It uses the OpenPFC DTV middleware. It was never put through certification, and it's a bit outdated now.
 +
 +
== UPnP Media Players ==
 +
 +
I only list the open source ones.
 +
 +
* [http://enna.geexbox.org/ Enna] (Linux) - An embedded Media Center with GUPnP-based UPnP A/V Media Browser and Player capabilities
 +
* [http://xbmc.org/ XBMC] (Linux | Windows | MacOSX) - A multi-platforms Media Center with UPnP A/V plugin
  
 
== DLNA media servers ==
 
== DLNA media servers ==
Line 24: Line 31:
  
 
== UPnP libraries and middleware ==
 
== UPnP libraries and middleware ==
 +
* [http://platinum.sourceforge.net Platinum] - Platinum UPnP SDK
 
* [http://upnp.sourceforge.net/ libupnp] - Linux SDK for UPnP Devices
 
* [http://upnp.sourceforge.net/ libupnp] - Linux SDK for UPnP Devices
 
** Originally donated by Intel, this library serves as the foundation for some other projects
 
** Originally donated by Intel, this library serves as the foundation for some other projects
Line 42: Line 50:
 
=== Other lists ===
 
=== Other lists ===
 
* There's also a good list of projects at: https://coherence.beebits.net/wiki/Resources
 
* There's also a good list of projects at: https://coherence.beebits.net/wiki/Resources
 +
[[Category:Networking]]

Revision as of 14:10, 1 June 2011

Here is some random information about DLNA open source projects:

UPnP media servers

Here is a list of UPnP media servers for Windows, Linux, MAC and Python: (some links obtained from http://ps3mods.blogspot.com/2007/05/upnp-media-servers-for-windows-mac.html)

I only list the open source ones.

  • CyberMediaGate (C++) - UPnP A/V Media Server, using cyberlink
  • uShare (Linux) - UPnP A/V and DLNA Media Server, using libupnp
  • GMediaServer (Linux) -
  • MediaTomb (Linux, port to NAS has been reported)
  • MythTV - MythTV UPnP A/V Media Server support
  • Cidero Internet Radio Server (Java)
  • Fuppes (Windows, Linux) - FUPPES is a free multiplatform UPnP (TM) A/V Media Server.
  • PyMedS (Python) - Python UPnP Media Server
  • OpenPFC - Media device engine
    • John Gildred of Pioneer stated: Pioneer published an LGPL implementation of an HD DVR called Digital Library with support for DMS and DMP features. It uses the OpenPFC DTV middleware. It was never put through certification, and it's a bit outdated now.

UPnP Media Players

I only list the open source ones.

  • Enna (Linux) - An embedded Media Center with GUPnP-based UPnP A/V Media Browser and Player capabilities
  • XBMC (Linux | Windows | MacOSX) - A multi-platforms Media Center with UPnP A/V plugin

DLNA media servers

  • uShare (Linux) - Free UPnP and DLNA Media Server for Linux
  • Rygel - GNOME UPnP/DLNA Media Server
  • minidlna (Linux) DLNA server working whit Sony Bravia 46W4500

UPnP libraries and middleware

  • Platinum - Platinum UPnP SDK
  • libupnp - Linux SDK for UPnP Devices
    • Originally donated by Intel, this library serves as the foundation for some other projects
  • pupnp - A Portable Open Source UPnP Development Kit
    • This looks like the successor to libupnp??
  • Cyberlink for Java (Java) - Development package for UPnP applications
  • Cyberlink for C (C) - Development package for C UPnP applications
  • Cyberlink for C++ (C++) - Development package for C++ UPnP applications
  • Net::UPnP (Perl) - Development package for Perl UPnP applications
  • Cidero - Cidero UPnP Control Point and Bridge Software

DLNA and UPnP libraries and middleware

  • libdlna (C) - Reference DLNA open-source implementation for Linux
  • coherence (Python) - DLNA/UPnP framework for existing applications
    • Building bridges - coherence, a DLNA/UPnP framework talk, by Frank Scholz at ELCE 2008. Video available.
  • GUPnP (C) - GObject/GLib based UPnP framework

Other lists