From: gregor herrmann Date: Mon, 20 Jul 2020 21:07:09 +0000 (+0200) Subject: add another idea: HLS X-Git-Url: https://git.toastfreeware.priv.at/toast/stream2beamer.git/commitdiff_plain/bf3fd3ec05d85699c6bf46a0116f85423800a682?ds=sidebyside add another idea: HLS --- diff --git a/stream2beamer.md b/stream2beamer.md index d5cebef..4a26a4b 100644 --- a/stream2beamer.md +++ b/stream2beamer.md @@ -113,6 +113,11 @@ a "relay" between cameras and rtsp, in rust: * http://trac.gateworks.com/wiki/Yocto/gstreamer/streaming +## HLS + +or gstreamer's `hlssink(2)`, if we want to serve files via HTTP and kodi can +read/play .m3u8 playlist + # VLC Note that you have to close VLC and open it again for new streaming as VLC leaves the connections open (I spent hours figuring out why http based streaming doesn't work - `netstat -4 --ip` is nice