<html>   <head>       <style type="text/css">p {margin:2px 0px;font-family: Arial; font-size: 14px;}</style>   </head>   <body>       <div class="x-paint-monitor cssanimation">Hello,</div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation">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. </div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation">camerasrc</div>
<div class="x-paint-monitor cssanimation">I</div>
<div class="x-paint-monitor cssanimation">tee - vp8enc - matroskamux - filesink</div>
<div class="x-paint-monitor cssanimation">I</div>
<div class="x-paint-monitor cssanimation">tee - h264enc - rtph264pay</div>
<div class="x-paint-monitor cssanimation">I</div>
<div class="x-paint-monitor cssanimation">displaysink</div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation">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. </div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation">Thanks in advance</div>
<div class="x-paint-monitor cssanimation"> </div>
<div class="x-paint-monitor cssanimation">Marc</div>
<div class="x-size-monitors scroll">
<div class="expand"> </div>
<div class="shrink"> </div>
</div>   </body></html> <br><br>