Open
Bug 1420578
Opened 8 years ago
Updated 3 years ago
fake video does not support applyConstraints
Categories
(Core :: WebRTC: Audio/Video, enhancement, P3)
Tracking
()
NEW
People
(Reporter: fippo, Unassigned)
Details
steps to reproduce:
1) go to https://webrtc.github.io/samples/src/content/getusermedia/resolution/
2) click the VGA button. This captures 640x480
3) paste this into the console: stream.getVideoTracks()[0].applyConstraints({width: 320, height: 240})
With media.navigator.streams.fake set to true this does not change the video resolution. With "real" devices it works.
Updated•8 years ago
|
Rank: 25
Priority: -- → P3
Updated•3 years ago
|
Severity: normal → S3
You need to log in
before you can comment on or make changes to this bug.
Description
•