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