Hi Fabio Estevam,
Thanks for you suggestions.
I have enter the following "gstream" command at IMX53 platform for streaming live video to Some other host platform using the "USB based Quantum web cam". I am failing with below errors while running the command on IMX53 platform.
###### IMX53 ##########
root@lucid-desktop:/# gst-launch-0.10 -v mfw_v4lsrc capture-width=640 capture-height=480 ! mfw_vpuencoder width=640 height=480 codec-type=std_avc ! rtph264pay ! udpsink host=192.168.40.235 port=5000
MFW_GST_V4LSRC_PLUGIN 2.0.3-1-179-e630aa8d build on Sep 28 2011 15:03:29.
Setting pipeline to PAUSED ...
[INFO] Product Info: i.MX53
VPU Version: firmware 13.4.41; libvpu: 5.3.2
MFW_GST_VPU_ENCODER_PLUGIN 2.0.3-1-179-e630aa8d build on Sep 28 2011 15:00:51.
ERROR: Pipeline doesn't want to pause.
Setting pipeline to NULL ...
Freeing pipeline ...
root@lucid-desktop:/#
#### host side #####
Given below command at HOST side for receiving the streaming video. This command running and waiting to receive video from imx53.
[root@web pkgs]# gst-launch-0.10 -v --gst-debug=2 udpsrc port=5000 caps="application/x-rtp, media=(string)video, clock-rate=(int)90000, encoding-name=(string)H264, payload=(int)96, ssrc=(guint)715953095, clock-base=(guint)2547213349, seqnum-base=(guint)28113" ! rtph264depay ! decodebin ! autovideosink
Setting pipeline to PAUSED ...
Pipeline is live and does not need PREROLL ...
Setting pipeline to PLAYING ...
0:00:00.084560261 8281 0x9487050 WARN bin gstbin.c:2330:gst_bin_do_latency_func:<pipeline0> failed to query latency
New clock: GstSystemClock
Please suggest me what may be the problem in the above given commands. If possible please give me working commands on IMX53 for live video streaming. I appreciate your support.
Thanks
Ch.Siva