rtsp server dynamic pipeline

lorenzo75 at freenet.de lorenzo75 at freenet.de
Tue Sep 17 18:04:44 UTC 2019


                       Hello,
 
I want to generate pipelines for rtsp streaming via rtsp server, recording and live preview of a camera source. There can only be 1 instance of the camera source. The live preview pipe should always run. The recording pipe should only be activated when needed.  As far as I know, the rtsp server only runs a pipe when a client is connected. 
 
camerasrc
I
tee - vp8enc - matroskamux - filesink
I
tee - h264enc - rtph264pay
I
displaysink
 
 
How can I combine the rtsp server with the dynamic pipelines? I also want to change properties of the pipelines during runtime (bitrate,....). I already had a look at the interpipes from ridge run. But I had some problems with them and now try to use a low level approach. 
 
Thanks in advance
 
Marc

 
 
    


-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20190917/6587daab/attachment.html>


More information about the gstreamer-devel mailing list