diff options
author | Maximilian Jalea | 2019-08-28 11:01:23 +0300 |
---|---|---|
committer | Maximilian Jalea | 2019-08-28 11:01:23 +0300 |
commit | 49835bc482f2a16da9eb808993024098343a6626 (patch) | |
tree | 69793d048994ffc1e252d554ea0350f410e3c0e0 /configs/conferences | |
parent | e3e96a2a8259586962d4794e682beb1d0e02467d (diff) | |
parent | 215fc5b6547c35981395a496cc91f0a6c51b4b70 (diff) |
Merge branch 'master' of git.c3voc.de:streaming-website
Diffstat (limited to '')
-rw-r--r-- | configs/conferences/foss4g-2019/config.php | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/configs/conferences/foss4g-2019/config.php b/configs/conferences/foss4g-2019/config.php index 02ec050..e1d5bf5 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 @@ -617,7 +617,7 @@ $CONFIG['ROOMS'] = array( 'NationalTheater' => array( 'DISPLAY' => 'National Theater Plenary Hall', - 'STREAM' => 's11', + 'STREAM' => 's80', 'PREVIEW' => true, 'STEREO' => false, |