diff options
| author | MaZderMind | 2016-12-08 22:38:46 +0100 | 
|---|---|---|
| committer | MaZderMind | 2016-12-08 22:38:46 +0100 | 
| commit | 521f0e2e1c94538fdce65a021144180f368364d9 (patch) | |
| tree | ce695aba495f2e51c4420349f9496138857ab9e0 /configs/conferences | |
| parent | 6190c814026b007bb8ba0276c89414517ee3436e (diff) | |
add dash tab (with dummy content)
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, | 
