I am using MX53qsb with ltib.
Now i am facing a problem streaming using gst-launch.
I run this commands,
Mx53:
gst-launch-0.10 -v v4l2src device=/dev/video0 ! video/x-raw-yuv,width=320,height=240 ! mfw_ipucsc ! mfw_vpuencoder width=320 height=240 codec-type=std_mjpg ! rtpjpegpay ! udpsink host=192.168.1.110 auto-multicast=false port=5000 sync=false
Host(ubuntu 11.10):
gst-launch -vvv udpsrc port=5000 ! 'application/x-rtp, media=video, payload=96, clock-rate=90000, encoding-name=JPEG' ! rtpjpegdepay ! ffdec_mjpeg ! xvimagesink
I am getting incorrect image
like this.
Any one can tell me suggestion......?