refactor(playout): rename inputs config variables

This commit is contained in:
jo 2023-02-22 15:21:39 +01:00 committed by Kyle Robbertze
parent 9518db6c75
commit 9b9defe935
3 changed files with 14 additions and 14 deletions

View file

@ -6,10 +6,10 @@
# The ignore() lines are to squash unused variable warnings
# Inputs
master_live_stream_mp = "main"
master_live_stream_port = 8001
dj_live_stream_mp = "show"
dj_live_stream_port = 8002
input_main_mount = "main"
input_main_port = 8001
input_show_mount = "show"
input_show_port = 8002
# Output s1
s1_enable = true