Pipewire: Render mouse cursor in Firefox screencast
Categories
(Core :: WebRTC, defect, P3)
Tracking
()
People
(Reporter: stransky, Unassigned)
References
(Blocks 1 open bug)
Details
Attachments
(1 file)
(deleted),
patch
|
Details | Diff | Splinter Review |
Follow up from https://bugzilla.mozilla.org/show_bug.cgi?id=1672944#c29
It seems that libwebrtc used by firefox,
is outdated and does not contain the detection of cursor mode. The new version from google, as pointed out by Dan Shick
does contain the detection. So I hope the mozilla developer can upgrade their libwebrtc.
Comment 2•3 years ago
|
||
(In reply to Martin Stránský [:stransky] (ni? me) from comment #0)
This link is not publicly accessable:
I can find this, and we do not have this code presently:
I'm guessing we'll get to this when we get caught up?
Comment 3•3 years ago
|
||
Byron, what are your estimates on cherry-pick-ability?
Comment 4•3 years ago
|
||
Lots of broken links here. It moved to a subdir. This might be a better permalink? https://webrtc.googlesource.com/src/+/73bfa48/modules/desktop_capture/linux/wayland/base_capturer_pipewire.cc#818
Should hopefully not be too bad cherry-picking this. I assume the API hasn't changed much.
Maybe we could try jumping to 5644e55 which is right before the files moved.
Comment 5•3 years ago
|
||
I did a simple copy of the files in 5644e55 into our tree and adapted a bit. Blocked on libepoxy headers pretty early.
Updated•3 years ago
|
Reporter | ||
Comment 7•3 years ago
|
||
There's a downstream patch used by Fedora/Firefox to backport WebRTC changes.
Reporter | ||
Updated•3 years ago
|
Updated•2 years ago
|
Description
•