Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fixes transportcc padding #53

Merged

Commits on May 24, 2020

  1. Fixes transportcc padding

    If padding is set in the header, then the last octet of padding is set
    to be the length of padding itself. This is consistent with the usage of
    "zero padding" in SR.
    
    > If the padding bit is set, this individual RTCP packet contains
    > some additional padding octets at the end which are not part of
    > the control information but are included in the length field.  The
    > last octet of the padding is a count of how many padding octets
    > should be ignored, including itself (it will be a multiple of
    > four).
    
    https://tools.ietf.org/html/rfc3550#section-6.4.1
    LittleLightLittleFire committed May 24, 2020
    Configuration menu
    Copy the full SHA
    27e7666 View commit details
    Browse the repository at this point in the history
  2. Removes dumpBinary debug function

    CI is complaining of deadcode.
    LittleLightLittleFire committed May 24, 2020
    Configuration menu
    Copy the full SHA
    48780f0 View commit details
    Browse the repository at this point in the history