-
Notifications
You must be signed in to change notification settings - Fork 1.1k
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(codec-selection): Select VP8 as default codec. #2394
Conversation
When RTCRtpReceiver.getCapabilities() is not supported by browser or if it returns an empty list. Fixes an issue where call doesn't get established in Firefox ESR 102. Fixes jitsi/jitsi-meet#13839.
When will this commit hit meet.jit.si? |
This had been on meet.jit.si for months. |
Maybe, but the problem persists. |
Are you testing meet.jit.si? We applied few Firefox related fixes in the latest release. |
I have found the problem ;-) It could be nice to find out the difference between 122.0 and 122.0.1? |
Probably you can narrow down the change by using https://mozilla.github.io/mozregression/documentation/usage.html |
When you say no video codec found, are you looking at the browser capabilities? Can you check if the following command when executed on the browser console returns any codecs?
|
Seems pretty identical: Firefox 122.0 |
Thanks for the codec info, they are identical like you said. Do you see any errors? Will you be able to try the call on beta.meet.jit.si and share the conference details with me so that I can see the client side and backend logs? |
The meeting: https://beta.meet.jit.si/RespectivePoetsTelephoneCleverly |
I have filed a bug to Debian: https://bugs.debian.org/cgi-bin/bugreport.cgi?bug=1063420 |
A working work around in Debian is the following: |
Thank you @mir07 for debugging this. https://bugzilla.mozilla.org/show_bug.cgi?id=1875201 does seem like the root cause. |
When RTCRtpReceiver.getCapabilities() is not supported by browser or if it returns an empty list. Fixes an issue where call doesn't get established in Firefox ESR 102. Fixes jitsi/jitsi-meet#13839.