<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>On Thu, 2020-08-06 at 10:44 -0400, Olivier Crête wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div>On Thu, 2020-08-06 at 09:17 +0100, Samuel Hurst wrote:</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>On 05/08/2020 12:42, jahn wrote:</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Nicolas Dufresne-5 wrote</pre><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><pre>Most users will send a transport streams (mpegtsmux) to the element, and</pre><pre>use the alignment to control the size (alignment being a number of TS</pre><pre>packet, so N * 188 bytes). On top of which, you may need to pick a</pre><pre>compression method. Unfortunately, you have to know these things to use</pre><pre>GStreamer, but we can help here.</pre></blockquote><br><pre>Hello, </pre><pre>Do you know what is the right container to use if I want to stream jpeg</pre><pre>motion video and I get the same error as above, </pre><pre>since the mpegtsmux doesn't accept image/jpeg format?</pre></blockquote><br><pre>Hi,</pre><br><pre>As far as I'm aware, the only format which SRT supports is MPEG-TS, as</pre><pre>it's the only stream encapsulation format that they list in their I-D</pre><pre>[1] and in the SRT specification. You can do MJPEG over RTP though.</pre></blockquote><div><br></div><div>This isn't really true. Although SRT was very much design with MPEG_TS in mind, it can really carry anything. It guarantees in order delivery and preserves packet boundaries, but it guarantee that all packets will be delivered. You can for example send RTP through it.</div></blockquote><div><br></div><div>Sorry, it was "but it does NOT guarantee that all packets will be delivered"</div><div><br></div><div>Olivier</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div><br></div><div>Olivier</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><br><pre>Best Regards,</pre><pre>Sam</pre><br><pre>[1]:</pre><a href="https://tools.ietf.org/html/draft-sharabayko-mops-srt-00#section-3.2.1.2"><pre>https://tools.ietf.org/html/draft-sharabayko-mops-srt-00#section-3.2.1.2</pre></a><br><br><pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><br><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a><br></blockquote><div><span><pre>-- </pre><br><div>Olivier Crête</div><div><a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a></div><div><br></div></span></div>
<pre>_______________________________________________</pre><pre>gstreamer-devel mailing list</pre><a href="mailto:gstreamer-devel@lists.freedesktop.org"><pre>gstreamer-devel@lists.freedesktop.org</pre></a><pre><br></pre><a href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel"><pre>https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</pre></a><pre><br></pre></blockquote><div><span><pre>-- <br></pre><div>Olivier Crête</div><div><a href="mailto:olivier.crete@collabora.com">olivier.crete@collabora.com</a></div><div><br></div></span></div></body></html>