Second copy of OBS on MAC

GaryM

New Member
I need a second copy of OBS, one to send a video and one to capture the video coming from Zoom. Going to terminal does not work. (Open -n) Surely there is a user friendly way to do this. Apple forum basically says that Apple does not do this.
 

GaryM

New Member
This command in Terminal works for me:

Code:
open -n -a OBS.app --args -multi
Here is the error I get…
open -n -a OBS.app —args -multi
open: invalid option -- m
Usage: open [-e] [-t] [-f] [-W] [-R] [-n] [-g] [-h] [-s <partial SDK name>][-b <bundle identifier>] [-a <application>] [filenames] [--args arguments]
 
Top