how to install plugins in fedora

msm1365

New Member
Hi everybody,

I installed obs in fedora, but i have problem with plugins.
i copied plugin folder in two way :
1- home/user/.config/obs-studio/plugin_config
2- usr/share/obs/obs-plugins

But nothing happened.
How to fix it?
 

mrpowerup

New Member
You need to go to. home/user/.config/obs-studio and create a folder called plugins and place it in that folder.
 

The_Ball

New Member
Installing various plugins on Fedora was tedious. I've made a script to build plugins and install them in your home directory correctly.

Example:
Bash:
obs-install-plugin https://github.com/exeldro/obs-move-transition.git

The latest version is kept here:
 
Top