-
Notifications
You must be signed in to change notification settings - Fork 531
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
Cannot see the v4l2loopback using google-chrome or chromium #78
Comments
since enable it:
the newly created device will announce output capabilities only (so ordinary webcam applications (including chrome) won't see it. as soon as you have attached a producer to the device, it will start announcing capture capabilities only, so chrome (and other |
btw, the issue is a duplicate of #40 |
Hi, thanks for your previous reply. I have seen the bug #40 but it was not working for me. Here is all the process i have followed for my test ; tell me is something is missing :
make clean && make
modinfo v4l2loopback
rmmod -r v4l2loopback
sudo su
tree /sys/module/v4l2loopback/ 4 directories, 17 files cat /sys/module/v4l2loopback/parameters/exclusive_capsY,Y,Y,Y,Y,Y,Y,Y ls -al /dev/video*crw-rw----+ 1 root video 81, 0 janv. 17 15:59 /dev/video0 ffmpeg -f v4l2 -list_formats all -i /dev/video0ffmpeg version 1.2.6-7:1.2.6-1 I need to inject a video for a local streaming that i will see as buildin video camera using chrome. It works really fine with firefox not google-chrome yet.
Url for the test : https://opentokrtc.com/ The result is that i don't see the cam. Thanks a lot for any other idea |
Hi, thanks for your previous reply. I have seen the bug #40 Here is all the process i have followed for my test ; tell me is something
make clean && make
modinfo v4l2loopback
rmmod -r v4l2loopback
sudo su
tree /sys/module/v4l2loopback/ 4 directories, 17 files Y,Y,Y,Y,Y,Y,Y,Y crw-rw----+ 1 root video 81, 0 janv. 17 15:59 /dev/video0 ffmpeg version 1.2.6-7:1.2.6-1 I need to inject a video for a local streaming that i will see as buildin ffmpeg -f mjpeg -i http://: -f v4l2 /dev/video2 It works really fine with firefox not google-chrome yet.
Url for the test : https://opentokrtc.com/ The result is that i don't see the cam. Thanks a lot for any other idea Regards Thierry GAYET 2015-01-16 21:56 GMT+01:00 umläute notifications@github.com:
|
can i remove one of the two last comments (they seem to be identical apart from formatting)? |
so the error you get is basically:
which is very much expected: what you should do is (in the given order=:
|
This has appeared for me after upgrading to 18.04 LTS. Anyone have any ideas on a fix? |
@camwhite Did you resolve this issue? I think I may have just run into this, but it could just be a misconfiguration on my part. I can open the virtual devices in VLC, but Chrome doesn't provide any options. |
@adrianimajion why would you want to re-open a bug in |
@umlaeute You're exactly right, my misunderstanding! For the other folks in this thread and anyone else who arrives here researching this problem, here's the bug in the Chromium issue tracker: https://bugs.chromium.org/p/chromium/issues/detail?id=757399 |
Here my case:
Then I am ingesting from OBS. Works with well on Firefox, and in other any app like Not on Chromium Versión 80.0.3987.116 or Chrome Versión 83.0.4100.3 |
Same issue for me. I am using Note: I use ffmpeg to feed the webcam. Any help ? |
Hi,
While the v4l2loopback is loaded i can play normaly with using ffmpeg/ffplay/vlc/... but when i start the google-chrome browser (or even chromium), i can only see my physical local webcam not my loopbak one.
I have see the following issue : https://code.google.com/p/chromium/issues/detail?id=142568
It explain that chomium filter the loopback webcam from the v4l2 device listing.
Is there someone that have made it works in this case?
Thanks for any reply but i haven't seen any previous issue on your bugtracker.
Regards
Thierry GAYET
The text was updated successfully, but these errors were encountered: