I am using FFmpeg library for decoding H264 frames and display it on iPad.
iPad is able to display decoded messages. But the "increasing reorder
buffer" warning is coming continuously. After this I received memory
warning from iPad also.


> On Thu, May 10, 2012 at 12:21 PM,  <[email protected]> wrote:
>> Hi,
>> Is this warnings coming  because of following reason?
>>
>> "The overread happens because your system seems to slow to decode at the
>> speed at which the stream is received"
>
> Where do you get this message from?
>
>> If yes Any solutions?
>>
>>> Hi,
>>>
>>> I am getting following warning
>>> How to avoid this warnings. Is this related to memory issue?
>>>
>>> h264 @ 0x117ee00] Increasing reorder buffer to 2
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 5
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 8
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 9
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 12
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 13
>>> [h264 @ 0x117ee00] Increasing reorder buffer to 16
>>>
>>> Regards,
>>> KP
>
> Please try to process your video stream with the latest command-line
> ffmpeg utility. It is possible that the warnings are about the headers
> of your h264 stream. This may be displayed when the declared number of
> b-frames is less than the actual, and have nothing to do with the
> performance of your system.
>
> BR,
> Alex Cohn
> _______________________________________________
> Libav-user mailing list
> [email protected]
> http://ffmpeg.org/mailman/listinfo/libav-user
>

_______________________________________________
Libav-user mailing list
[email protected]
http://ffmpeg.org/mailman/listinfo/libav-user

Reply via email to