limmer55 / streamdock

📺 A Web-IPTV Player docker image.
GNU General Public License v3.0
122 stars 1 forks source link

[FEATURE] Allow playback of proxied udp streams? #2

Open thehijacker opened 4 days ago

thehijacker commented 4 days ago

Looks like a great project and perfect for what I would need to quickly debug specific channels. I am running udpxy proxy at home on my router. So the URL to the specific channels looks like http://192.168.88.1:1234/udp/239.1.1.1:5000. 239.1.1.1:5000 is for example a multicast stream, just proxied over http.

But this steam does not play in your web GUI. Mission impossible to implement this? Do you know any alternative software that could play this over web?

Thanks.

thehijacker commented 4 days ago

From the browser console:

image

And under network tab in browser I can see that the stream is downloading. So browser is receiving it, but not playing it in video player.