aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAndreas Hubel2020-11-29 22:14:02 +0100
committerAndreas Hubel2020-11-29 22:14:02 +0100
commit0b3172c882bebf5374641bb49188e2a835a717ca (patch)
treeaf37e0ceecb82bfcc8650b69d8566133bb65a1fd
parent97d05349b67689fb4b0ae727742f7a5f1bde681c (diff)
rC3: use test stream
-rw-r--r--configs/conferences/rc3/config.php14
1 files changed, 5 insertions, 9 deletions
diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php
index 31f2d83..ca83fe4 100644
--- a/configs/conferences/rc3/config.php
+++ b/configs/conferences/rc3/config.php
@@ -122,10 +122,6 @@ $CONFIG['OVERVIEW'] = array(
'GROUPS' => array(
'Live' => array(
'halla',
- 'hallb',
- 'hallc',
- 'halld',
- 'halle',
),
'Assemblies Live' => array(
'chaoswest',
@@ -150,13 +146,13 @@ $CONFIG['ROOMS'] = array(
'halla' => array(
'DISPLAY' => 'Ada',
'WIDE' => true,
- 'STREAM' => 's1',
+ 'STREAM' => 'rc3',
'PREVIEW' => true,
'TRANSLATION' => [
['endpoint' => 'translated', 'label' => 'Translated1'],
['endpoint' => 'translated-2', 'label' => 'Translated2']
],
-
+
'SD_VIDEO' => true,
'HD_VIDEO' => true,
'SLIDES' => true,
@@ -171,8 +167,8 @@ $CONFIG['ROOMS'] = array(
'EMBED' => true,
'IRC' => true,
'IRC_CONFIG' => array(
- 'DISPLAY' => '#rC3-hall-a @ hackint',
- 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rC3-hall-a',
+ 'DISPLAY' => '#rC3-test @ hackint',
+ 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rC3-test',
),
'TWITTER' => true,
'TWITTER_CONFIG' => array(
@@ -194,7 +190,7 @@ $CONFIG['ROOMS'] = array(
'AUDIO' => true,
'SLIDES' => false,
'MUSIC' => false,
- 'SCHEDULE' => true,
+ 'SCHEDULE' => true,
'SCHEDULE_NAME' => 'Chaos-West Bühne',
'FEEDBACK' => true,
'SUBTITLES' => false,