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: Disable simulcast when H264 is preferred. #551

Merged
merged 1 commit into from Jul 19, 2017
Merged

Conversation

gpolitis
Copy link
Member

No description provided.

@bgrozev bgrozev merged commit 1a21615 into master Jul 19, 2017
@gpolitis gpolitis deleted the fix-h264-regression branch July 19, 2017 16:01
@@ -371,8 +371,7 @@ TraceablePeerConnection.prototype.isSimulcastOn = function() {
// doesn't have a reference to the config options, so we have
// to do it here
&& (!RTCBrowserType.isFirefox()
|| this.options.enableFirefoxSimulcast)
&& !this.isP2P;
|| this.options.enableFirefoxSimulcast);
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

why get rid of the check for p2p in isSimulcastOn? we should not be doing simulcast in p2p, no?

Copy link
Member Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

You're right, we should not be doing simulcast in p2p. I moved the check in JingleSessionPC (in this commit).

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.

None yet

3 participants