USB passthrough
I'm running this container in unraid. I'm trying to passthrough a USB HDMI capture dongle but it won't work.
My guess is you probably need to do something like -v /dev:/dev --privileged, though you'll want to experiment with adding only the --cap-add that you truly need.
This is a Docker matter, not an OBS matter.
This is a Docker matter, not an OBS matter.
After revisiting this issue, it appears to be due to missing v4l drivers. Therefore, IS an OBS matter. Thanks for your input though!
Can you send a PR? Which driver is missing? What package needs to be installed?