diff options
| author | Daniel Molkentin | 2018-05-27 10:27:30 +0200 | 
|---|---|---|
| committer | Daniel Molkentin | 2018-05-27 10:27:56 +0200 | 
| commit | ac10684d87ca7263f107a0c576063be739feaf8f (patch) | |
| tree | d8a4679a51c96decfbea84ec6df1dcd6cf98e71e /configs/conferences | |
| parent | 71774d90f53fd595d4b61ce559aa0e50f311adc9 (diff) | |
osc18: No streams from small today
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/osc18/config.php | 42 | 
1 files changed, 21 insertions, 21 deletions
| diff --git a/configs/conferences/osc18/config.php b/configs/conferences/osc18/config.php index 6a19fb2..103be48 100644 --- a/configs/conferences/osc18/config.php +++ b/configs/conferences/osc18/config.php @@ -122,7 +122,7 @@ $CONFIG['OVERVIEW'] = array(  		'Lecture rooms' => array(  			'main',  			'medium', -			'small', +//			'small',  		),  	),  ); @@ -364,26 +364,26 @@ $CONFIG['ROOMS'] = array(  		'IRC' => false,  		'TWITTER' => true,  	), -	'small' => array( -		'DISPLAY' => 'Small', -		'STREAM' => 's41', -		'PREVIEW' => true, -		'TRANSLATION' => false, -		'STEREO' => false, -		'SD_VIDEO' => true, -		'HD_VIDEO' => true, -		'SLIDES' => false, -		'DASH' => true, -		'AUDIO' => true, -		'MUSIC' => false, -		'SCHEDULE' => true, -		'SCHEDULE_NAME' => '107 (Small)', -		'FEEDBACK' => false, -		'SUBTITLES' => false, -		'EMBED' => true, -		'IRC' => false, -		'TWITTER' => true, -	), +#	'small' => array( +#		'DISPLAY' => 'Small', +#		'STREAM' => 's41', +#		'PREVIEW' => true, +#		'TRANSLATION' => false, +#		'STEREO' => false, +#		'SD_VIDEO' => true, +#		'HD_VIDEO' => true, +#		'SLIDES' => false, +#		'DASH' => true, +#		'AUDIO' => true, +#		'MUSIC' => false, +#		'SCHEDULE' => true, +#		'SCHEDULE_NAME' => '107 (Small)', +#		'FEEDBACK' => false, +#		'SUBTITLES' => false, +#		'EMBED' => true, +#		'IRC' => false, +#		'TWITTER' => true, +#	),  );  /** | 
