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

Don't send receiver reports for SSRC during simulcast probe #623

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Commits on Oct 28, 2024

  1. peer_connection: Pass packet to handle_unknown_rtp_packet

    More robust when used with interceptors that modify read packets.
    anders-avos committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    4fe9221 View commit details
    Browse the repository at this point in the history
  2. Don't send receiver reports during simulcast probe

    libwebrtc will stop sending SDES headers after the first receiver
    report on a SSRC. This breaks probing if the receiver report is sent
    before probing is completed. This change delays receiver reports for a
    SSRC until the first non-probe packet is received.
    anders-avos committed Oct 28, 2024
    Configuration menu
    Copy the full SHA
    ead8d6d View commit details
    Browse the repository at this point in the history