diff options
author | Florian Larysch | 2016-12-27 04:47:28 +0100 |
---|---|---|
committer | Florian Larysch | 2016-12-27 04:47:28 +0100 |
commit | af2e20a833de7d0ea1e1f9f76381d6f9eb215fca (patch) | |
tree | e34758bc1dcca3de85f5e2bb92d87999f8ca3b42 /configs/conferences | |
parent | 6d0d635e518389291db8f7f38eea54c37a6e2260 (diff) |
33c3: disable slidestream
We didn't configure this yet, so let's disable it in the website for the
moment.
Diffstat (limited to 'configs/conferences')
-rw-r--r-- | configs/conferences/33c3/config.php | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 48298d8..4907cf3 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -218,7 +218,7 @@ $CONFIG['ROOMS'] = array( * In diesem Fall wird, sofern jeweils aktiviert, Audio und zuletzt Musik als * Default-Stream angenommen. */ - 'SLIDES' => true, + 'SLIDES' => false, /** * Audio-Only-Stream verfügbar @@ -371,7 +371,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => true, 'AUDIO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'MUSIC' => false, 'SCHEDULE' => true, @@ -402,7 +402,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => true, 'AUDIO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'MUSIC' => false, 'SCHEDULE' => true, @@ -432,7 +432,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => true, 'AUDIO' => true, - 'SLIDES' => true, + 'SLIDES' => false, 'MUSIC' => false, 'SCHEDULE' => true, |