▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒▒
Basic TUI (Text User Interface) for switching scenes in OBS.
obs-cli
is added to
path.Edit config.json
with the host, password and port of the
OBS instance you want to control. For example:
{
"host": "192.168.1.25",
"password": "password",
"port": 4444
}
Start OBS on target computer. Run main.py
. Enter scene
number and press [ENTER]
to change scenes. Have fun!