From 9bc57c9dc5ae7f62c4ddb76272608a70b1deb3d9 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Tue, 27 Dec 2016 19:29:46 +0100 Subject: configure audio-streams --- configs/conferences/33c3/config.php | 28 +++++++++++++++++++++------- 1 file changed, 21 insertions(+), 7 deletions(-) (limited to 'configs/conferences/33c3') 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( -- cgit v1.2.3