i.MX6 to x86 Platform. I referred a i.MX8GStreamerUserGuid
SERVER
gst-launch-1.0 -v v4l2src device=/dev/video0 ! 'video/x-raw,width=1280,height=720' ! rtpvrawpay pt=96 timestamp-offset= 0 ! queue max-size-buffers=0 ! udpsink host=192.168.0.102 port=5000 sync=false
&
CLIENT
gst-launch-1.0 udpsrc ! rtpjitterbuffer latency=1 ! queue max-size-buffers=0 ! \ rtpvrawdepay ! autovideosink sync=false
Server Side Error is
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
New clock: GstSystemClock
ERROR: from element /GstPipeline:pipeline0/GstV4l2Src:v4l2src0: Internal data stream error.
Additional debug info:
../../../../gstreamer-1.10.4/libs/gst/base/gstbasesrc.c(2950): gst_base_src_loop (): /GstPipeline:pipeline0/GstV4l2Src:v4l2src0:
streaming stopped, reason not-negotiated (-4)
Execution ended after 0:00:06.035147667
Setting pipeline to PAUSED ...
Setting pipeline to READY ...
Setting pipeline to NULL ...
Freeing pipeline ...
Any ideas on how to get around this problem ?
Thanks in advance,
Hello,
are you using the i.MX6 but you are following an gstreamer i.MX8 demo? please clarify because the sample works nicely.
regards