<meta http-equiv="Content-Type" content="text/html charset=utf-8">Hi, I’m sorry, but I only tried Gstreamer 1.4.3, so I can’t say for sure whether the version will affect delay or frame drop. <div class="">I think the delay and frame drop is caused by the encoding part. I do have this problem(Warning “A lot of buffers are being dropped.") when I play it back immediately like “gst-launch-1.0 autovideosrc  num-buffers=-1 do-timestamp=TRUE ! queue !  x264enc speed-preset=superfast ! queue ! h264parse  ! avdec_h264 ! autovideosink” , but it works well like ““gst-launch-1.0 autovideosrc ! autovideosink”.</div><div class="">And if I don’t play it back immediately, but record them into a mp4 file, it doesn’t have frame drops as well, like “gst-launch-1.0 -e autovideosrc ! queue ! x264enc speed-preset=veryfast ! queue ! mux. osxaudiosrc ! queue !  audioconvert ! queue ! voaacenc  ! queue ! mux. mp4mux name=mux ! filesink location= 3.mp4 sync=true”. </div><div class="">So I think the problem should be the encoding speed can’t match the playing back speed(also parsing & decoding ). In your part, maybe it’s encoding speed and rtpsinking speed. But I’m also seeking the solution now… We may discuss.</div><div class=""><br class=""></div><span style="color: rgb(255, 38, 0);" class=""></span><div class=""><div class=""><div class=""><div class="">I do <br class=""><div><blockquote style='border-left:2px solid #CCCCCC;padding:0 1em' type="cite" class=""><div class="">On Jan 7, 2015, at 10:28 PM, Gokul Vellingiri [via GStreamer-devel] <<a href="/user/SendEmail.jtp?type=node&node=4670147&i=0" target="_top" rel="nofollow" link="external">[hidden email]</a>> wrote:</div><br class="Apple-interchange-newline"><div class="">

        I tried streaming video from v4l2src to my android mobile,and also the streaming is working fine with some frame drop and delay in reception.Actually i am using <b class="">Gstreamer-0.10</b> version running on my server side(CAMERA src) and <b class="">Gstreamer-1.0</b> version running on my receiver side(Android device).
<br class=""><br class="">SERVER:
<br class=""><b class="">gst-launch-0.10 mfw_v4lsrc capture-mode=4 fps-n=30 fps-d=1 device=/dev/video1 ! vpuenc codec=avc seqheader-method=3 ! video/x-h264 ! rtph264pay  pt=96 ! udpsink host=192.168.4.100 port=8000 -v</b><br class=""><br class="">CLIENT:
<br class=""><b class="">data->pipeline = gst_parse_launch("udpsrc port=8000 ! application/x-rtp, clock-rate=90000, encoding-name=(string)H264, payload=96  !  rtpjitterbuffer ! queue ! rtph264depay ! h264parse  ! decodebin ! fpsdisplaysink sync=true ",&error);</b><br class=""><br class="">Will these different version affect delay or frame drop during streaming.Also any suggestion to minimize the frame drop factor??

        
        
        
        <br class="">
        <br class="">
        <hr noshade="noshade" size="1" class="">
        <div style="color:#444; font: 12px tahoma,geneva,helvetica,arial,sans-serif;" class="">
                <div style="font-weight:bold" class="">If you reply to this email, your message will be added to the discussion below:</div>
                <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145.html" class="" target="_top" rel="nofollow" link="external">http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145.html</a>
        </div>
        <div style="color:#666; font: 11px tahoma,geneva,helvetica,arial,sans-serif;margin-top:.4em;line-height:1.5em" class="">
                
                To unsubscribe from GStreamer-devel, <a href="" class="" target="_top" rel="nofollow" link="external">click here</a>.<br class="">
                <a href="http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=macro_viewer&id=instant_html%21nabble%3Aemail.naml&base=nabble.naml.namespaces.BasicNamespace-nabble.view.web.template.NabbleNamespace-nabble.view.web.template.NodeNamespace&breadcrumbs=notify_subscribers%21nabble%3Aemail.naml-instant_emails%21nabble%3Aemail.naml-send_instant_email%21nabble%3Aemail.naml" rel="nofollow" style="font:9px serif" class="" target="_top" link="external">NAML</a>
        </div></div></blockquote></div><br class=""></div></div></div></div>

        
        
        
<br/><hr align="left" width="300" />
View this message in context: <a href="http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145p4670147.html">Re: Gstreamer version issue</a><br/>
Sent from the <a href="http://gstreamer-devel.966125.n4.nabble.com/">GStreamer-devel mailing list archive</a> at Nabble.com.<br/>