Alexandru Branza

Results 431 comments of Alexandru Branza

I have an idea.. try using: ``` #EXTM3U #EXTINF:-1, BT Sport 2 HD http://localhost:8081/channels/play?id=14882 ```

An alternative (and possibly better, as it uses a different technique of casting) way of doing it would be to open this file with a text or code editor: ```...

I've looked at this a bit closer, the second method i proposed can't work without this change too. https://github.com/jaruba/PowderPlayer/blob/master/src/lib/dlna.js#L232 should be: ``` configProxy = { target: urlParser.protocol+'//'+ ( urlParser.host.includes(':') ?...

> It just froze up Powder (when I tried to DLNA) It shouldn't have.. The way the 2 test scenarios work, is that if you use `localhost`, it would just...

Uhm, for this particular error, I'd try changing these lines: https://github.com/jaruba/PowderPlayer/blob/master/src/lib/dlna.js#L197-L202 to: ``` var options = { contentType: 'video/mp2t', autoplay: true, metadata: { title: player.vlc.playlist.items[dlna.instance.lastIndex].title.replace("[custom]","") } }; ``` _this is...

Other possible options for `contentType` if that doesn't work, could be `video/vnd.dlna.mpeg-tts` and `video/x-mp2t-mphl-188`

did you try all of them? :))

Streaming - Yes (all the time), Live Streaming - No. But that shouldn't be the issue. What method did you use to get to this error? Make sure that your...

_edited my previous comment, use the code posted now_

It's saying that it can't find the video URL, try again maybe? Wait for the video to play a few seconds before pressing `Stream to TV (DLNA)`