Merge pull request #6752 from ffdixon/fix-bbb-web-17

Restored declaration for PROTOCOL_RTMP
This commit is contained in:
Fred Dixon 2019-02-10 20:41:19 -08:00 committed by GitHub
commit d2ff73145d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -108,7 +108,7 @@ if [ -f $SERVLET_DIR/WEB-INF/classes/bigbluebutton.properties ]; then
PROTOCOL=https
fi
fi
PROTOCOL_RTMP=rtmp
FREESWITCH_VARS=/opt/freeswitch/conf/vars.xml
FREESWITCH_EXTERNAL=/opt/freeswitch/conf/sip_profiles/external.xml
@ -1576,7 +1576,7 @@ if [ $CHECK ]; then
echo
echo "$BBB_WEB_CONFIG (bbb-web)"
echo " URL: $(cat $BBB_WEB_CONFIG | grep -v '#' | sed -n '/^bigbluebutton.web.serverURL/{s/.*=//;p}')"
echo " bigbluebutton.web.serverURL: $(cat $BBB_WEB_CONFIG | grep -v '#' | sed -n '/^bigbluebutton.web.serverURL/{s/.*=//;p}')"
echo " defaultGuestPolicy: $(cat $BBB_WEB_CONFIG | grep -v '#' | sed -n '/^defaultGuestPolicy/{s/.*=//;p}')"
echo