diff --git a/configs/conferences/fcmc/config.php b/configs/conferences/fcmc/config.php index a4821003..d434dcf1 100644 --- a/configs/conferences/fcmc/config.php +++ b/configs/conferences/fcmc/config.php @@ -89,6 +89,7 @@ $CONFIG['CONFERENCE'] = array( * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ // 'RELIVE_JSON' => 'configs/conferences/32c3/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/fcmc/index.json', ); /** diff --git a/configs/conferences/g20-weltbild/config.php b/configs/conferences/g20-weltbild/config.php index d6e21c54..e3c94d2a 100644 --- a/configs/conferences/g20-weltbild/config.php +++ b/configs/conferences/g20-weltbild/config.php @@ -97,6 +97,7 @@ $CONFIG['CONFERENCE'] = array( * Wird beides auskommentiert, wird der Link nicht angezeigt */ //'RELIVE_JSON' => 'configs/conferences/jh-hh-2017/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/weltbild1/index.json', /** * APCU-Cache-Zeit in Sekunden diff --git a/configs/conferences/tint/config.php b/configs/conferences/tint/config.php index b95ba555..be21e206 100644 --- a/configs/conferences/tint/config.php +++ b/configs/conferences/tint/config.php @@ -91,6 +91,7 @@ Am 7. und 8. Juli kommen Trump, Putin, Erdogan, Merkel und Kollegen auf einen Pl * Wird diese Zeile auskommentiert, wird der Link nicht angezeigt */ // 'RELIVE_JSON' => 'configs/conferences/32c3/vod.json', + 'RELIVE_JSON' => 'http://live.ber.c3voc.de/relive/tint/index.json', ); /**