[Libav-user] [libav-api] h264 decoding delay higher than it could be in a real-time app
Anton Khirnov
anton at khirnov.net
Mon Mar 12 08:57:50 CET 2012
Hi,
you can set CODEC_FLAG_LOW_DELAY in AVCodecContext.flags before opening
to force low_delay. If your stream really contains no B-frames, then
there should be no reordering problems, so it should work.
BTW could I ask you to send plain text mail? This HTML stuff is hard to
read in text clients.
--
Anton Khirnov
More information about the Libav-user
mailing list