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

peer_connection: Make sure all packets are read through interceptor #648

Merged
merged 1 commit into from
Jan 26, 2025

Conversation

haaspors
Copy link
Contributor

Instead of reading first packet when probing simulcast directly from RTP stream, rather let SRTP session accept() fn return the RTP header for the first packet. This makes us able to configure interceptor and let all packets travel through the regular path.

Fixes #391

Instead of reading first packet when probing simulcast directly from RTP
stream, rather let SRTP session accept() fn return the RTP header for
the first packet. This makes us able to configure interceptor and let
all packets travel through the regular path.

Fixes webrtc-rs#391
@rainliu rainliu merged commit 0aa7c07 into webrtc-rs:master Jan 26, 2025
4 of 5 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

First RTP packet missed by interceptors
2 participants