]> ToastFreeware Gitweb - toast/stream2beamer.git/blobdiff - stream2beamer.md
Play with new structure of laplace client.
[toast/stream2beamer.git] / stream2beamer.md
index 765d657583b3558bf23bea5e396f462492e501f1..3cb85521e0921b25bce4b5cae82c6a7a9dba391a 100644 (file)
@@ -36,6 +36,11 @@ The examples at https://github.com/centricular/gstwebrtc-demos.git work once
 
 has been set (see https://gitlab.freedesktop.org/gstreamer/gst-plugins-bad/issues/811)
 
+There's a new recvonly example:
+
+* https://github.com/centricular/gstwebrtc-demos/commit/000cfb6cd817ca0f07d761795b352a8b8b9074f8
+* `sendonly/webrtc-recvonly-h264.c`
+
 ## gstreamer examples
     gst-launch-1.0 -v playbin uri=file:///home/philipp/tmp/GerisGame.mp4
     
@@ -79,6 +84,11 @@ https://michael.stapelberg.ch/posts/2020-06-06-iphone-camera-linux-v4l2loopback/
        # receive
        cvlc v4l2:///dev/video42
 
+## SRT and gstreamer
+
+* https://github.com/Haivision/srt/blob/master/docs/gstreamer.md
+* https://srtlab.github.io/srt-cookbook/
+
 # 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