From 521f0e2e1c94538fdce65a021144180f368364d9 Mon Sep 17 00:00:00 2001 From: MaZderMind Date: Thu, 8 Dec 2016 22:38:46 +0100 Subject: add dash tab (with dummy content) --- configs/conferences/33c3/config.php | 5 +++++ 1 file changed, 5 insertions(+) (limited to 'configs/conferences/33c3') diff --git a/configs/conferences/33c3/config.php b/configs/conferences/33c3/config.php index 70800bf..a9a697a 100644 --- a/configs/conferences/33c3/config.php +++ b/configs/conferences/33c3/config.php @@ -200,6 +200,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( * als Default-Stream angenommen. */ 'HD_VIDEO' => true, + 'DASH' => true, /** * Slide-Only-Stream (1024×576) verfügbar @@ -361,6 +362,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, @@ -391,6 +393,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, @@ -420,6 +423,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'TRANSLATION' => true, 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SLIDES' => true, 'MUSIC' => false, @@ -464,6 +468,7 @@ $GLOBALS['CONFIG']['ROOMS'] = array( 'SD_VIDEO' => true, 'HD_VIDEO' => true, + 'DASH' => true, 'AUDIO' => true, 'SCHEDULE' => true, -- cgit v1.2.3