Summary: | [GTK] WebRTC: getUserMedia fails with missing camera access in bubblewrap sandbox | ||
---|---|---|---|
Product: | WebKit | Reporter: | Byoungchan Lee <byoungchan.lee> |
Component: | WebKitGTK | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | bugs-noreply, mcatanzaro, philn |
Priority: | P2 | ||
Version: | WebKit Nightly Build | ||
Hardware: | Unspecified | ||
OS: | Linux | ||
Bug Depends on: | |||
Bug Blocks: | 235885 |
Description
Byoungchan Lee
2024-05-26 12:05:22 PDT
It probably tries to access the device directly (not allowed) rather than going through the camera portal (which is mandatory). (Be aware you're going to run into a lot more problems than this if trying to use WebRTC. E.g. the sandbox will block network access, bug #244002.) *** This bug has been marked as a duplicate of bug 244004 *** |