kinngh
New Member
It breaks OBS to directly open from Apps but it works perfectly:
Open Terminal and run
```
open /Applications/OBS.app/Contents/MacOS/OBS --args -picture
```
This assumes that OBS is in your Applications folder, where it's supposed to be.
What this does is it uses terminal as a proxy to grant OBS access to microphone, disk, camera and display capture.
Cons:
Every time you want to run OBS, you have to run it from terminal using this command. If you try to open it directly from your apps folder, it crashes.
It's not perfect, but it works.
Open Terminal and run
```
open /Applications/OBS.app/Contents/MacOS/OBS --args -picture
```
This assumes that OBS is in your Applications folder, where it's supposed to be.
What this does is it uses terminal as a proxy to grant OBS access to microphone, disk, camera and display capture.
Cons:
Every time you want to run OBS, you have to run it from terminal using this command. If you try to open it directly from your apps folder, it crashes.
It's not perfect, but it works.