oeuillot / upnpserver

Fast and light upnp server for node
GNU General Public License v2.0
181 stars 47 forks source link

iceCastRepository #29

Closed s-leger closed 9 years ago

s-leger commented 9 years ago

Implement iceCastRepository using iceCast json api Allow use of external medias (absolute Implement basic presentation Fix missing argument in http contentProvider Check for node without upnpClass attribute on _garbageChild Call stop on process exit to broadcast ssdp byebye Add a cache folder for icecast playlists Enable support for audioBroadcast upnp class Add some mime for audioItem

s-leger commented 9 years ago

Hi, support for external urls is quite simple, found an elegant solution by using "external" parameter in node. Please take a look at this branch. From here we have two choices : poxyed media more secure or direct access (eg with google drive) Best regards.

oeuillot commented 9 years ago

Hello Good work !!!! Welcome on board :-) I have merged manually your code because there is lot of works waiting for commit on my comuter ! I have renamed externalURL to contentExternalURL !