From 793b6ab259d30680471920aead37d04853af63dd Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 28 Aug 2019 09:29:44 +0300 Subject: temporay disable relive --- configs/conferences/foss4g-2019/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/foss4g-2019') diff --git a/configs/conferences/foss4g-2019/config.php b/configs/conferences/foss4g-2019/config.php index 0e75fa0..f84b6a6 100644 --- a/configs/conferences/foss4g-2019/config.php +++ b/configs/conferences/foss4g-2019/config.php @@ -98,7 +98,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides aktiviert, hat der externe Link Vorrang! * Wird beides auskommentiert, wird der Link nicht angezeigt */ - 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/foss4g2019/index.json', + //'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/foss4g2019/index.json', /** * APCU-Cache-Zeit in Sekunden -- cgit v1.2.3 From 215fc5b6547c35981395a496cc91f0a6c51b4b70 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Wed, 28 Aug 2019 10:06:09 +0300 Subject: fix room mapping --- configs/conferences/foss4g-2019/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs/conferences/foss4g-2019') diff --git a/configs/conferences/foss4g-2019/config.php b/configs/conferences/foss4g-2019/config.php index f84b6a6..b20f6f2 100644 --- a/configs/conferences/foss4g-2019/config.php +++ b/configs/conferences/foss4g-2019/config.php @@ -617,7 +617,7 @@ $CONFIG['ROOMS'] = array( 'NationalTheater' => array( 'DISPLAY' => 'National Theater Plenary Hall', - 'STREAM' => 's11', + 'STREAM' => 's80', 'PREVIEW' => true, 'STEREO' => false, -- cgit v1.2.3