From ae09be74bb119a269ad827c008523e3280e648ec Mon Sep 17 00:00:00 2001 From: L3D Date: Wed, 25 Oct 2023 11:46:00 +0200 Subject: [PATCH] change STREAM ID based on https://github.com/voc/streaming-website/blob/0131d4aca8c7913d23b26c7a2913ff3b7b1fc20e/configs/archive/jev22/config.json#L218 I found an streamID called aalend, maybe it is the right one. --- configs/conferences/aalen-geekend-23/config.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/configs/conferences/aalen-geekend-23/config.php b/configs/conferences/aalen-geekend-23/config.php index 63bf5476..e916c09d 100755 --- a/configs/conferences/aalen-geekend-23/config.php +++ b/configs/conferences/aalen-geekend-23/config.php @@ -125,7 +125,7 @@ $CONFIG['ROOMS'] = array( 'Vortragsraum' => array( 'DISPLAY' => 'Vortragsraum', - 'STREAM' => 's3', + 'STREAM' => 'aalend', 'PREVIEW' => true, 'TRANSLATION' => false, 'SD_VIDEO' => true,