Scaling up and performance features. #22

Merged
Ark74 merged 43 commits from unstable into master 2020-12-17 17:34:28 +00:00
1 changed files with 3 additions and 3 deletions
Showing only changes of commit c8f9ec0dc4 - Show all commits

View File

@ -219,7 +219,7 @@ echo "
# Install JVB2 # Install JVB2
#-------------------------------------------------- #--------------------------------------------------
" "
echo "jitsi-videobridge/jvb-hostname string $MAIN_SRV_DOMAIN" | debconf-set-selections echo "jitsi-videobridge jitsi-videobridge/jvb-hostname string $MAIN_SRV_DOMAIN" | debconf-set-selections
apt-get -y install \ apt-get -y install \
jitsi-videobridge2 \ jitsi-videobridge2 \
@ -267,8 +267,8 @@ cat << JVB2_SIP > $JVB2_SIP
JVB2_SIP JVB2_SIP
echo -e "\n---- Setting new config format for jvb2 node. ----" echo -e "\n---- Setting new config format for jvb2 node. ----"
sed -i '$/}/d' $JVB2_NCONF sed -i '${/\}/d;}' $JVB2_NCONF
cat << JVB2 >> /etc/jitsi/videobridge/jvb.conf cat << JVB2 >> $JVB2_NCONF
stats { stats {
# Enable broadcasting stats/presence in a MUC # Enable broadcasting stats/presence in a MUC
enabled = true enabled = true