How to send every comes source video buffer to the udp sink without of a buffering?

Arjen Veenhuizen arjen at moonlightmedia.nl
Thu Dec 28 14:32:48 UTC 2017


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: http://gstreamer-devel.966125.n4.nabble.com/


More information about the gstreamer-devel mailing list