-
- Downloads
contrib/ffmpeg: add rtpdec traces
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. Issue: #80483 Change-Id: I7f123f04fe67c279391f153db5ea6f472759f8b2
Showing
- contrib/src/ffmpeg/0001-rtpdec-add-a-trace-when-jitter-buffer-is-full.patch 35 additions, 0 deletions.../0001-rtpdec-add-a-trace-when-jitter-buffer-is-full.patch
- contrib/src/ffmpeg/0002-rtpdec-inform-jitter-buffer-size.patch 33 additions, 0 deletions...ib/src/ffmpeg/0002-rtpdec-inform-jitter-buffer-size.patch
- contrib/src/ffmpeg/0003-rtsp-warning-when-max_delay-reached.patch 32 additions, 0 deletions...src/ffmpeg/0003-rtsp-warning-when-max_delay-reached.patch
- contrib/src/ffmpeg/rules.mak 3 additions, 0 deletionscontrib/src/ffmpeg/rules.mak
Loading
Please register or sign in to comment