obs-v4l2sink
obs-v4l2sink copied to clipboard
Plugin is not appear in the Programme
Thanks for your work.
I downloaded and compiled your plugin and it is also avaible
ls /usr/share/obs/obs-plugins/
sudo modprobe v4l2loopback
But in obs-studio nothing appears under Tools (Werkzeuge)
I could not find any errors when starting obs in the bash.
Thanks for the help
Found a solution, according to https://srcco.de/posts/using-obs-studio-with-v4l2-for-google-hangouts-meet.html yout have to copy the file
cp /usr/lib/obs-plugins/v4l2sink.so /usr/lib/x86_64-linux-gnu/obs-plugins/
FYI:
- Does not solve it for me on Centos 8.
- Plugin does not show up in OBS
Resolution for those on Centos / Redhat Linux / Oracle Linux:
- The root cause is that the install script copies plugin to the "wrong" folder, /usr/lib/obs-plugins/ You can solve it by moving the plugin to /usr/lib64/obs-plugins/ like so
sudo mv /usr/lib/obs-plugins/v4l2sink.so /usr/lib64/obs-plugins/
Found a solution, according to https://srcco.de/posts/using-obs-studio-with-v4l2-for-google-hangouts-meet.html yout have to copy the file
cp /usr/lib/obs-plugins/v4l2sink.so /usr/lib/x86_64-linux-gnu/obs-plugins/
Works for Ubuntu 20.04
Found a solution, according to https://srcco.de/posts/using-obs-studio-with-v4l2-for-google-hangouts-meet.html yout have to copy the file
cp /usr/lib/obs-plugins/v4l2sink.so /usr/lib/x86_64-linux-gnu/obs-plugins/
Works for Ubuntu 20.04
On 18.04 I had to do the opposite.
On 18.04 I had to do the opposite.
So did I on Ubuntu 20.04. What worked for me was a
sudo cp /usr/lib/x86_64-linux-gnu/obs-plugins/v4l2sink.so /usr/lib/obs-plugins/