HLS (m3u8) live streaming #91
zadorozhko
started this conversation in
Show and tell
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Hi guys,
I'm looked for HLS support in go2tv, it's a main streaming protocol for Apple devices, but found this feature was already rejected. Alex said no one need this, no devices are supporting m3u8 as input, but my $5 EZCast WiFi->HDMI dongle do. So, for those who need this, I want to share a tiny command-line player written in node.js - dlnacast. It can discover devices, cast to them by name, not only by http://ip:port/xml (useful when target is on DHCP), and use local/network files as well as http://.m3u8 streams. It have no gui and no on-the-fly transcoding.
Beta Was this translation helpful? Give feedback.
All reactions