Hi,
OBS Studio is a software than can capture, encode, record or stream videos to your Youtube, Facebook channel.
In order for the virtual cam to work you will need v4l2sink plugin then you can enable it as in screenshots.
The problem is obs-studio debian buster package is old.
You can build a portable version that has v4l2sink plugin built-in and browser plugin as follows:
wget https://cdn-fastly.obsproject.com/downloads/cef_binary_4280_linux64.tar.bz2
tar -xjf ./cef_binary_4280_linux64.tar.bz2
git clone --recursive https://github.com/obsproject/obs-studio.git
cd obs-studio
mkdir build && cd build
cmake -DUNIX_STRUCTURE=0 -DCMAKE_INSTALL_PREFIX="${HOME}/obs-studio-portable" -DBUILD_BROWSER=ON -DCEF_ROOT_DIR="../../cef_binary_4280_linux64" ..
make -j4 && make install
Is there a nice guy who can build and share it with us?
Best Regards.