-
Notifications
You must be signed in to change notification settings - Fork 97
Ubuntu 20.04: Device open failed #76
Comments
Same problem here. It stopped working after upgrading the kernel to 5.8. |
IOn ubuntu with modprobe: FATAL: Module v4l2loopback not found in directory /lib/modules/5.4.0-53-generic |
To solve you have to recompile the v4l2loopback after upgrading kernels
And then, you have to copy it or
|
and, btw, @tyoc213 im pretty sure you have a totally different problem, not what the OP is having difficulty with. and your issue has already been adressed by others |
@gizmo69the2nd I advise you to manually compile instead of using apt :) |
make installs installs the module in /lib/modules/$(uname -r)/extra |
Haha, sorry my bad. Forgot to mention to run a |
Can confirm that this works! |
/dev/video10 is dummy device
sudo modprobe v4l2loopback devices=1 video_nr=10 card_label="OBS Cam" exclusive_caps=1
ffmpeg is able to sink data to /dev/video10
ffmpeg -loop -re -i 2020-09-30\ 14-39-10.mkv -f v4l2 /dev/video10
OBS fails to open the device.
OBS user is the same as ffmpeg user and has permissions to RW /dev/video10
v4l2loopback installed from source and via apt-get, both give the same error
Any help is appreciated.
The text was updated successfully, but these errors were encountered: