<div dir="ltr"><div class="gmail_extra"><div>Thank you Sebastian,<br><br></div><br><div class="gmail_quote">On 24 December 2015 at 08:40, Sebastian Dröge <span dir="ltr"><<a href="mailto:sebastian@centricular.com" target="_blank">sebastian@centricular.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><br>
By not using MPEG-TS we could at least check if the problem is because<br>
of MPEG-TS or a generic problem.<br>
<br></blockquote><div>The hardware in this case will only stream MPEG-TS. I'm wondering 
if using a pipeline like udpsrc -> tsdemux -> h264parse -> 
rtph264pay -> udpsink [sync = false] (and similar for audio) would be
 a valid way to convert it to rtp without affecting the timestamps (as 
there is no jitter buffer and no synchronization at the sink) and I 
could then pipe these streams into the transcoder for testing. Do you think this would be valid?<br><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">
No, because udpsink is going to sync the buffers to the clock before<br>
sending them. This prevents in the normal case that buffers are sent<br>
faster than real-time. For your case (where the input is only provided<br>
in real-time anyway), you could also try setting sync=false on the<br>
udpsinks but in general that's not recommended and it would be better<br>
to find the underlying problem here.<br>
<span class=""><font color="#888888"><br></font></span></blockquote><div>I have to have sync=true on the sinks otherwise the video and audio streams would be offset.<br><br></div><div>Do you suspect that the buffer timestamps downstream of tsdemux are derived from the MPEG-TS stream and without taking any consideration of the compensation performed by the jitter buffer?<br><br><br></div><div><br> </div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><span class=""><font color="#888888">
--<br>
Sebastian Dröge, Centricular Ltd · <a href="http://www.centricular.com" rel="noreferrer" target="_blank">http://www.centricular.com</a><br>
<br>
</font></span><br>_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
<br></blockquote></div><br></div></div>