Skip to content
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

Use exclusive flag for using with chrome/chromium #9

Open
tuxflo opened this issue May 17, 2019 · 0 comments
Open

Use exclusive flag for using with chrome/chromium #9

tuxflo opened this issue May 17, 2019 · 0 comments

Comments

@tuxflo
Copy link

tuxflo commented May 17, 2019

Hi!
At first thanks a lot for your script, it is working great on my ubuntu 18.04 System on WebRTC sessions (Jitsi Web conference). Just a small hint for chrome/chromium users to get the v4l2loopback device working one can use the exclusive_caps=1 flag as described here. The entire modprobe section then looks like that:

# echo "Probing v4l2-loopback"
sudo rmmod v4l2loopback 2> /dev/null
sudo modprobe v4l2loopback video_nr=7 'card_label=myFakeCam' exclusive_caps=1

Maybe you can put a hint on that in the Readme.md.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant