From: gregor herrmann Date: Thu, 16 Jul 2020 16:31:24 +0000 (+0200) Subject: add gstreamer+rtsp links X-Git-Url: https://git.toastfreeware.priv.at/toast/stream2beamer.git/commitdiff_plain/cf58aca316f9b270192b8951f36a40a8d23fe6b8?ds=sidebyside add gstreamer+rtsp links --- diff --git a/stream2beamer.md b/stream2beamer.md index 744c95d..a8a5f3e 100644 --- a/stream2beamer.md +++ b/stream2beamer.md @@ -94,6 +94,17 @@ https://michael.stapelberg.ch/posts/2020-06-06-iphone-camera-linux-v4l2loopback/ * https://github.com/Haivision/srt/blob/master/docs/gstreamer.md * https://srtlab.github.io/srt-cookbook/ +## gstreamer and rtsp + +working minimal example: https://github.com/Enne2/PyGObject-GstRtspServer/blob/master/rtsp-server.py + +other maybe helpful links (for getting an existing pipeline streamed): + +* https://stackoverflow.com/questions/52562499/is-it-possible-to-stream-an-existing-gstreamer-pipeline-through-gstrtspserver +* http://gstreamer-devel.966125.n4.nabble.com/Continuously-streaming-a-video-file-code-review-td4671364.html +* http://gstreamer-devel.966125.n4.nabble.com/RTSP-Server-from-a-manually-created-and-linked-pipeline-td4680305.html +* http://gstreamer-devel.966125.n4.nabble.com/Using-C-API-based-pipelines-in-RTSP-server-without-quot-launch-quot-arg-td4680144.html + # 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