-
Notifications
You must be signed in to change notification settings - Fork 7
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Can't share screen #46
Comments
Works in the latest version with Gnome 42 on Fedora |
@wjt have another try with yesterdays version 2022.11.0, others report that it now works fine (jitsi/jitsi-meet-electron#785) Please launch it with wayland enabled, as described in the README: https://github.com/flathub/org.jitsi.jitsi-meet#wayland-support |
I ran Jitsi with:
I joined a meeting. I pressed the Share button. Here is what I see: I then Alt-Tabbed to and from this browser window a couple of times, and Jitsi Meet logged the following to the terminal:
and then died with If I run Jitsi without It actually is possible to trigger the portal dialog, with or without
So it is no longer true that I can't share the screen; the flow just looks super broken. |
The upstream issue is https://bugs.chromium.org/p/chromium/issues/detail?id=1281200&q=pipewire&can=2&sort=-modified Not much to be done here in the flathub repo. |
Screensharing broke again. Anyone experiencing the same problem? I'm on Fedora 38. |
Yeah, screensharing seems completely broken - at least on Wayland. |
Also not working on Manjaro with Gnome 44.5 |
Good news: The new release of the electron app 2025.2.0 should improve Wayland screensharing significantly, but it needs a new (yet unreleased version) of jitsi-meet. You can already test it on alpha.jitsi.net, and it will be available with the next jitsi-meet stable release |
Tried again (having the flatpak version 2025.2.0). When the OS window sharing popup opens and I select a screen it closes for a moment and then reopens... Console output in this step:
Then the app crashes. Do I need any special flags set? Full console log:
|
No special flags are required, but be sure to test with alpha.jitsi.net (for now), @q-wertz |
Do you mean as Jisi server URL or install the alpha version of the flatpak? First thing is not working. |
I meant the first thing, so using a meeting on alpha.jitsi.net. At least for me that worked well now with Wayland and Gnome (Ubuntu 24.04) and I could reliably share the screen and only the OS screen picker pops up, I select a screen or window, and it shares it without any second popup or crash. What environment are you using (desktop env, Gnome versions, ...)? |
Tested again the In the browser (Firefox, non-flatpak) everything works fine (also on the normal server) Does this information help? If you need more let me know ~ $ lsb_release -a
LSB Version: n/a
Distributor ID: ManjaroLinux
Description: Manjaro Linux
Release: 25.0.0
Codename: Zetar
~ $ echo $XDG_SESSION_TYPE
wayland
~ $ uname -a
Linux hoth 6.6.75-2-MANJARO #1 SMP PREEMPT_DYNAMIC Mon Feb 3 17:53:46 UTC 2025 x86_64 GNU/Linux
~ $ gnome-shell --version
GNOME Shell 47.4 |
Thanks a lot for retesting, and this is enough information! |
On the development branch of Endless OS, which is a Wayland GNOME 41 session, this Jitsi Meet app cannot share the screen.
This is an Electron app. I don't know whether the Electron is new enough to support Chromium's WebRTCPipeWireCapturer flag, but if it is, it might be sufficient to just enable that.
The text was updated successfully, but these errors were encountered: