aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/36c3/config.php
diff options
context:
space:
mode:
Diffstat (limited to 'configs/conferences/36c3/config.php')
-rw-r--r--configs/conferences/36c3/config.php32
1 files changed, 30 insertions, 2 deletions
diff --git a/configs/conferences/36c3/config.php b/configs/conferences/36c3/config.php
index 51284c0..fd8057b 100644
--- a/configs/conferences/36c3/config.php
+++ b/configs/conferences/36c3/config.php
@@ -133,7 +133,7 @@ $CONFIG['OVERVIEW'] = array(
'chaoswest',
'wikipakawg',
'oio',
- 'sendezentrum'
+ 'sz'
),
),
);
@@ -373,7 +373,7 @@ $CONFIG['ROOMS'] = array(
'oio' => array(
'DISPLAY' => 'Open Infrastructure Orbit',
'DISPLAY_SHORT' => 'OIO',
- 'STREAM' => 'soio',
+ 'STREAM' => 'q1',
'PREVIEW' => true,
'TRANSLATION' => [
],
@@ -397,6 +397,34 @@ $CONFIG['ROOMS'] = array(
'TEXT' => '@freifunk',
),
),
+
+ 'sz' => array(
+ 'DISPLAY' => 'Sendezentrum',
+ 'DISPLAY_SHORT' => 'SZ',
+ 'STREAM' => 's80',
+ 'PREVIEW' => true,
+ 'TRANSLATION' => [
+ ],
+ 'STEREO' => false,
+ 'SD_VIDEO' => true,
+ 'HD_VIDEO' => true,
+ 'DASH' => true,
+ 'AUDIO' => true,
+ 'SLIDES' => false,
+ 'MUSIC' => false,
+ 'SCHEDULE' => true,
+ 'SCHEDULE_NAME' => 'Sendezentrum',
+ 'FEEDBACK' => true,
+ 'SUBTITLES' => false,
+ 'SUBTITLES_ROOM_ID' => 2,
+ 'EMBED' => true,
+ 'IRC' => false,
+ 'TWITTER' => true,
+ 'TWITTER_CONFIG' => array(
+ 'DISPLAY' => 'sendezenrtum @ twitter',
+ 'TEXT' => '@sendezentrum',
+ ),
+ ),
);