<div dir="ltr">Oh... I should really try that out. Thanks!<br></div><div class="gmail_extra"><br><div class="gmail_quote">2015-06-04 22:44 GMT+03:00 Tim Müller <span dir="ltr"><<a href="mailto:tim@centricular.com" target="_blank">tim@centricular.com</a>></span>:<br><blockquote class="gmail_quote" style="margin:0 0 0 .8ex;border-left:1px #ccc solid;padding-left:1ex">On Thu, 2015-06-04 at 22:16 +0300, Krutskikh Ivan wrote:<br>
<br>
Hi,<br>
<span class=""><br>
> Ok, after a lot of googling I've seemed to find out the very viable<br>
> explanation on what is happening:<br>
><br>
> "Short answer why your pipeline don't work now.<br>
> omxh264enc (h264 encoder) generate something call SPS NAL.<br>
> This SPS NAL contain basic information as width,<br>
> height ,................ all basic information that you neeed before<br>
> you start decoding something.<br>
> And this buffer is generated only ONCE at start.<br>
> And tcpserver dump this sps as you connect to server after some time."<br>
><br>
><br>
> The source is<br>
> <a href="https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=6852&start=225" target="_blank">https://www.raspberrypi.org/forums/viewtopic.php?f=38&t=6852&start=225</a><br>
><br>
><br>
> The are also some pathes to gst-omx attached. I would try those after<br>
> weekend. I remember now that the same issue stoped me from streaming<br>
> h264 from local files on the server...<br>
<br>
</span>It sounds like you're running into<br>
<br>
<a href="https://bugzilla.gnome.org/show_bug.cgi?id=706872" target="_blank">https://bugzilla.gnome.org/show_bug.cgi?id=706872</a><br>
<br>
which might only be fixed in git.<br>
<br>
You should also be able to use the h264parse element to insert SPS/PPS<br>
regularly by setting config-interval=1 .<br>
<br>
Cheers<br>
<span class="HOEnZb"><font color="#888888"> -Tim<br>
<br>
--<br>
Tim Müller, Centricular Ltd - <a href="http://www.centricular.com" target="_blank">http://www.centricular.com</a><br>
</font></span><div class="HOEnZb"><div class="h5"><br>
_______________________________________________<br>
gstreamer-devel mailing list<br>
<a href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a><br>
<a href="http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel" target="_blank">http://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a><br>
</div></div></blockquote></div><br></div>