<div dir="ltr">Hello,<div><br></div><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div>it looks like if i want to publish an rtsp stream (to vlc for example) i can use <span style="background-color:rgba(9,30,66,0.08);color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12.25px;letter-spacing:-0.07px;white-space:pre-wrap">rtspclientsink </span>like:</div><div><br><span style="color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12.25px;letter-spacing:-0.07px;white-space:pre-wrap;background-color:rgba(9,30,66,0.08)">st-launch-1.0 rtspclientsink name=s location=rtsp://<a href="http://127.0.0.1:8554/mystream">127.0.0.1:8554/mystream</a> filesrc location=./simple.mp4 ! qtdemux name=d d.video_0 ! queue ! s.sink_0
</span><br>and i need to have an rtsp-server running (to validate it i used the rtsp-simple-server from <a href="https://github.com/aler9/rtsp-simple-server">https://github.com/aler9/rtsp-simple-server</a> and it seems to work) however the Go environment it is written in is quite heavy (and it seems to only run in a docker container)<br><br>The examples in <a href="https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-rtsp-server">https://gitlab.freedesktop.org/gstreamer/gstreamer/-/tree/main/subprojects/gst-rtsp-server</a> show heaps of different ways of building my own server, but i can't seem to find one that just re-publishes the output of (multiple) <span style="background-color:rgba(9,30,66,0.08);color:rgb(23,43,77);font-family:SFMono-Medium,"SF Mono","Segoe UI Mono","Roboto Mono","Ubuntu Mono",Menlo,Consolas,Courier,monospace;font-size:12.25px;letter-spacing:-0.07px;white-space:pre-wrap">rtspclientsink</span> (like a proxy?)<br><br>Is this supported by gst-rtsp-server and if so, which example would be the best baseline for this?<br><br>Kind regards,</div><div>Tom</div></div></div></div>