Trying to launch the second instance of OBS with a specific, different profile

TonyMayo

New Member
Why doesn't this work?
"C:\Program Files\obs-studio\bin\64bit\obs64.exe" --profile "Experimental_with_NDI_20210707" --startrecording -m

The -m flag works, it starts recording but Profile is not loaded.
2021-07-09_10-58-44.png


{ BTW, this fact should be on the parameters page, IMHO
<< A single dash is for one-letter parameters, you need two for long ones for parameters spelled-out" >>
https://github.com/obsproject/obs-studio/wiki/Launch-Parameters }
 
Try "C:\Program Files\obs-studio\bin\64bit\obs64.exe" --profile "Experimental_with_NDI_2021-07-07" --startrecording -m
 
Duh! That worked (of course.) Glad I included the screenshot.

In my defense, I used the name of the directory created when I exported the Profile--and didn't notice the change in punctuation.

2021-07-09_13-18-29.png


Many thanks!!!
 
Back
Top