upnpserver
upnpserver copied to clipboard
Fast and light upnp server for node
Also fixed a bug where album and song titles aren't being loaded correctly
When I add file when the server is running, It can't show up on the media list
Nice project, but in my case the server wasn't seen on network (only on the PC where it runs). This was combination of two issues with included node-ssdp module: 1)...
Support for this to be a cordova plugin would be good.
Yo M. oeillot, je suis tres interessé par ton projet pour faire un nas linkant une cryptographie et gdrive mais je rencontre quelques soucis pour lancer ton projet. J'execute le...
great repo! I have a feature request: When using a smart TV, the ff and rewind buttons are not active on this server, same video on my other media server,...
Hello! The server is invisible on older TVs. On Android, too, but then I found the setting "High Quality" and the server appear in the list. Please tell me which...
es6?
hello olivier trying the new es6 branch downloaded the zip and running npm install i have kerberos building fail... ``` > [email protected] install /home/sylvain/Documents/projets/git/StreamStudio/node_modules/upnpserver/node_modules/mongodb/node_modules/kerberos > (node-gyp rebuild) || (exit 0)...
ffprobe
Hi, Including ffmpeg things could be a pain in the ass on some systems (special thanks libav fork...) . At least we should provide some instructions to get static versions....
Upnp LastChange event model make a wide use of "val" complex attribute including embedding xml. Xmltojs currently doesn't filter attributes values so we need to escape those manually. Pushed a...