Just installed Ubuntu Studio, and I need Advanced Scene Switcher plugin. How do I install it?
Asked
Active
Viewed 247 times
1 Answers
0
This will depend on how OBS Studio was installed. You can see if it's installed as a snap by running: snap list
If it's installed as a snap, this plugin should already be included (according to the project's Github page).
If OBS Studio is installed as a .deb
package, you can install the obs-advanced-scene-switcher plugin from the Universe repository.
sudo apt install obs-advanced-scene-switcher

Artur Meinild
- 26,018
-
1Not listed in snap list. Tried to install as a .deb - does not work either. I tried the Ubuntu Studio because it had OBS included with the install. But I need the NDI and Advanced Scene Switcher plugins or it is useless. – farlive Oct 22 '23 at 16:45
-
Sorry, I'm not familiar with how OBS Studio is installed by default in Ubuntu Studio - I was trying to provide a solution based on the documentation - but maybe that isn't enough. – Artur Meinild Oct 23 '23 at 08:34