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

fix(SDP): Negotiate only baseline H.264 codecs for p2p. #2475

Merged
merged 1 commit into from
Mar 5, 2024

Conversation

jallamsetty1
Copy link
Member

Chrome on macOS recently started offering encoder for higher level (5.2) but decoder only for level 3.1. See https://issues.chromium.org/issues/324930413 Therefore, filter out all H.264 payload types with main and high profiles. Also, sort all H.264 payload types so that same pt is picked for both H.264 encoder and decoder. Fixes random black tile issues across different browsers when H.264 is the preferred codec for p2p.

Chrome on macOS recently started offering encoder for higher level (5.2) but decoder only for level 3.1. See https://issues.chromium.org/issues/324930413
Therefore, filter out all H.264 payload types with main and high profiles. Also, sort all H.264 payload types so that same pt is picked for both H.264 encoder and decoder. Fixes random black tile issues across different browsers when H.264 is the preferred codec for p2p.
@jallamsetty1 jallamsetty1 force-pushed the fix-264-codec-negotiation branch from 042c06f to 9dc504a Compare March 4, 2024 23:01
@jallamsetty1 jallamsetty1 merged commit a8f8666 into jitsi:master Mar 5, 2024
2 checks passed
@jallamsetty1 jallamsetty1 deleted the fix-264-codec-negotiation branch March 5, 2024 11:33
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.

3 participants