<div dir="auto"><div><br><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">Le ven. 19 juill. 2019 09 h 55, jles <<a href="mailto:jlesquer@gmail.com">jlesquer@gmail.com</a>> a écrit :<br></div><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">Nicolas Dufresne-5 wrote<br>
> This looks like buffering effect, just like cars on the high way. They<br>
> just bump into each other running slower and out of a sudden everyone<br>
> tries to catch up the lost time.<br>
<br>
I see, do you have any idea about why could this be happening? have you seen<br>
this before with gstreamer live stream pipelines?<br>
<br>
The code is really simple, grab a frame from camera and push it to the<br>
pipeline each time, gstreamer it is quite high level of abstraction to see<br>
clearly where could it be the issue...could you please point me to right<br>
direction?<br>
<br>
I saw the debugging options using the gstreamer plugin (exporting env.<br>
variables as export GST_DEBUG="*:6") but no sure  how to do it with code? <br></blockquote></div></div><div dir="auto"><br></div><div dir="auto">GST_SCHEDULING:5 might be handy. It will trace all buffers flowing and their timestamps. Sources like v4l2src make use of the timestamps provided by the kernel, that usually prevents jitter like this.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_quote"><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
<br>
<br>
<br>
<br>
<br>
--<br>
Sent from: <a href="http://gstreamer-devel.966125.n4.nabble.com/" rel="noreferrer noreferrer" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/</a><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank" rel="noreferrer">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a></blockquote></div></div></div>