diff options
author | Florian Larysch | 2016-12-27 05:11:55 +0100 |
---|---|---|
committer | Florian Larysch | 2016-12-27 05:11:55 +0100 |
commit | 4f9d6c1ac4ac924b28f82e0ed177b42fd7c25a61 (patch) | |
tree | 35de3f074efceed592c5b5f667519788cead64df /configs/conferences/33c3 | |
parent | af2e20a833de7d0ea1e1f9f76381d6f9eb215fca (diff) |
disable DASH
DASH is not working yet, disable it.
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/33c3/config.php | 10 |
1 files changed, 5 insertions, 5 deletions
diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 4907cf3..f4f5285 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -207,7 +207,7 @@ $CONFIG['ROOMS'] = array( * als Default-Stream angenommen. */ 'HD_VIDEO' => true, - 'DASH' => true, + 'DASH' => false, /** * Slide-Only-Stream (1024×576) verfügbar @@ -369,7 +369,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => true, + 'DASH' => false, 'AUDIO' => true, 'SLIDES' => false, 'MUSIC' => false, @@ -400,7 +400,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => true, + 'DASH' => false, 'AUDIO' => true, 'SLIDES' => false, 'MUSIC' => false, @@ -430,7 +430,7 @@ $CONFIG['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => true, + 'DASH' => false, 'AUDIO' => true, 'SLIDES' => false, 'MUSIC' => false, @@ -475,7 +475,7 @@ $CONFIG['ROOMS'] = array( 'SD_VIDEO' => true, 'HD_VIDEO' => true, - 'DASH' => true, + 'DASH' => false, 'AUDIO' => true, 'SCHEDULE' => true, |