<div dir="ltr"><div>You don't list your pipeline for testing playing. Try increase latency parameter of the rtpjitterbuffer like this:</div><div><br></div><div>gst-launch-1.0 -v udpsrc port=10074 do-timestamp=1 ! 'application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)VP8, payload=(int)101, ssrc=(uint)2222, timestamp-offset=(uint)2046753689, seqnum-offset=(uint)10244, a-framerate=(string)25' ! rtpjitterbuffer latency=1000 ! queue ! decodebin ! videoconvert ! autovideosink</div><div><br></div><div>Does it still hangs every few seconds. If yes but less, try latency of 2000.</div><div><br></div><div>Regards</div><div>Peter MM<br></div><br><div class="gmail_quote"><div dir="ltr" class="gmail_attr">On Mon, May 18, 2020 at 4:16 PM O G <<a href="mailto:openedgarage@gmail.com">openedgarage@gmail.com</a>> wrote:<br></div><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"><div dir="ltr"><div>Hello,</div><div>I am trying to send a videotestsrc to an RTP Server using:</div><div><br></div><div>gst-launch-1.0 rtpbin name=rtpbin rtp-profile=avpf   videotestsrc pattern=ball is-live=true  ! videoconvert ! video/x-raw,framerate=25/1,width=640,height=480 ! queue ! vp8enc !  rtpvp8pay pt=101 ssrc=2222 picture-id-mode=1  ! queue !  rtpbin.send_rtp_sink_0  rtpbin.send_rtp_src_0  ! udpsink bind-address=127.0.0.1 host=127.0.0.1 port=10074 bind-port=5560</div><div><br></div><div><br></div><div>I can play the stream by the ball of the videotestsrc hangs every few seconds as per the below gif file. I have enough CPU on the VM and suspecting some queue size, any idea how to solve it and or troubleshoot it ? Thank you<br></div><div><br></div><div><a href="https://im7.ezgif.com/tmp/ezgif-7-3b6529ddf630.gif" style="color:inherit;word-break:break-all;font-family:LucidaGrande;font-size:14px;font-style:normal;font-variant-caps:normal;font-weight:normal;letter-spacing:normal;text-align:start;text-indent:0px;text-transform:none;white-space:normal;word-spacing:0px" target="_blank">https://im7.ezgif.com/tmp/ezgif-7-3b6529ddf630.gif</a></div></div>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org" target="_blank">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div></div>