aboutsummaryrefslogtreecommitdiff
path: root/configs/conferences/osc18
diff options
context:
space:
mode:
authorDaniel Molkentin2018-05-27 10:27:30 +0200
committerDaniel Molkentin2018-05-27 10:27:56 +0200
commitac10684d87ca7263f107a0c576063be739feaf8f (patch)
treed8a4679a51c96decfbea84ec6df1dcd6cf98e71e /configs/conferences/osc18
parent71774d90f53fd595d4b61ce559aa0e50f311adc9 (diff)
osc18: No streams from small today
Diffstat (limited to 'configs/conferences/osc18')
-rw-r--r--configs/conferences/osc18/config.php42
1 files changed, 21 insertions, 21 deletions
diff --git a/configs/conferences/osc18/config.php b/configs/conferences/osc18/config.php
index 6a19fb2..103be48 100644
--- a/configs/conferences/osc18/config.php
+++ b/configs/conferences/osc18/config.php
@@ -122,7 +122,7 @@ $CONFIG['OVERVIEW'] = array(
'Lecture rooms' => array(
'main',
'medium',
- 'small',
+// 'small',
),
),
);
@@ -364,26 +364,26 @@ $CONFIG['ROOMS'] = array(
'IRC' => false,
'TWITTER' => true,
),
- 'small' => array(
- 'DISPLAY' => 'Small',
- 'STREAM' => 's41',
- 'PREVIEW' => true,
- 'TRANSLATION' => false,
- 'STEREO' => false,
- 'SD_VIDEO' => true,
- 'HD_VIDEO' => true,
- 'SLIDES' => false,
- 'DASH' => true,
- 'AUDIO' => true,
- 'MUSIC' => false,
- 'SCHEDULE' => true,
- 'SCHEDULE_NAME' => '107 (Small)',
- 'FEEDBACK' => false,
- 'SUBTITLES' => false,
- 'EMBED' => true,
- 'IRC' => false,
- 'TWITTER' => true,
- ),
+# 'small' => array(
+# 'DISPLAY' => 'Small',
+# 'STREAM' => 's41',
+# 'PREVIEW' => true,
+# 'TRANSLATION' => false,
+# 'STEREO' => false,
+# 'SD_VIDEO' => true,
+# 'HD_VIDEO' => true,
+# 'SLIDES' => false,
+# 'DASH' => true,
+# 'AUDIO' => true,
+# 'MUSIC' => false,
+# 'SCHEDULE' => true,
+# 'SCHEDULE_NAME' => '107 (Small)',
+# 'FEEDBACK' => false,
+# 'SUBTITLES' => false,
+# 'EMBED' => true,
+# 'IRC' => false,
+# 'TWITTER' => true,
+# ),
);
/**