Skip to content
  • Eloi Bail's avatar
    contrib/ffmpeg: add rtpdec traces · a4e58ada
    Eloi Bail authored
    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
    a4e58ada