diff options
Diffstat (limited to 'configs/conferences')
| -rw-r--r-- | configs/conferences/33c3/config.php | 5 | 
1 files changed, 5 insertions, 0 deletions
| 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, | 
