jpetazzo / obs-docker

OBS-Studio (and a few extra tools) in containers
81 stars 13 forks source link

Debian seems to support virtual webcam output "out of the box" #4

Closed olberger closed 3 years ago

olberger commented 3 years ago

In Debian testing, it seems to me that the virtual webcam output is supported out of the box without additional plugins compilation.

As you've based the OBS runtime on Ubuntu, maybe that wouldn't help, but correct me if I'm wrong, wouldn't it allow to get rid from one of the components ?

jpetazzo commented 3 years ago

Yes, that's correct!

The only downside is that it doesn't let you pick the output (it picks the first available one), but other than that, it seems to work well; so I'll remove the v4l2 sink.

Thanks!

jpetazzo commented 3 years ago

... OK, I upgraded the Ubuntu Dockerfile to 20.04 and it still doesn't have virtual webcam output. So I'll let the v4l2sink in the Ubuntu Dockerfile for the time being :)