[FFmpeg-devel] [PATCH 0/2] rtpdec: add traces about RTP jitter buffer

Eloi BAIL eloi.bail at savoirfairelinux.com
Mon Sep 14 20:02:15 CEST 2015


This patchset adds information about jitter buffer used in rtpdec.
The first patch prints as error when jitter buffer is full.
The second patch prints as information jitter buffer size set by default in
ffmpeg headers or by application.

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

Eloi BAIL (2):
  rtpdec: add a trace when jitter buffer is full
  rtpdec: inform jitter buffer size

 libavformat/rtpdec.c | 7 +++++++
 1 file changed, 7 insertions(+)

-- 
2.1.4



More information about the ffmpeg-devel mailing list