From a3ffd2cd8261d86a9bca2ed2b541346cf3f29c29 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Tue, 2 Sep 2025 03:01:05 -0600 Subject: [PATCH] test built in jibri prosody recorder --- quick_jibri_installer.sh | 20 +++++++++++--------- 1 file changed, 11 insertions(+), 9 deletions(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index dbd8479..6f37cfa 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -836,16 +836,18 @@ if [ "$ENABLE_SC" = "yes" ]; then fi sleep .1 -#Enable jibri recording -cat << REC-JIBRI >> "$PROSODY_FILE" -VirtualHost "recorder.$DOMAIN" - modules_enabled = { - "ping"; - } - authentication = "internal_hashed" - -REC-JIBRI +# Test built-in setup for jibri recorder. +##Enable jibri recording by defatul (SC & JWT) +#cat << REC-JIBRI >> "$PROSODY_FILE" +# +#VirtualHost "recorder.$DOMAIN" +# modules_enabled = { +# "ping"; +# } +# authentication = "internal_hashed" +# +#REC-JIBRI #Enable Jibri withelist sed -i "s|-- muc_lobby_whitelist|muc_lobby_whitelist|" "$PROSODY_FILE"