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

Add Firefox support #1

Open
wants to merge 4 commits into
base: main
Choose a base branch
from
Open

Conversation

Pehrsons
Copy link

See individual commits for more detailed comments.

Firefox includes ssrcs in its sdp, but will misbehave if three
m-sections include the same six ssrcs (3 media, 3 rtx) and 3
ssrc-groups.
This bypasses an issue where Firefox would block RTX packets because they
don't carry the mid header extension, while media packets do (translated
from rid).
@Pehrsons
Copy link
Author

This comes from Orphis/webrtc-sandbox#19.
@alvestrand could you take a look?

@fippo
Copy link

fippo commented Jan 25, 2025

Replacing all this stringsoup by https://github.com/fippo/simulcast-playground/blob/gh-pages/split-merge.js (which has worked with Firefox for years) would be better

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.

2 participants