Streaming Problem in MX53 -blog archive

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

Streaming Problem in MX53 -blog archive

391 Views
Bhavana
Contributor II

I am Using MX53qsb board.Successfully builted Ltib.

Now i am facing a problem with streaming video using gst-launch.

Using this commands

Server pipeline: gst-launch -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.255.1 auto-multicast=true port=5000 sync=false

Client pipeline: gst-launch -vvv  udpsrc port=5000 ! 'application/x-rtp, media=video, payload=96, clock-rate=90000, encoding-name=JPEG' ! rtpjpegdepay ! ffdec_mjpeg ! xvimagesink

It is working but Incorrect...

host linux i run this command:

gst-launch v4l2src ! 'video/x-raw-yuv, format=(fourcc)YUY2, width=640, height=480, framerate=(fraction)25/1' ! ffmpegcolorspace ! ximagesink

This command is working fine.

What i will do?

Can some one post solution...

-Thank you

Tags (1)
0 Kudos
0 Replies