From 162f32a7399ecc15f1568530a912afab03b0b149 Mon Sep 17 00:00:00 2001 From: Andreas Hubel Date: Mon, 21 Dec 2020 23:56:29 +0100 Subject: rC3: add all the channels (some are proably still missing) --- configs/conferences/rc3/create_config.php | 45 +++++++++++++++++++++++++++++++ 1 file changed, 45 insertions(+) create mode 100644 configs/conferences/rc3/create_config.php (limited to 'configs/conferences/rc3/create_config.php') diff --git a/configs/conferences/rc3/create_config.php b/configs/conferences/rc3/create_config.php new file mode 100644 index 0000000..3016317 --- /dev/null +++ b/configs/conferences/rc3/create_config.php @@ -0,0 +1,45 @@ + array( + 'DISPLAY' => '$c[name]', + 'DISPLAY_SHORT' => '$c[name]', + 'STREAM' => '$c[slug]', + 'PREVIEW' => true, + 'TRANSLATION' => [ + ], + + 'SD_VIDEO' => true, + 'HD_VIDEO' => true, + 'DASH' => true, + 'HLS' => true, + 'AUDIO' => true, + 'SLIDES' => false, + 'MUSIC' => false, + 'SCHEDULE' => true, + 'SCHEDULE_NAME' => '$schedule_name', + 'ROOM_GUID' => '$c[room_guid]', + 'FEEDBACK' => true, + 'SUBTITLES' => false, + 'EMBED' => true, + 'IRC' => true, + 'IRC_CONFIG' => array( + 'DISPLAY' => '#rc3-$c[slug] @ hackint', + 'URL' => 'https://webirc.hackint.org/#irc://irc.hackint.org/#rc3-$c[slug]', + ), + 'TWITTER' => true, + 'TWITTER_CONFIG' => array( + 'DISPLAY' => '#rC3-$c[slug] @ mastodon/twitter', + 'TEXT' => '#rC3-$c[slug]', + ), + ), + +EOT; +} \ No newline at end of file -- cgit v1.2.3