Bug 181759 - Add support for multiple video resolution in getusermedia
Summary: Add support for multiple video resolution in getusermedia
Status: RESOLVED DUPLICATE of bug 178109
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: Safari 11
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2018-01-17 11:59 PST by Duanpei Wu
Modified: 2018-09-19 11:11 PDT (History)
5 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
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 ***