Gstreamer : Streaming from i.MX6 to x86 Platform.

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

Gstreamer : Streaming from i.MX6 to x86 Platform.

560 Views
nadimfnadaf
Contributor II

 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,

 

 

Tags (3)
0 Kudos
2 Replies

548 Views
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

are you using the i.MX6 but you are following an gstreamer i.MX8 demo? please clarify because the sample works nicely.

regards

0 Kudos

528 Views
nadimfnadaf
Contributor II

Hi

@Bio_TICFSL 

I used i.MX6. Please Share i.MX6 GStreamer User Guide.

0 Kudos