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
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
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),
"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))
...
Perhaps you could instead record the camera in obs, and share obs as a
virtual v4l2 camera with jitsi.
Regards,
Florian
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
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