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 _______________________________________________ ffmpeg-devel mailing list ffmpeg-devel@ffmpeg.org http://ffmpeg.org/mailman/listinfo/ffmpeg-devel