-
Notifications
You must be signed in to change notification settings - Fork 48
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
Unavailable in Zoom login screen, altough works in the real meeting #85
Comments
Do you have the problem only on the login screen? I can confirm that the login screen looks like this, but after login it works just fine. |
Ah I don't know, the meeting has not started yet |
At least for me it is like that. I do not know why. I think the preview finds the wrong camera and tries the (blocked) real device, but I have no idea why it works different from the real meeting. But as long as it works in the meeting I think it's no big deal. Any advice how to fix it for the preview is welcome, of course. |
Yeah it works in the real meeting |
Would you like to help testing? You could try if the same happens with other streams and v4l2loopback: https://atinkerholic.wordpress.com/2018/10/10/how-to-use-a-virtual-webcam-with-static-image-or-video-ffmpeg-v4l-utils-and-v4l2loopback/ You could also test with akvcam instead of v4l2loopback. One of the main differences is, that akvcam generates frames when there is no input, while the loopback device is more a FIFO buffer for frames, which keeps the browser waiting for frames when the virtual webcam is not sending frames fast enough. I think chromium had some threshold like 5 FPS under which it doesn't recognize a cam anymore, but I suppose that that's not your problem. At least I see a similar issue and on my PC the frame rate is high enough. |
It works perfectly if I see the webcam with
But it doesn't work with Zoom web interface, it says "Video unavailable at this time"
I have Firefox 97 on Fedora Workstation 35.
I use this to start the script:
Here is my config.yaml file:
The text was updated successfully, but these errors were encountered: