Bug 181759

Summary: Add support for multiple video resolution in getusermedia
Product: WebKit Reporter: Duanpei Wu <duanpei>
Component: WebRTCAssignee: Nobody <webkit-unassigned>
Status: RESOLVED DUPLICATE    
Severity: Normal CC: csaavedra, duanpei, eric.carlson, webkit-bug-importer, youennf
Priority: P2 Keywords: InRadar
Version: Safari 11   
Hardware: Unspecified   
OS: Unspecified   

Description Duanpei Wu 2018-01-17 11:59:03 PST
We need to get more than one video stream from a single cam in one session. We have made the attempts to call getUserMedia() twice with two different resolutions, one with 720p and the other with 360p. The first call to getUserMedia() with 720p succeeded but the second call with 360p failed with the error msg, wrong width value.

Please add this feature to WebKit. As a reference, Chrome supports this feature and FireFox supports the similar feature with video scaling in peerConnection.

Thanks
Comment 1 Radar WebKit Bug Importer 2018-01-17 12:02:51 PST
<rdar://problem/36591680>
Comment 2 Claudio Saavedra 2018-09-19 00:29:28 PDT
Is this bug 178109 indeed?
Comment 3 Eric Carlson 2018-09-19 11:11:23 PDT
(In reply to Claudio Saavedra from comment #2)
> Is this bug 178109 indeed?

It is, thank you!

*** This bug has been marked as a duplicate of bug 178109 ***