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

Multiplexing RTCP required in Chrome Canary #374

Closed
seanbright opened this issue Jan 18, 2017 · 3 comments
Closed

Multiplexing RTCP required in Chrome Canary #374

seanbright opened this issue Jan 18, 2017 · 3 comments

Comments

@seanbright
Copy link
Contributor

Per this announcement:

As of the most recent Chrome Canary build, the default RTCP multiplexing policy is "require", instead of "negotiate". This will affect the next Chrome release, M57.

For any application that doesn't yet support RTCP multiplexing, you can get the old behavior by explicitly setting the RTCRtpMuxPolicy to "negotiate" in the RTCConfiguration.

Some endpoints (Asterisk, for example) do not yet support rtcp-mux and will therefore stop working after the next Chrome release.

@egreenmachine
Copy link
Collaborator

This is not something we can do anything about in SIP.js. If you would like to discuss this further, I would recommend reaching out to Asterisk or you can discuss with other SIP.js users on our mailing list. Thanks.

@egreenmachine
Copy link
Collaborator

I'm sorry. You are correct. I did not read the announcement before replying and just used your summary as a basis for my reply. Yes, we should add yet another hack. Re-opening this issue.

@egreenmachine
Copy link
Collaborator

It should be noted that I tested this with FreeSWITCH 1.6.14 and RTPEngine and neither had issues with multiplexing RTCP with RTP. It appears that Asterisk is the lone issue here.

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