Hi list,<div>I&#39;m a newbe in gstreamer stuff so I&#39;m looking for the right way to run my pipeline.</div><div><br></div><div>Actually I have this running pipeline to save rtp h264 stream </div><div> gst-launch -ve rtspsrc location=&quot;rtsp://streamurl&quot; ! rtph264depay ! mpegtsmux ! filesink location=video.ts</div>
<div><br></div><div>My question is wich is the better solution to dinamically change filesink location in the running pipeline?</div><div>Loose any rtp data is a problem so I can&#39;t simply stop and run a new pipeline.</div>
<div><br></div><div>Any suggestions will be very appreciated.</div><div><br></div><div>Best regards</div>