dlnacasts
dlnacasts copied to clipboard
Query your local network for DLNA media renderers and have them play media
Don`t work in my TV: **My code:** ```var dlnacasts = require('dlnacasts')() console.log(`Players: ${dlnacasts.players}`) dlnacasts.on('update', function (player) { console.log('all players: ', dlnacasts.players) player.play('http://commondatastorage.googleapis.com/gtv-videos-bucket/ED_1280.mp4', {title: 'my video', type: 'video/mp4'}) }) ``` **Console:**...
ssdp bind random port by default It's hard to write a firewall rule for it.
Hi, Many thanks for your work, this is really great, I'm testing webtorrent from "feross" reposity, I explained him that issue, and he told me this issue come from dlnacasts,...
My app needs to know the device udn. Also, I don't think the friendly name is guaranteed to be unique on the network so we should use the udn instead.