]> git.sesse.net Git - vlc/commit
Bleeding edge UPnP service discovery :
authorRémi Denis-Courmont <rem@videolan.org>
Sun, 17 Jul 2005 09:04:58 +0000 (09:04 +0000)
committerRémi Denis-Courmont <rem@videolan.org>
Sun, 17 Jul 2005 09:04:58 +0000 (09:04 +0000)
commit2145181c6fbee1fe1e6ef14163ebb8b869c22ced
tree4b8a8ddabf18d514803261639aec6dff9003ae46
parent58e25ba45e0d05ca9fd88606953814fb23d3b0eb
Bleeding edge UPnP service discovery :
 * depends on CyberLink C++ UPnP library available from :
   http://sourceforge.net/project/showfiles.php?group_id=89768
   with iconv compilation patch from :
   http://jserv.sayya.org/upnp/clinkcc170-fix-compilation.diff
 * requires libexpat-devel or whatever you call it,
 * needs review by playlist guru (Zorglub ?),
   especially as regards locking
 * at least, detects UPnP Media server properly
 * I'm looking for a '''working''' UPnP Media Server on Linux for more
   extensive tests. I couldn't get TwonkyVision to accept my medias :(
 * tentatively closes #98 - and probably introduce new bugs
configure.ac
modules/services_discovery/Modules.am
modules/services_discovery/upnp.cpp [new file with mode: 0644]