[FFmpeg-devel] 2nd Asking: Want to hire FFMpeg consultant

Vladimir Pantelic vladoman at gmail.com
Wed Mar 30 16:24:35 CEST 2011


Kieran Kunhya wrote:
>>  I was very shocked by the number errors (mostly macroblock
>>  errors)
>>  thrown my ffmpeg during the stream reception which leads me
>>  to believe
>>  that Panasonic is using a non-standard H.264
>>  implementation.
>
> Do these errors still happen if you dump the stream to a file (using non-ffmpeg means). I've had a lot of errors on perfectly good streams because ffmpeg's udp receiver is in the same thread as the decoder.

something like:

         ff_p->fmt = dl_avformat_alloc_context();
         ff_p->fmt->max_delay = 100000;

works for me here...


More information about the ffmpeg-devel mailing list