<div dir="ltr">Place a rtpjitterbuffer right after udpsrc and before the depayloader. There is simply not enough buffering in the client to decode and display the video frames in time.<div><br></div><div>Wim</div></div><div class="gmail_extra">
<br><br><div class="gmail_quote">On 30 January 2014 09:48, d <span dir="ltr"><<a href="mailto:dudi017@gmail.com" target="_blank">dudi017@gmail.com</a>></span> wrote:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">
Hi,<br>
<br>
im trying to stream with rtp and the client says that there is allot of<br>
packet drop<br>
<br>
server pipeline:<br>
    gst-launch videotestsrc ! x264enc ! rtph264pay ! udpsink<br>
host=192.168.1.16 port=5000<br>
<br>
client pipeline:<br>
   gst-launch udpsrc uri=udp://<a href="http://192.168.1.16:5000" target="_blank">192.168.1.16:5000</a> caps="application/x-rtp,<br>
media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264,<br>
sprop-parameter-sets=(string)\"Z01AFeygoP2AiAAAAwALuaygAHixbLA\\=\\,aOvssg\\=\\=\",<br>
payload=(int)96, ssrc=(uint)1645090291, clock-base=(uint)1778021115,<br>
seqnum-base=(uint)28353" ! rtph264depay ! queue ! ffdec_h264 ! autovideosink<br>
<br>
<br>
client error:<br>
  from element<br>
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstXvImageSink:autovideosink0-actual-sink-xvimage:<br>
A lot of buffers are being dropped.<br>
Additional debug info:<br>
gstbasesink.c(2875): gst_base_sink_is_too_late ():<br>
/GstPipeline:pipeline0/GstAutoVideoSink:autovideosink0/GstXvImageSink:autovideosink0-actual-sink-xvimage:<br>
There may be a timestamping problem, or this computer is too slow<br>
<br>
<br>
<br>
do someone know that should I do?<br>
thanks!<br>
<br>
<br>
<br>
--<br>
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/A-lot-of-buffers-are-being-dropped-tp4664972.html" target="_blank">http://gstreamer-devel.966125.n4.nabble.com/A-lot-of-buffers-are-being-dropped-tp4664972.html</a><br>

Sent from the GStreamer-devel mailing list archive at Nabble.com.<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" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</blockquote></div><br></div>