MJPEG Pipeline Very Slow

Dwight Kulkarni dwight at realtime-7.com
Wed Aug 11 16:28:36 UTC 2021


Hi all,

I am trying to stream MJPEG on my IMX8MPLUS. I am using the following
pipeline, was wondering if you can comment on if there is a way to make
this faster, I have tried two permutations with the queue and without.

The resulting stream is extremely laggy.

1)
gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw, width=1920,
height=1080, framerate=15/1 ! jpegenc ! rtpjpegpay name=pay0 pt=96 !
udpsink host=192.168.1.50 port=5000

2)
gst-launch-1.0 v4l2src device=/dev/video1 ! video/x-raw, width=1920,
height=1080, framerate=15/1 ! queue ! jpegenc ! queue ! rtpjpegpay
name=pay0 pt=96 ! udpsink host=192.168.1.50 port=5000

-- 
Sincerely,

Dwight Kulkarni
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.freedesktop.org/archives/gstreamer-devel/attachments/20210811/3df34b35/attachment.htm>


More information about the gstreamer-devel mailing list