obs-v4l2sink icon indicating copy to clipboard operation
obs-v4l2sink copied to clipboard

Plugin is not appear in the Programme

Open gitalm opened this issue 4 years ago • 6 comments

Thanks for your work. I downloaded and compiled your plugin and it is also avaible ls /usr/share/obs/obs-plugins/ grafik 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

gitalm avatar Apr 24 '20 04:04 gitalm

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/

gitalm avatar Apr 27 '20 04:04 gitalm

FYI:

  • Does not solve it for me on Centos 8.
  • Plugin does not show up in OBS

tonydiep avatar Apr 30 '20 00:04 tonydiep

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/

tonydiep avatar Apr 30 '20 14:04 tonydiep

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

starapple2 avatar May 27 '20 18:05 starapple2

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.

jberentsson avatar Dec 06 '20 03:12 jberentsson

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/

alxlo avatar Dec 14 '20 23:12 alxlo