CatxFish / obs-v4l2sink

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

Plugin does not show up in OBS #24

Closed Algram closed 4 years ago

Algram commented 4 years ago

Hi there,

after installing the plugin exactly like described in your README.md, the menu entry does not show up in obs-studio.

I am using Fedora 31.

image

The plugin shows never up in the loaded section here. I tried several different locations for the .so-plugin file, but I can't get it to be recognized.

Has anyone else the same problem?

Thanks!

codycraven commented 4 years ago

Currently having the same issue under Ubuntu 19.10 (first attempt using obs-v4l2sink).

codycraven commented 4 years ago

My solution was found in: https://github.com/CatxFish/obs-v4l2sink/issues/17#issuecomment-603125325

mkdir -p ~/.config/obs-studio/plugins/v4l2sink/bin/64bit
cp /usr/lib/obs-plugins/v4l2sink.so ~/.config/obs-studio/plugins/v4l2sink/bin/64bit
codycraven commented 4 years ago

Further update, turns out it's related to the OBS version. I updated to the latest OBS (instead of what apt was giving me) and I ended up with two v4l2sink plugins in the tools menu.

I removed the one I copied to ~/.config/obs-studio/plugins/v4l2sink/ and now it works exactly as the instructions guided.

Algram commented 4 years ago

Thanks for your input! I was able to solve this for Fedora specifically. For anyone else having problems: You need to copy the plugin file to /usr/share/obs/obs-plugins/v4l2sink this is the only thing that worked for me on Fedora.