From c19e8dabf4262b9f410f4a4770ba6203ba5cee65 Mon Sep 17 00:00:00 2001 From: Ark74 Date: Mon, 13 Apr 2020 12:46:47 -0500 Subject: [PATCH] defaul to jvb v2 --- quick_jibri_installer.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quick_jibri_installer.sh b/quick_jibri_installer.sh index 2398af7..a079a53 100644 --- a/quick_jibri_installer.sh +++ b/quick_jibri_installer.sh @@ -431,7 +431,7 @@ fi # Restarting services restart_services() { - systemctl restart jitsi-videobridge* + systemctl restart jitsi-videobridge2 systemctl restart jicofo systemctl restart prosody check_jibri @@ -672,6 +672,7 @@ or '${SEC_ROOM_USER}@${DOMAIN}' using the password you just entered. If you have issues with the password refer to your sysadmin." sed -i "s|#org.jitsi.jicofo.auth.URL=XMPP:|org.jitsi.jicofo.auth.URL=XMPP:|" $JICOFO_SIP prosodyctl register $SEC_ROOM_USER $DOMAIN $SEC_ROOM_PASS +sed -i "s|SEC_ROOM=.*|SEC_ROOM=\"on\"|" jm-bm.sh fi #Start with video muted by default sed -i "s|// startWithVideoMuted: false,|startWithVideoMuted: true,|" $MEET_CONF