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

Eloi BAIL (3):
  rtpdec: add a trace when jitter buffer is full
  rtpdec: inform jitter buffer size
  rtsp: warning when max_delay reached

 libavformat/rtpdec.c | 7 +++++++
 libavformat/rtsp.c   | 2 ++
 2 files changed, 9 insertions(+)

-- 
2.1.4

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

Reply via email to