Gstreamer -- MJPEG

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

Gstreamer -- MJPEG

1,986 Views
santhosh2
Contributor IV

Hi,

I am trying to run the gstreamer command for MJPEG in i.mx8mmini board but i am unable to receive the image on the other side on the network

Transmit running on i.mx8mmin

gst-launch-1.0 v4l2src device=/dev/video0 ! video/x-raw,width=640,height=480 ! jpegenc ! rtpjpegpay ! multiudpsink auto-multicast=true send-duplicates = true bind-port=5000 clients="255.255.255.255:5000"

Receiver --- PC on the same network connected to i.mx8mmini board
gst-launch-1.0 udpsrc port=5000 ! application/x-rtp, encoding-name=JPEG,payload=26 ! rtpjpegdepay ! jpegdec ! autovideosink

Unable to receive the stream.. Let me know how to get the stream

Regards

Santhosh

0 Kudos
1 Reply

1,533 Views
jamesbone
NXP TechSupport
NXP TechSupport

Hello,

You can take a look to the following Document that explains and shows the pipelines required to transmit a Camera

https://community.nxp.com/docs/DOC-93804 

0 Kudos