i referred to test-launch in my question. It looks like i have to supply a source in test-launch as well.
my question is how does this work in combination with a stand-alone gst-launch-1.0 pipeline ?
I have multiple pipelines that are started using gst-launch-1.0 and in the end i want to ‘publish’ the output as a rtsp stream.
maybe this is not possible with the gst-rtsp-server, because the whole pipeline needs to run in the test-launch program ? but i was hoping that it would work like rtsp-simple-server where i can start that server (without any launch pipeline) and just ‘publish’ to it using rtspclientsink, and ‘subscribe’ to it using vlc rtsp://serverip:port/mystream