unbreak webcam detection on BSD
Categories
(Core :: WebRTC: Audio/Video, defect, P3)
Tracking
()
| Tracking | Status | |
|---|---|---|
| firefox124 | --- | fixed |
People
(Reporter: gaston, Assigned: pehrsons)
Details
Attachments
(1 file)
Apparently since a recent webrtc upgrade firefox doesn't prompt me anymore for webcam perms, and only the microphone works.
Taking a patch from FreeBSD's portstree (cf https://github.com/freebsd/freebsd-ports/commit/53a70f124869afd195d8eb34e20142e55eaa72cb) allows me to have the correct webcam perms prompt on OpenBSD w/ 123.0b4 & 122.0.
How should this one be upstreamed ? local mozilla patch/commit ?
| Assignee | ||
Comment 1•2 years ago
|
||
We should just land it in gecko.
Michael, when landing patches on top of gecko's libwebrtc, do we need to do something in regard to moz-patch-stack?
Comment 2•2 years ago
|
||
Nothing special needs to be done - the patch-stack will be updated during the libwebrtc fast-forward process either during setup or when rebasing at the end. This is done to avoid rebase conflicts in the patch-stack itself for the person running the update.
| Assignee | ||
Comment 3•2 years ago
|
||
| Assignee | ||
Updated•2 years ago
|
Comment 5•2 years ago
|
||
| bugherder | ||
| Reporter | ||
Comment 6•2 years ago
|
||
thanks :pehrsons!
Description
•