On Tue, 15 Sep 2015, Luca Barbato wrote:

On 15/09/15 17:38, Eloi BAIL wrote:
This patchset adds information about jitter buffer used in rtpdec.
The first patch prints as warning when jitter buffer is full.
The second patch prints as verbose jitter buffer size set by default in
libav headers or by application.
The third patch prints as waring when max delay on jitter buffer is reached

Those traces are helpful to know the origin of decoding issues. Indeed a jitter buffer full or a max delay reached will lead to packet reordering failure and then to video decoding
failure.

Changes on V2:
- change log level from error to warning when buffer is full
- change log level from info to verbose to inform jitter buffer size
- add warning trace when max delay is reached

The set seems fine to me.

+1, pushing, with a minor adjustment to 1/3.

// Martin
_______________________________________________
libav-devel mailing list
[email protected]
https://lists.libav.org/mailman/listinfo/libav-devel

Reply via email to