CatxFish / obs-v4l2sink

obs studio output plugin for Video4Linux2 device
GNU General Public License v2.0
933 stars 99 forks source link

Plugin is not appear in the Programme #40

Open gitalm opened 4 years ago

gitalm commented 4 years ago

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 commented 4 years ago

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 commented 4 years ago

FYI:

tonydiep commented 4 years ago

Resolution for those on Centos / Redhat Linux / Oracle Linux:

sudo mv /usr/lib/obs-plugins/v4l2sink.so /usr/lib64/obs-plugins/

starapple2 commented 4 years ago

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 commented 3 years ago

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 commented 3 years ago

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/