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

Chrome <-> Firefox renegotiation issues due to audio codecs #20

Open
nathanoehlman opened this issue Mar 2, 2016 · 4 comments
Open

Comments

@nathanoehlman
Copy link
Contributor

In the following situation:

  1. Chrome + Firefox have an active peer connection (no streams)
  2. Chrome adds a stream, causes a renegotiation, succeeds
  3. Firefox adds a stream, causes a renegotiation, fails at the point of setting the local description answer on Chrome with the message Failed to set local answer sdp: Session error code: ERROR_CONTENT. Session error description: Failed to set local audio description recv parameters..

According to https://bugs.chromium.org/p/webrtc/issues/detail?id=5450, this is a problem in Chrome due to Chrome using the incorrect payload type of 100 instead of 120 for VP8.

@silviapfeiffer
Copy link
Member

Onto more sdp munging...

@nathanoehlman
Copy link
Contributor Author

Unfortunately I tried the SDP munging listed in that bug report, however, when Chrome creates the first offer, and then Firefox the second, it doesn't work :(

@silviapfeiffer
Copy link
Member

Could we always replace 120 with 100 on Chrome's SDP? Does Chrome identify that correctly also?

@nathanoehlman
Copy link
Contributor Author

That was one of the initial things I tried, unfortunately it didn't work either.

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

No branches or pull requests

2 participants