[Webkit-unassigned] [Bug 188606] New: getUserMedia() fails to honor "deviceId" specified in video constraints.

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Aug 15 10:08:15 PDT 2018


https://bugs.webkit.org/show_bug.cgi?id=188606

            Bug ID: 188606
           Summary: getUserMedia() fails to honor "deviceId" specified in
                    video constraints.
           Product: WebKit
           Version: Safari 11
          Hardware: Macintosh
                OS: macOS 10.13
            Status: NEW
          Severity: Normal
          Priority: P2
         Component: WebRTC
          Assignee: webkit-unassigned at lists.webkit.org
          Reporter: mmalavalli at twilio.com
                CC: youennf at gmail.com

In Safari 11, getUserMedia() always captures video from the first device in the list of devices returned by enumerateDevices(), no matter what deviceId is specified in the video constraints.

Steps to reproduce:

1. Make sure you have two video input sources available.
2. Run https://jsfiddle.net/b9wyx1sc/28/ in Safari 11.

Expected behavior:

- The two video elements should render video from the two video input sources.

Actual behavior:

- Both video elements render video from the first device listed by enumerateDevices().

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.webkit.org/pipermail/webkit-unassigned/attachments/20180815/4c43de4e/attachment.html>


More information about the webkit-unassigned mailing list