Gstreamer version issue

Lijing OoOfreedom at gmail.com
Wed Jan 7 23:07:38 PST 2015


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. 
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”.
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”. 
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.

I do 
> On Jan 7, 2015, at 10:28 PM, Gokul Vellingiri [via GStreamer-devel] <ml-node+s966125n4670145h20 at n4.nabble.com> wrote:
> 
> 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 Gstreamer-0.10 version running on my server side(CAMERA src) and Gstreamer-1.0 version running on my receiver side(Android device). 
> 
> SERVER: 
> 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
> 
> CLIENT: 
> 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);
> 
> Will these different version affect delay or frame drop during streaming.Also any suggestion to minimize the frame drop factor?? 
> 
> If you reply to this email, your message will be added to the discussion below:
> http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145.html <http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145.html>
> To unsubscribe from GStreamer-devel, click here <http://gstreamer-devel.966125.n4.nabble.com/template/NamlServlet.jtp?macro=unsubscribe_by_code&node=966125&code=T29PZnJlZWRvbUBnbWFpbC5jb218OTY2MTI1fC0yNjY0MTA1MjQ=>.
> NAML <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>




--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145p4670147.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.freedesktop.org/archives/gstreamer-devel/attachments/20150107/a26d0196/attachment.html>


More information about the gstreamer-devel mailing list