diff options
| author | derchris | 2021-03-30 23:41:37 +0200 | 
|---|---|---|
| committer | derchris | 2021-03-30 23:48:33 +0200 | 
| commit | e2b967b38f7c97406241accb7b725f49a70d189e (patch) | |
| tree | f34a13cdc3e35b008e713f34d33d683ffbd2fd95 /configs/conferences | |
| parent | 7e525d0ae2763cc61f8f311147b9756372a37680 (diff) | |
divoc: change stream endpoint
Diffstat (limited to '')
| -rw-r--r-- | configs/conferences/divoc_r2r/config.php | 8 | 
1 files changed, 5 insertions, 3 deletions
| diff --git a/configs/conferences/divoc_r2r/config.php b/configs/conferences/divoc_r2r/config.php index 8c84b84..08f283c 100644 --- a/configs/conferences/divoc_r2r/config.php +++ b/configs/conferences/divoc_r2r/config.php @@ -138,7 +138,7 @@ $CONFIG['ROOMS'] = array(  	'piscopia' => array(  		'DISPLAY' => 'Piscopia',  		'WIDE' => true, -		'STREAM' => 'divoc_r2r', +		'STREAM' => 'divocr2r',  		'PREVIEW' => true,  		'TRANSLATION' => [  			['endpoint' => 'translated',   'label' => 'Translated1'], @@ -147,7 +147,7 @@ $CONFIG['ROOMS'] = array(  		'STEREO' => false,  		'SD_VIDEO' => true,  		'HD_VIDEO' => true, -		//'SLIDES' => true, +		'SLIDES' => false,  		'DASH' => true,  		'AUDIO' => true,  		'MUSIC' => false, @@ -189,7 +189,7 @@ $CONFIG['SCHEDULE'] = array(  	 *  	 * Wird diese Zeile auskommentiert, werden alle Räume angezeigt  	 */ -	//'ROOMFILTER' => array('Ada', 'Borg', 'Clarke', 'Dijkstra', 'Eliza', +	'ROOMFILTER' => array('Piscopia'),  	//	'WikiPaka WG: Esszimmer', 'Chaos-West Bühne', 'OIO Stage', 'DLF- und Podcast-Bühne'),  	/** @@ -328,6 +328,7 @@ $CONFIG['TWITTER'] = array(   * Dict mit dem Dateinamen im Key und einer URL im Value. Die Dateien werden   * unter dem angegebenen Dateinamen in diesem Konfigurationsordner abgelegt.   */ +/**  $CONFIG['EXTRA_FILES'] = array(  	'schedule.xml'  => 'https://pretalx.c3voc.de/divoc-reboot-to-respawn-2021/schedule/export/schedule.xml',  	'schedule.json' => 'https://pretalx.c3voc.de/divoc-reboot-to-respawn-2021/schedule/export/schedule.json', @@ -340,6 +341,7 @@ $CONFIG['EXTRA_FILES'] = array(  	//'workshops.schedule.xml' => 'http://data.c3voc.de/36C3/workshops.schedule.xml',  	//'workshops.schedule.json' => 'http://data.c3voc.de/36C3/workshops.schedule.json',  ); +*/  return $CONFIG; | 
