X-Git-Url: https://git.toastfreeware.priv.at/toast/stream2beamer.git/blobdiff_plain/bf3fd3ec05d85699c6bf46a0116f85423800a682..e97741140341d1c98f6cb350d819a988c8b73bbd:/stream2beamer.md diff --git a/stream2beamer.md b/stream2beamer.md index 4a26a4b..61ebe4d 100644 --- a/stream2beamer.md +++ b/stream2beamer.md @@ -102,8 +102,11 @@ 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 +* https://stackoverflow.com/questions/59858898/how-to-convert-a-video-on-disk-to-a-rtsp-stream * 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 +* RTSP on_media_configure and appsrc: https://github.com/GStreamer/gst-rtsp-server/blob/master/examples/test-appsrc.c +* Link two pipelines: http://gstreamer-devel.966125.n4.nabble.com/Two-pipelines-link-them-merge-them-easy-handling-td4686753.html a "relay" between cameras and rtsp, in rust: @@ -184,3 +187,9 @@ The address at the source side has to be the external one of the local computer. The player built into code knows at least the following streaming protocols: http, rtsp. https://kodi.wiki/index.php?title=Internet_video_and_audio_streams + + +# Random other projects + +* µstreamer: https://github.com/pikvm/ustreamer +* minimal-webrtc-gstreamer: https://git.aweirdimagination.net/perelman/minimal-webrtc-gstreamer