From c4af53c9c060d380d5aa31d71acb38793e7bd04e Mon Sep 17 00:00:00 2001 From: Jan Koppe Date: Wed, 23 Dec 2020 16:18:37 +0100 Subject: use correct stream name for cwtv (#125) we're streaming to cwtv2 as a stream key, so I've updated that.--- configs/conferences/rc3/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'configs') diff --git a/configs/conferences/rc3/config.php b/configs/conferences/rc3/config.php index 4244cb3..63a21d1 100644 --- a/configs/conferences/rc3/config.php +++ b/configs/conferences/rc3/config.php @@ -494,7 +494,7 @@ $CONFIG['ROOMS'] = array( 'cwtv' => array( 'DISPLAY' => 'Chaos-West TV', 'DISPLAY_SHORT' => 'CWTV', - 'STREAM' => 'cwtv', + 'STREAM' => 'cwtv2', 'PREVIEW' => true, 'TRANSLATION' => [ ], -- cgit v1.2.3