Is it possible to run multiple instances of OBS on Mac OS X?

I've read that using the -multi command will allow you to open multiple instances of OBS (Open Broadcaster Software) simultaneously. I tried adding the parameter via the command line, but it only opens a single instance. Is there a way to do this on my Mac?

> open -a OBS.app --args -multi 

1 Answer

Success! Turns out you don't even need the -multi flag, it works when the new instance -n flag is included.

open -n -a OBS.app 

asciicast

Your Answer

Sign up or log in

Sign up using Google Sign up using Facebook Sign up using Email and Password

Post as a guest

By clicking “Post Your Answer”, you agree to our terms of service, privacy policy and cookie policy

You Might Also Like