diff options
author | Florian Larysch | 2016-12-27 20:10:13 +0100 |
---|---|---|
committer | Florian Larysch | 2016-12-27 20:10:13 +0100 |
commit | 5f1babf2daea38c68e18f914cc0a9fec42de5216 (patch) | |
tree | ae439a5bfc82adfd4391f397f9fb4ef313326601 /configs/conferences/33c3 | |
parent | 9bc57c9dc5ae7f62c4ddb76272608a70b1deb3d9 (diff) |
Revert "33c3: disable slidestream"
This reverts commit af2e20a833de7d0ea1e1f9f76381d6f9eb215fca.
Diffstat (limited to 'configs/conferences/33c3')
-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 f61da91..57e4e9d 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -220,7 +220,7 @@ $CONFIG['ROOMS'] = array( * In diesem Fall wird, sofern jeweils aktiviert, Audio und zuletzt Musik als * Default-Stream angenommen. */ - 'SLIDES' => false, + 'SLIDES' => true, /** * Audio-Only-Stream verfügbar @@ -373,7 +373,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => false, 'AUDIO' => true, - 'SLIDES' => false, + 'SLIDES' => true, 'MUSIC' => false, 'SCHEDULE' => true, @@ -404,7 +404,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => false, 'AUDIO' => true, - 'SLIDES' => false, + 'SLIDES' => true, 'MUSIC' => false, 'SCHEDULE' => true, @@ -434,7 +434,7 @@ $CONFIG['ROOMS'] = array( 'HD_VIDEO' => true, 'DASH' => false, 'AUDIO' => true, - 'SLIDES' => false, + 'SLIDES' => true, 'MUSIC' => false, 'SCHEDULE' => true, |