Some Server Stuff

Mat Lilly

New Member
If there isn't a CLI headless version of this: there should be. Also, command line arguments for the program while it is running. Would be fantastic to be able to change scenes from a PHP action using a command like...

shell_exec('obs_studio -s "Front Camera" -t fade -l 250');

Scene, transition type, transition time in milliseconds. I am kind of spitballing here.
 

Fenrir

Forum Admin
There is a front-end API that can be used to control OBS remotely. Check out the websockets plugin that utilizes this.
 
Top