'How to run OBS in portable mode on Mac?

It's possible to launch multiple OBS instances at the same time, however all the online resources are for Windows and don't show how to do it on Mac.

Additionally I couldn't find any documentation from OBS about portable mode on MacOS.



Solution 1:[1]

After extensive research I found this bash script and understood how to run OBS from terminal and pass arguments to it.

sudo /Applications/OBS.app/Contents/MacOS/obs -p

Now I'm able to pass all the arguments shown here.

Launching OBS in portable mode required running the command with 'sudo' as I described in this other question

Sources

This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.

Source: Stack Overflow

Solution Source
Solution 1 Shoni Fari