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

deb plugin is not installed in the correct directory #14

Open
displague opened this issue Oct 3, 2019 · 10 comments
Open

deb plugin is not installed in the correct directory #14

displague opened this issue Oct 3, 2019 · 10 comments

Comments

@displague
Copy link

displague commented Oct 3, 2019

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
@Erudition
Copy link

Ah! So that's why it wasn't showing up in OBS. Works now! Thanks

@LDVSOFT
Copy link

LDVSOFT commented Mar 22, 2020

@displague May I ask you how you've build the plugin, it does not work for me? Sorry, worked now after clean retry.

@3vi1
Copy link

3vi1 commented Apr 4, 2020

Confirmed on Ubuntu 20.04 as well. Thanks for workaround.

@displague displague changed the title deb plugin is are not installed in the correct directory deb plugin is not installed in the correct directory Apr 5, 2020
@alexfornuto
Copy link

Or if you're using Fedora, symlink to ~/.config/obs-studio/plugins/v4l2sink/bin64.

👋 @displague

@motrengaw
Copy link

motrengaw commented Apr 19, 2020

On Debian Stretch:
Have both linked and simply copied v4l2sink.so into /usr/lib/obs-plugins from /usr/lib/x86_64-linux-gnu/obs-plugins per the above. Still not seeing 'V4L2 Video Output' or anything like it in the tools pull-down of OBS. Built clones OBS 25.0.7. and this git. Where else can I put this so that OBS will find it??? Or do I need to refresh OBS plugins somehow?? Very frustrating.

@alexfornuto
Copy link

@motrengaw do you have a plugins directory in ~/.config/obs-studio/, as I noted for Fedora above?

@pturmel
Copy link

pturmel commented Apr 20, 2020

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/.

@ppGodel
Copy link

ppGodel commented Apr 21, 2020

Or if you're using Fedora, symlink to ~/.config/obs-studio/plugins/v4l2sink/bin64.

wave @displague

for Fedora the correct path is ~/.config/obs-studio/plugins/v4l2sink/bin/64bit/

@displague
Copy link
Author

#35 looks like the fix for this

@prasket
Copy link

prasket commented Nov 14, 2020

#35 looks like the fix for this
I agree and thank you for bringing this up, helped me out!

Should this issue be closed and pointed to #35

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

9 participants