From bf3fd3ec05d85699c6bf46a0116f85423800a682 Mon Sep 17 00:00:00 2001 From: gregor herrmann Date: Mon, 20 Jul 2020 23:07:09 +0200 Subject: [PATCH] add another idea: HLS --- stream2beamer.md | 5 +++++ 1 file changed, 5 insertions(+) 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 -- 2.39.5