Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-03-12 Thread 45mg
Hi Arnaud, I managed to get it working based on your description. Here are a few observations that may be of interest: Arnaud Daby-Seesaram writes: > Hi, > > I am not an expert at Wayland (at all), but my current Sway > configuration works for screen sharing (I have just made a test in > Librew

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-27 Thread Ignas Lapėnas
Hello, This might be already resolved, but I'll drop my own used hacky solution, might help. We require v4l2loopback-linux-module Guix system: ``` : (operating-system : ... : (kernel-loadable-modules (list v4l2loopback-linux-module)) : ...) ``` Running application: ``` : guix shell xdg-deskt

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-18 Thread Arnaud Daby-Seesaram
Hi, I am not an expert at Wayland (at all), but my current Sway configuration works for screen sharing (I have just made a test in Librewolf). Here is a brief description of my solution: - I use Guix System. My list of services contains most of %desktop-services (+ other irrelevant services),

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-16 Thread pelzflorian (Florian Pelz)
"pelzflorian (Florian Pelz)" writes: > Perhaps you could instead record the camera in obs, and share obs as a > virtual v4l2 camera with jitsi. ... which would require loading the v4l2loopback module like (operating-system ... (kernel-loadable-modules (list v4l2loopback-linux-module)) ...

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-16 Thread pelzflorian (Florian Pelz)
Perhaps you could instead record the camera in obs, and share obs as a virtual v4l2 camera with jitsi. Regards, Florian

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-16 Thread 45mg
Caleb Herbert writes: > Hi Guix, > > I'm looking for a web browser in Guix that will share my screen in Jitsi Meet > under the Wayland compositor Sway. I've tried `ungoogled-chromium-wayland` > but it does not let me share my screen (or even a window). I've also tried > LibreWolf with WebGL

Re: WebRTC screen sharing under Sway in Guix-packaged browsers

2025-01-16 Thread jbranso
January 15, 2025 at 6:05 PM, "Caleb Herbert" mailto:c...@bluehome.net?to=%22Caleb%20Herbert%22%20%3Ccsh%40bluehome.net%3E > wrote: > > Hi Guix, > > I'm looking for a web browser in Guix that will share my screen in Jitsi Meet > under the Wayland compositor Sway. I've tried `ungoogled-chromiu