Gstreamer version issue

Gokul Vellingiri vgokul129 at gmail.com
Wed Jan 7 22:28:44 PST 2015


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??



--
View this message in context: http://gstreamer-devel.966125.n4.nabble.com/Gstreamer-version-issue-tp4670145.html
Sent from the GStreamer-devel mailing list archive at Nabble.com.


More information about the gstreamer-devel mailing list