<html dir="ltr"><head></head><body style="text-align:left; direction:ltr;"><div>Le dimanche 02 juin 2019 à 15:04 +0530, Aditya Oza a écrit :</div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><br clear="all"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><span><p style="line-height:1.8;margin-top:0pt;margin-bottom:0pt;text-align:justify">hello,</p><p style="line-height:1.8;margin-top:0pt;margin-bottom:0pt;text-align:justify">I try to stream over udp from Raspberry Pi camera using Gstreamer.</p><p style="line-height:1.8;margin-top:0pt;margin-bottom:0pt;text-align:justify">I use following pipeline:</p><p dir="ltr" style="line-height:1.38"><span style="font-size:18pt;font-family:Calibri;color:rgb(0,0,0);background-color:rgb(255,255,255);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"> gst-launch-1.0  --gst-debug-level=3 -v  v4l2src device=/dev/video0 ! capsfilter caps="video/x-raw,width=640,height=480,framerate=30/1" ! queue ! omxh264enc ! queue ! h264parse ! mpegtsmux ! rtpmp2tpay   ! multiudpsink clients=<a href="http://192.168.5.255:1234">192.168.5.255:1234</a> ttl=1 auto-multicast=true</span></p></span></div></div></div></div></div></blockquote><div><br></div><div>I don't know the omx264enc interface, but did you forgot to set a key frame interval ? If the default is no keyframe, then it's quite likely the receiver will never be able to start. Let us know if you find a configuration and if it helps.</div><div><br></div><blockquote type="cite" style="margin:0 0 0 .8ex; border-left:2px #729fcf solid;padding-left:1ex"><div dir="ltr"><div><div dir="ltr" class="gmail_signature" data-smartmail="gmail_signature"><div dir="ltr"><div dir="ltr"><span><p dir="ltr" style="line-height:1.38"><span style="font-size:18pt;font-family:Calibri;color:rgb(0,0,0);background-color:rgb(255,255,255);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><br></span></p><p style="line-height:1.38"><span style="font-size:18pt;font-family:Calibri;color:rgb(0,0,0);background-color:rgb(255,255,255);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap">After run this pipeline, i check ouput in command prompt of linux using this command.</span></p><p style="line-height:1.38"><span style="color:rgb(0,0,0);font-family:Calibri;font-size:18pt;white-space:pre-wrap">ffplay udp://<a href="http://192.168.5.255:1234">192.168.5.255:1234</a></span></p><p style="line-height:1.38"><span style="color:rgb(0,0,0);font-family:Calibri;font-size:18pt;white-space:pre-wrap">log generated but stream dont appear.</span><br></p><p style="line-height:1.38"><span style="color:rgb(0,0,0);font-family:Calibri;font-size:18pt;white-space:pre-wrap">Anyone suggest me where i am wrong?</span></p><p style="line-height:1.38"><span style="color:rgb(0,0,0);font-family:Calibri;font-size:18pt;white-space:pre-wrap">Any imorovement in my pipeline? </span><br></p><p dir="ltr" style="line-height:1.38"><span style="font-size:18pt;font-family:Calibri;color:rgb(0,0,0);background-color:rgb(255,255,255);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"><br></span></p><p dir="ltr" style="line-height:1.38"><span style="font-size:18pt;font-family:Calibri;color:rgb(0,0,0);background-color:rgb(255,255,255);font-weight:400;font-style:normal;font-variant:normal;text-decoration:none;vertical-align:baseline;white-space:pre-wrap"> </span></p><p style="line-height:1.8;margin-top:0pt;margin-bottom:0pt;text-align:justify"><span id="gmail-docs-internal-guid-c41d6d1c-7fff-8b9a-ec47-612c2040ba42"></span><br class="gmail-Apple-interchange-newline"></p><p style="line-height:1.8;margin-top:0pt;margin-bottom:0pt;text-align:justify"><br></p><p dir="ltr" style="line-height:1.38;margin-top:0pt;margin-bottom:0pt"><br></p><br><br></span></div></div></div></div></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></blockquote></body></html>