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
Hello,
You can take a look to the following Document that explains and shows the pipelines required to transmit a Camera