<div dir="ltr"><div>Hi all,</div><div><br></div><div>I am trying to test a jpeg stream with Gstreamer on IMX8MPlus dev environment with Linux and Debian. I am getting errors trying to stream to rtpjpegpay.</div><div><br></div><div><br></div><div><br></div><div><b>1) I run the following command to test streaming some jpeg frames:</b></div><div><br></div><div><i>gst-launch-1.0 multifilesrc location="./testing/frames_1080p/frame_%02d.jpg" loop=true index=10 caps="image/jpeg,width=(int)1920, height=(int)1080, framerate=(fraction)15/1"<br>                          ! jpegdec ! videoconvert ! autovideosink</i></div><div><div><br></div><div>The above command works and I see a window open up that is streaming the jpeg frames:</div><div><br></div><div>Setting pipeline to PAUSED ...<br>Pipeline is PREROLLING ...<br>Pipeline is PREROLLED ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock</div><div><br></div><div><b>2) I run the following command to test the rtpjpegpay and the command fails</b></div><div><br></div><div><i><br>gst-launch-1.0 multifilesrc location="./testing/frames_1080p/frame_%02d.jpg" loop=true index=10 caps="image/jpeg,width=(int)1920, height=(int)1080, framerate=(fraction)15/1" ! jpegparse ! identity sync=true ! rtpjpegpay</i></div><div><br></div><div>Setting pipeline to PAUSED ...<br>Pipeline is live and does not need PREROLL ...<br>Setting pipeline to PLAYING ...<br>New clock: GstSystemClock<br>ERROR: from element /GstPipeline:pipeline0/GstMultiFileSrc:multifilesrc0: Internal data stream error.<br>Additional debug info:<br>../../../../git/libs/gst/base/gstbasesrc.c(3072): gst_base_src_loop (): /GstPipeline:pipeline0/GstMultiFileSrc:multifilesrc0:<br>streaming stopped, reason not-linked (-1)<br>Execution ended after 0:00:00.008378875<br>Setting pipeline to PAUSED ...<br>Setting pipeline to READY ...<br>Setting pipeline to NULL ...<br>Freeing pipeline ...<br></div><div><br></div><div><br></div><div><br></div><div><br>-- <br><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div><div dir="ltr"><div dir="ltr"><div dir="ltr"><span style="font-size:12.8px">Sincerely,</span><div><br></div><div>Dwight K           <br></div><br></div></div></div></div></div></div></div></div></div>