Commit 815adc2c authored by nextime's avatar nextime

Last version

parent d273782e
[General]
log_file = /tmp/streaming_control.log
log_level = DEBUG
log_level = INFO
[Web]
stream_url = https://192.168.42.1/HLS/record/Live.m3u8
......@@ -24,7 +24,7 @@ port = 4455
password = motorol4
[OBS:leeloo]
host = 192.168.42.111
host = 192.168.42.141
port = 4455
password = motorol4
......@@ -44,6 +44,22 @@ obs = slut
scene = SHINE
source = 7
[INPUT:doubleleelooblur]
obs = leeloo
scene = LIVE SFW
source = 8
[INPUT:doublestefyblur]
obs = slut
scene = live SFW
source = 8
[INPUT:doubleshineblur]
obs = slut
scene = SHINE
source = 9
# OUTPUT are shenes on OBS sending to a specific stream, can be a rtmp stream with
# OBS multistream plugin or a virtual cam, both the included in OBS or the ones
# from a plugin.
......@@ -103,41 +119,8 @@ status.tease.enable = 4,3
#action = private_leeloo
#color = maroon
[BUTTON:1:Doubles_shine]]
title = Double SHINE
action = double_shine
input = doubleshine
color = gray
color.enabled = blue
[BUTTON:1:Double_stefy]]
title = DOUBLE STEFY
action = double_stefy
input = doublestefy
color = gray
color.enabled = blue
[BUTTON:1:double_leeloo]]
title = DOUBLE LEELOO
action = double_leeloo
input = doubleleeloo
color = gray
color.enabled = blue
[BUTTON:1:open_all]]
title = Open ALL
action = open_all
color = green
#[BUTTON:1:private_jasmine]
#title = Private Jasmine
#action = private_jasmine
#color = green
[BUTTON:2:shine_openclose]
[BUTTON:1:shine_openclose]
title = Open/Close Shine
action = shine_openclose
output = shine
......@@ -146,7 +129,7 @@ color.open = green
color.tease = orange
color = grey
[BUTTON:2:stefy_openclose]
[BUTTON:1:stefy_openclose]
title = Open/Close Stefy
action = stefy_openclose
output = smstefy
......@@ -155,7 +138,7 @@ color.open = green
color.tease = orange
color = grey
[BUTTON:2:leelo_openclose]
[BUTTON:1:leelo_openclose]
title = Open/Close Leeloo
action = leelo_openclose
output = smleeloo
......@@ -164,53 +147,112 @@ color.open = green
color.tease = orange
color = grey
[BUTTON:1:open_all]
title = Open ALL
action = open_all
color = green
[BUTTON:2:Doubles_shine]
title = Double SHINE
action = double_shine
input = doubleshine
color = blue
color.enabled = maroon
[BUTTON:2:Double_stefy]
title = DOUBLE STEFY
action = double_stefy
input = doublestefy
color = blue
color.enabled = maroon
[BUTTON:2:double_leeloo]
title = DOUBLE LEELOO
action = double_leeloo
input = doubleleeloo
color = blue
color.enabled = maroon
[BUTTON:2:spotify]
title = MUSIC PAUSE
action = spotify_pause
title = MUSIC MUTE
action = spotify_mute
color = purple
[BUTTON:3:Doubles_shineblur]
title = DoubleBLUR SHINE
action = double_shineblur
input = doubleshineblur
color = green
color.enabled = red
[BUTTON:3:Double_stefyblur]
title = DOUBLEBLUR STEFY
action = double_stefyblur
input = doublestefyblur
color = green
color.enabled = red
[BUTTON:3:double_leelooblur]
title = DOUBLEBLUR LEELOO
action = double_leelooblur
input = doubleleelooblur
color = green
color.enabled = red
[BUTTON:3:scene_manual]
title = MANUAL
action = scene_manual
color = blue
color.manual = blue
color.automatic = red
title.manual = MANUAL
title.automatic = AUTO
feedback = status
#[BUTTON:1:private_jasmine]
#title = Private Jasmine
#action = private_jasmine
#color = green
#[BUTTON:2:leelo_livejasmine]
#title = Open/Close JASM
#action = jasmine_openclose
[BUTTON:3:tease_all]
[BUTTON:4:tease_all]
title = SCENE Tease ALL
action = tease_all
color = teal
color.active = turquoise
feedback = scene
[BUTTON:3:tease]
[BUTTON:4:tease]
title = SCENE Tease
action = tease
color = teal
color.active = turquoise
feedback = scene
[BUTTON:3:scene_all_open]
[BUTTON:4:scene_all_open]
title = SCENE ALL OPEN
action = open_all
color = teal
color.active = turquoise
feedback = scene
[BUTTON:3:scene_shile_always_open]
[BUTTON:4:scene_shile_always_open]
title = SCENE SHINE ALWAYS OPEN
action = open_all_shine_open
color = teal
color.active = turquoise
feedback = scene
[BUTTON:3:scene_manual]
title = MANUAL
action = scene_manual
color = blue
color.manual = blue
color.automatic = red
title.manual = MANUAL
title.automatic = AUTO
feedback = status
[ACTION:scene_manual]
setstatus = change
......@@ -219,6 +261,9 @@ setstatus = change
[ACTION:spotify_pause]
execute = /home/nextime/bin/spotifypause
[ACTION:spotify_mute]
execute = /home/nextime/bin/spotifymute
[ACTION:private_shine]
execute = /usr/local/bin/smblur_private
......@@ -243,6 +288,17 @@ setscene = double
execute = /usr/local/bin/smdouble_leeloo
setscene = double
[ACTION:double_shineblur]
execute = /usr/local/bin/smdoubleblur_shine
setscene = double
[ACTION:double_stefyblur]
execute = /usr/local/bin/smdoubleblur_stefy
setscene = double
[ACTION:double_leelooblur]
execute = /usr/local/bin/smdoubleblur_leeloo
setscene = double
[ACTION:leelo_openclose]
......
......@@ -101,7 +101,7 @@ along with this program. If not, see <https://www.gnu.org/licenses/>.
.buttons-container {
display: grid;
grid-template-columns: repeat(120, 1fr);
grid-template-rows: repeat(3, 1fr);
grid-template-rows: repeat(4, 1fr);
height: 100%;
width: 100%;
transition: width 0.3s ease;
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment