<html><head>
    
  </head>
  <body><div>On Fri, 2021-09-24 at 13:17 +0200, Marianna Smidth Buschle wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div> On 24.09.2021 13.05, Sebastian Dröge wrote:<br>  <meta http-equiv="content-type" content="text/html; charset=UTF-8"></div><div>On Fri, 2021-09-24 at 12:59 +0200, Marianna Smidth Buschle via gstreamer-devel wrote:</div><div> <br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>I have a use case where I have N live sources (v4l2src) from which I can <br></div><div>select to be the output.<br></div><div><br></div><div>I also need to be able to make a replay (seek from a filesrc).<br></div><div><br></div><div>My question is how to properly handle the mixing of the live and <br></div><div>non-live sources since the timestamps don't match.<br></div><div><br></div><div>The filesrc starts from zero (or the seeking point) and the live sources <br></div><div>have a running-time based on the clock.</div></blockquote><div><br></div><div>This is actually simpler than what you wrote. What you would do is to call gst_pad_set_offset() on the source pad of the non-live streams that you want to connect to the mixer.</div><div>That would then make sure to update the running time accordingly.</div><p>Can I do that directly on the filesrc (the MPEG-TS) stream?</p><p>Or should it be on the tsdemux pads, or later on the audio/video decoder pads?</p></blockquote><div>filesrc doesn't know anything about time, so that won't have any effect.</div><div>I would do it directly on the source pads that you connect to compositor/audiomixer/etc.</div><div><br></div><div><span><pre>-- <br></pre><div data-evo-paragraph="" class="" style="width: 71ch;" data-evo-signature-plain-text-mode="">Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com">https://www.centricular.com</a></div><div data-evo-paragraph="" class="" style="width: 71ch;"><br></div></span></div></body></html>