Skip to content
This repository has been archived by the owner on Mar 15, 2021. It is now read-only.

Plugin is not appear in the Programme #40

Open
gitalm opened this issue Apr 24, 2020 · 6 comments
Open

Plugin is not appear in the Programme #40

gitalm opened this issue Apr 24, 2020 · 6 comments

Comments

@gitalm
Copy link

gitalm commented Apr 24, 2020

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
Copy link
Author

gitalm commented Apr 27, 2020

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/

@tonydiep
Copy link

FYI:

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

@tonydiep
Copy link

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/

@starapple2
Copy link

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

@jberentsson
Copy link

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.

@alxlo
Copy link

alxlo commented Dec 14, 2020

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/

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

No branches or pull requests

5 participants