Discussion:
[Libav-user] Reoder Buffer Configuration
k***@iwavesystems.com
2012-06-05 07:32:26 UTC
Permalink
Hi,

I am getting Following warning during h264 decoding using libavcodec:

Increasing reorder buffer to 1
Increasing reorder buffer to 16

Can I avoid this warning?
Size of the frame reordering buffer in the decoder is set by libavdodec
itself.
What is the reason for this warning?

Thanks in advance
KP
Alex Cohn
2012-06-05 08:25:17 UTC
Permalink
Post by k***@iwavesystems.com
Hi,
Increasing reorder buffer to 1
Increasing reorder buffer to 16
Can I avoid this warning?
Size of the frame reordering buffer in the decoder is set by libavdodec
itself.
What is the reason for this warning?
Thanks in advance
KP
On the faceo f it, your input stream contains B-frames, but the headers do
not declare that, so ffmpeg adapts its decoder on the fly. You should not
worry about this, unless the result is not satisfactory.

Sincerely,
Alex Cohn
Carl Eugen Hoyos
2012-06-05 10:54:19 UTC
Permalink
Post by k***@iwavesystems.com
Increasing reorder buffer to 1
Increasing reorder buffer to 16
Can I avoid this warning?
The message is less verbose now.

Thank you for the report, Carl Eugen
k***@iwavesystems.com
2012-06-05 11:08:44 UTC
Permalink
Thanks for your reply
Post by Carl Eugen Hoyos
Post by k***@iwavesystems.com
Increasing reorder buffer to 1
Increasing reorder buffer to 16
Can I avoid this warning?
The message is less verbose now.
Thank you for the report, Carl Eugen
_______________________________________________
Libav-user mailing list
http://ffmpeg.org/mailman/listinfo/libav-user
Krishna
2012-06-06 19:54:53 UTC
Permalink
Hi Carl,

What is my observation is after i got following debug print
"Increasing reorder buffer to 16"
Propation delay is more in my video streaming application.

Regards,
KP
----- Original Message -----
From: <***@iwavesystems.com>
To: "This list is about using libavcodec, libavformat, libavutil,libavdevice
and libavfilter." <libav-***@ffmpeg.org>
Sent: Tuesday, June 05, 2012 4:08 AM
Subject: Re: [Libav-user] Reoder Buffer Configuration
Post by k***@iwavesystems.com
Thanks for your reply
Post by Carl Eugen Hoyos
Post by k***@iwavesystems.com
Increasing reorder buffer to 1
Increasing reorder buffer to 16
Can I avoid this warning?
The message is less verbose now.
Thank you for the report, Carl Eugen
_______________________________________________
Libav-user mailing list
http://ffmpeg.org/mailman/listinfo/libav-user
_______________________________________________
Libav-user mailing list
http://ffmpeg.org/mailman/listinfo/libav-user
Carl Eugen Hoyos
2012-06-06 07:50:12 UTC
Permalink
Post by Krishna
What is my observation is after i got following debug print
"Increasing reorder buffer to 16"
Propation delay is more in my video streaming application.
Definitely!
(Although I don't know much about the reorder buffer.)

Please do not top-post here, Carl Eugen
Krishna
2012-06-06 20:29:12 UTC
Permalink
That means Delay will be there?? which is not at all acceptable. Any way is
there to avoid this?
One more thing is transmitter (Camera) sending only i-frames. not B-frames.
Then how this print is comming?

Regards,
KP
----- Original Message -----
From: "Carl Eugen Hoyos" <***@ag.or.at>
To: <libav-***@ffmpeg.org>
Sent: Wednesday, June 06, 2012 12:50 AM
Subject: Re: [Libav-user] Reoder Buffer Configuration
Post by Carl Eugen Hoyos
Post by Krishna
What is my observation is after i got following debug print
"Increasing reorder buffer to 16"
Propation delay is more in my video streaming application.
Definitely!
(Although I don't know much about the reorder buffer.)
Please do not top-post here, Carl Eugen
_______________________________________________
Libav-user mailing list
http://ffmpeg.org/mailman/listinfo/libav-user
Alex Cohn
2012-06-06 13:39:18 UTC
Permalink
Post by Krishna
That means Delay will be there?? which is not at all acceptable. Any way
is there to avoid this?
One more thing is transmitter (Camera) sending only i-frames. not
B-frames. Then how this print is comming?
You could run ffmpeg with "-debug pict" or maybe more debug options.
Post by Krishna
Regards,
KP
BR,
Alex Cohn

Loading...