-
Notifications
You must be signed in to change notification settings - Fork 97
deb plugin is not installed in the correct directory #14
Comments
Ah! So that's why it wasn't showing up in OBS. Works now! Thanks |
@displague |
Confirmed on Ubuntu 20.04 as well. Thanks for workaround. |
Or if you're using Fedora, symlink to |
On Debian Stretch: |
@motrengaw do you have a plugins directory in |
Using Ubuntu 18.04 LTS with the OBS PPA, this copy of the shared object is not required. The PPA expects OBS plugins to be in /usr/lib/obs-plugins/. |
for Fedora the correct path is ~/.config/obs-studio/plugins/v4l2sink/bin/64bit/ |
#35 looks like the fix for this |
The released Debian package for the OBS plugin does not install the plugin in the correct directory (Ubuntu 19.10 / Eoan).
Work-around is:
cd /usr/lib/x86_64-linux-gnu/obs-plugins sudo ln -s ../../obs-plugins/v4l2sink.so
The text was updated successfully, but these errors were encountered: