<html>
  <head>
    <meta http-equiv="Content-Type" content="text/html; charset=utf-8">
  </head>
  <body text="#000000" bgcolor="#FFFFFF">
    <p><font size="-1">Ahh.. OK, many thanks.</font><br>
    </p>
    <br>
    <div class="moz-cite-prefix">28.12.2017 17:32, Arjen Veenhuizen
      пишет:<br>
    </div>
    <blockquote type="cite"
      cite="mid:1514471568519-0.post@n4.nabble.com">
      <pre wrap="">You miss the key frame if the first frame got lost somehow. The decoder must
wait for the next key frame before it can start decoding. In static scenes
(and when using default x264 settings) this can take up to 250 frames. You
can tune the key-int-max properly of x264enc to reduce this latency at the
cost of compression efficiency. Also, do not forget to insert SPS/PPS at
every key frame (e.g. set config-interval = -1 on h264parse)



--
Sent from: <a class="moz-txt-link-freetext" href="http://gstreamer-devel.966125.n4.nabble.com/">http://gstreamer-devel.966125.n4.nabble.com/</a>
_______________________________________________
gstreamer-devel mailing list
<a class="moz-txt-link-abbreviated" href="mailto:gstreamer-devel@lists.freedesktop.org">gstreamer-devel@lists.freedesktop.org</a>
<a class="moz-txt-link-freetext" href="https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel">https://lists.freedesktop.org/mailman/listinfo/gstreamer-devel</a>
</pre>
    </blockquote>
    <br>
  </body>
</html>