-
-
Notifications
You must be signed in to change notification settings - Fork 14.8k
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
Video conferences are not working with Firefox #87835
Comments
Hi @jgeerds, I am using firefox from |
Investigating the differences between nixos.firefox and nixos.firefox-bin, in particular:
|
Might be that #87708 (or a |
@xaverdh I'm pretty sure that this patch will fix it. Thank you! I'm closing the issue. |
FYI: It's working again on recent nixpkgs-unstable 👍 |
Describe the bug
It seems to me that it is currently not possible to use Firefox for video conferences like Google Meet or Jitsi. In both services, after joining a conference room, I see no video/audio from the other attendees and nobody can hear/see me.
I'm not sure what exactly the problem is. I don't think it's a permission problem in Firefox or something similar. For example in Google Meet, before joining a room, there is a step where you can see yourself (configure the correct camera/microphone and so on) and that works. That sounds to me that Firefox can access the camera/microphone.
To Reproduce
Steps to reproduce the behavior:
nix-shell -I nixpkgs=https://github.com/NixOS/nixpkgs/archive/6bcb1dec8ea16f20e6404631668cf69e76424eef.tar.gz -p firefox --run "firefox --ProfileManager"
(currentnixpkgs-unstable
)Expected behavior
I should see see and hear the other attendees (and they should hear/see me).
Additional context
I'm running NixOS 20.03 and using the
firefox
package fromnixpkgs-unstable
. I've already tried:firefox-wayland
fromnixpkgs-unstable
firefox
fromnixpkgs-unstable
firefox-esr
fromnixpkgs-unstable
Xorg
andWayland
Here comes the interesting thing:
firefox-bin
fromnixpkgs-unstable
works. Maybe we miss some (optional) dependency or something like that? Unfortunately, I don't see any interesting logs.Notify maintainers
@edolstra @andir
Metadata
Maintainer information:
The text was updated successfully, but these errors were encountered: