example now registeres on_exit_started

script will now end when OBS is closed

filter out all logs but `vban_cmd.iremote`

setup.py added
This commit is contained in:
2023-06-25 14:49:07 +01:00
parent 7a3abfc372
commit ca9a31c94a
3 changed files with 48 additions and 11 deletions

View File

@@ -40,10 +40,12 @@ Make sure you have established a working connection to OBS and the remote Voicem
Run the script, change OBS scenes and watch Voicemeeter parameters change.
Pressing `<Enter>` will exit.
Closing OBS will end the script.
## Notes
All but `vban_cmd.iremote` logs are filtered out. Log in DEBUG mode.
This script can be run from a Linux host since the vban-cmd interface relies on UDP packets and obsws-python runs over websockets.
You could for example, set this up to run in the background on a home server such as a Raspberry Pi.