* 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