aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/33c3
diff options
context:
space:
mode:
authorMaZderMind2016-12-27 19:29:46 +0100
committerMaZderMind2016-12-27 19:29:46 +0100
commit9bc57c9dc5ae7f62c4ddb76272608a70b1deb3d9 (patch)
treef90bc6535fb8bb351a5108e4ea49097fa8360953 /configs/conferences/33c3
parente58f1920693b400de24a527c4d31f3ccd9ea1f3e (diff)
configure audio-streams
Diffstat (limited to 'configs/conferences/33c3')
-rw-r--r--configs/conferences/33c3/config.php28
1 files changed, 21 insertions, 7 deletions
diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php
index 1012bd3..f61da91 100644
--- a/configs/conferences/33c3/config.php
+++ b/configs/conferences/33c3/config.php
@@ -125,8 +125,10 @@ $CONFIG['OVERVIEW'] = array(
),
'Live Music' => array(
- 'party',
- 'lounge',
+ 'section-9',
+ 'disko',
+ 'schneekugel',
+ 'chaoswest',
),
),
);
@@ -453,18 +455,30 @@ $CONFIG['ROOMS'] = array(
),
- 'party' => array(
- 'DISPLAY' => 'Party',
- 'STREAM' => 'party',
+ 'section-9' => array(
+ 'DISPLAY' => 'Section 9',
+ 'STREAM' => 'ambient',
'MUSIC' => true,
'EMBED' => true,
),
- 'lounge' => array(
- 'DISPLAY' => 'Lounge',
+ 'disko' => array(
+ 'DISPLAY' => 'DisKo',
'STREAM' => 'lounge',
'MUSIC' => true,
'EMBED' => true,
),
+ 'schneekugel' => array(
+ 'DISPLAY' => 'Schneekugel',
+ 'STREAM' => 'dome',
+ 'MUSIC' => true,
+ 'EMBED' => true,
+ ),
+ 'chaoswest' => array(
+ 'DISPLAY' => 'Chaoswest',
+ 'STREAM' => 'chaoswest_lounge',
+ 'MUSIC' => true,
+ 'EMBED' => true,
+ ),
'sendezentrum' => array(