From e2b967b38f7c97406241accb7b725f49a70d189e Mon Sep 17 00:00:00 2001 From: derchris Date: Tue, 30 Mar 2021 23:41:37 +0200 Subject: divoc: change stream endpoint --- configs/conferences/divoc_r2r/config.php | 8 +++++--- 1 file 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; -- cgit v1.2.3