Wayland support - example

OBS has good support of Wayland for linux - CMakeLists.txt:222: option(ENABLE_WAYLAND "Build support for Wayland" ON)UI/ob - Pastebin.com

OBS has too good suport for PipeWire - cmake/Modules/FindPipeWire.cmake:2:# FindPipeWirecmake/Modules/FindPipeWire.cm - Pastebin.com

[0]. A -
github com obsproject obs-studio blob master cmake Modules FindWayland cmake
[1]. B -
github com obsproject obs-studio blob master cmake Modules FindPipeWire cmake

1 Like

Some more info - how to support, booth Wayland and X11

quote: “Hopefully Zoom will soon be updated to use the XDG ScreenCast Portal for Wayland.”

XDG ScreenCast Portal API doc:
https://flatpak.github.io/xdg-desktop-portal/

1 Like

Thanks for sharing this - I came here to bump it up. Hopefully the zoom devs will find this useful and add it to their roadmap. I can see from trying to solve this problem myself that many others need this feature as well.