-
Notifications
You must be signed in to change notification settings - Fork 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
SdpInfo.js wrong behavior in simulcast #1076
Comments
sorry, we don't support Firefox simulcast currently in the repository, so I can't help. But you have two options: you can find the bug and submit a patch to the SdpInfo or, even better ;), submit the code that makes Firefox simulcast work! |
I can push the code tomorrow with no problem, I submit everything I do (see the update to latest libnice). |
sure! probably I can fix it in the same Firefox Simulcast PR with the rest of the code if you prefer. |
Still, I see the duplicate
cname as a bug. I mad simulcast works in the last commit of my PR but the layers are inverted. layer 0 is 640x480 and layer 1 is 320x240. I think is due to this bug. I'm still investigating |
Hi,
I'm facing some issue with firefox Simulcast.
I think that there's something handled in the wrong way in the new SDPInfo.js
#1075
Before this push, everything worked fine. We made few adjustments in c++ to make firefox simulcast works.
(Client side) I'm calling the .enableSimulcast() function in the SdpHelpers BEFORE creating the offer. Firefox then generates an offer with:
then setLocalDescForOffer is called and then the sdps flows into SemanticSdp.SDPInfo.processString:
The problem is that the
directive disappear.
THIS is the difference between the generated sdps from the browser (untouched) and the processed sdps from SdpInfo.
As you can see the a=simulcast get lost and there's also duplicate
The text was updated successfully, but these errors were encountered: