New issue
Advanced search Search tips

Issue 776321 link

Starred by 1 user

Issue metadata

Status: Fixed
Owner: ----
Closed: Oct 2017
Cc:
EstimatedDays: ----
NextAction: ----
OS: ----
Pri: 3
Type: Bug



Sign in to add a comment

ApplyConstraints succeeds but has no effect

Project Member Reported by hta@chromium.org, Oct 19 2017

Issue description

Chrome Version: (copy from chrome://version) 62.0.3202.62
OS: (e.g. Win7, OSX 10.9.5, etc...) Linux

What steps will reproduce the problem?
(1) Patch https://github.com/webrtc/samples/pull/935
(2) Run the test and drag the slider

What is the expected result?

Either applyConstraints() should fail, or the video stream's width should vary.

What happens instead?

applyConstraints() succeeds.

Note: Behavior on Firefox is identical.

 

Comment 1 by guidou@chromium.org, Oct 19 2017

Status: WontFix (was: Untriaged)
The example has a bug. Please reopen if it's still an issue.

Comment 2 by hta@chromium.org, Oct 19 2017

Status: Fixed (was: WontFix)
The example's bug is fixed now - sorry.
The example works in 63, so this can be marked "fixed".

Note: The report on Firefox was wrong. When the bug in the example was fixed, Firefox returns OverconstrainedError for all attempts to apply constraints.

Comment 3 by guidou@chromium.org, Oct 19 2017

Firefox returns OverconstrainedError on all non-native widths (which are the majority).

Sign in to add a comment