obs-v4l2sink icon indicating copy to clipboard operation
obs-v4l2sink copied to clipboard

deb plugin is not installed in the correct directory

Open displague opened this issue 5 years ago • 10 comments

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

displague avatar Oct 03 '19 20:10 displague

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

Erudition avatar Mar 20 '20 05:03 Erudition

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

LDVSOFT avatar Mar 22 '20 17:03 LDVSOFT

Confirmed on Ubuntu 20.04 as well. Thanks for workaround.

3vi1 avatar Apr 04 '20 22:04 3vi1

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

:wave: @displague

alexfornuto avatar Apr 13 '20 16:04 alexfornuto

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.

motrengaw avatar Apr 19 '20 18:04 motrengaw

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

alexfornuto avatar Apr 20 '20 15:04 alexfornuto

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

pturmel avatar Apr 20 '20 16:04 pturmel

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/

ppGodel avatar Apr 21 '20 07:04 ppGodel

https://github.com/CatxFish/obs-v4l2sink/pull/35 looks like the fix for this

displague avatar Apr 23 '20 14:04 displague

#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

prasket avatar Nov 14 '20 00:11 prasket