Skip to content
  • Nicolas Dufresne's avatar
    rtpsession: Send as many nack seqnum as possible · 6bb53e75
    Nicolas Dufresne authored and Nicolas Dufresne's avatar Nicolas Dufresne committed
    In order to do that, we now split the nacks registration from the actual
    FB nack packet construction. We then try and add as many FB Nacks as
    possible into the active packets and leave the remaining seqnums in the
    RTPSource. In order to avoid sending outdated NACK later on, we save the
    seqnum calculated deadline and cleanup the outdated seqnums before the
    next RTCP send.
    
    Fixes #583
    6bb53e75