OBS-to-XAir/config.toml

23 lines
340 B
TOML
Raw Normal View History

[obs]
# OBS connection info
host = "localhost"
port = 4455
password = "secretpassword"
[xair]
# mixer kind and ip
kind_id = "XR18"
ip = "mixer.local"
[scene_mapping]
# OBS scene name to mixer channel mapping
START.mute = [1, 3, 5]
START.unmute = [2, 7]
BRB.mute = [2, 7]
BRB.unmute = [1, 3, 5]
END.toggle = [12, 14]
LIVE.toggle = [16]