<div dir="auto"><div><br><div class="gmail_extra"><br><div class="gmail_quote">Le 18 nov. 2017 9:18 PM, "Jerry Geis" <<a href="mailto:jerry.geis@gmail.com">jerry.geis@gmail.com</a>> a écrit :<br type="attribution"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div>I am trying to get the MJPG stream from a camera and convert to hlssink.</div><div>I have tried multiple command lines - not getting it to work.</div><div><br></div>gst-launch-1.0 souphttpsrc location=<a href="http://192.168.1.104/mjpg/video.mjpg" target="_blank">http://192.168.1.104/<wbr>mjpg/video.mjpg</a> is-live=true '!' decodebin '!' rtpjpegdepay '!' videoconvert '!' h264parse '!' queue '!' mpegtsmux '!' hlssink playlist-root=<a href="https://192.168.1.18/~silentm/hlssink" target="_blank">https://192.168.<wbr>1.18/~silentm/hlssink</a> location=/home/silentm/public_<wbr>html/hlssink/hlssink.camera.0.<wbr>%05d.ts target-duration=1 max-files=3 playlist-length=2 playlist-location=/home/<wbr>silentm/public_html/hlssink/<wbr>playlist.camera.0.m3u8<br><div><br></div><div>What am I missing to get this to work?</div><div>Thanks,</div></div></blockquote></div></div></div><div dir="auto"><br></div><div dir="auto">Sending RTP over HTTP is unusual for a camera. The problem is the placement of rtpjpegdepay after decodebin. I live in doubt, I would say remove that depayloader to test. If it's really RTP,  you'll need rtpstreamdepay ! rtpjpegdepay! decodebin. You'll also need a caps filter with the clock rate set.</div><div dir="auto"><br></div><div dir="auto">It could also be multipart, see multipart remix.</div><div dir="auto"><br></div><div dir="auto"><div class="gmail_extra"><div class="gmail_quote"><blockquote class="quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex"><div dir="ltr"><div><br></div><div>Jerry</div></div>
<br>______________________________<wbr>_________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.<wbr>freedesktop.org</a><br>
<a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" rel="noreferrer" target="_blank">https://lists.freedesktop.org/<wbr>mailman/listinfo/gstreamer-<wbr>devel</a><br>
<br></blockquote></div><br></div></div></div>