Bug 190399 - [Mojave] camera getUserMedia is not working when using WebKit Nightlies with Safari 12
Summary: [Mojave] camera getUserMedia is not working when using WebKit Nightlies with ...
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebRTC (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2018-10-09 09:25 PDT by youenn fablet
Modified: 2018-10-10 16:35 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 youenn fablet 2018-10-09 09:25:39 PDT
IO Readable error is returned when trying to use real camera devices.
Comment 1 youenn fablet 2018-10-09 09:27:32 PDT
Discussing with Eric, the issue might be that sandbox extensions do not work properly when building WebKit on its own.

The workaround for now is to use mock camera devices.
Another solution would be to move camera capture to UIProcess as we do for audio.