Bbb-conf --check

From MyWiki
Jump to: navigation, search
root@bbb:~# bbb-conf --check
 
BigBlueButton Server 2.2.2 (1781)
                    Kernel version: 4.15.0-88-generic
                      Distribution: Ubuntu 16.04.6 LTS (64-bit)
                            Memory: 4039 MB
                         CPU cores: 2
 
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://bbb.twig.tk
                defaultGuestPolicy: ALWAYS_ACCEPT
                 svgImagesRequired: true
 
/etc/nginx/sites-available/bigbluebutton (nginx)
                       server name: bbb.twig.tk
                              port: 80, [::]:80
                              port: 443 ssl
                    bbb-client dir: /var/www/bigbluebutton
 
/var/www/bigbluebutton/client/conf/config.xml (bbb-client)
                Port test (tunnel): rtmp://bbb.twig.tk
                              red5: bbb.twig.tk
              useWebrtcIfAvailable: true
 
/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 10.223.8.144
                   external_rtp_ip: 89.40.112.124
                   external_sip_ip: 89.40.112.124
 
/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                        ext-rtp-ip: $${external_rtp_ip}
                        ext-sip-ip: $${external_sip_ip}
                        ws-binding: :5066
                       wss-binding: 89.40.112.124:7443
 
/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: bbb.twig.tk
                 playback_protocol: https
                            ffmpeg: 4.2.2-1bbb1~ubuntu16.04
 
/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: 89.40.112.124
 
/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
                        kurento.ip: 89.40.112.124
                       kurento.url: ws://127.0.0.1:8888/kurento
                    localIpAddress: 10.223.8.144
               recordScreenSharing: true
                     recordWebcams: true
                  codec_video_main: VP8
               codec_video_content: VP8
 
/usr/share/meteor/bundle/programs/server/assets/app/config/settings.yml (HTML5 client)
                             build: 862
                        kurentoUrl: wss://bbb.twig.tk/bbb-webrtc-sfu
                  enableListenOnly: true
 
 
# Potential problems described below
# IP does not match:
#                           IP from ifconfig: 10.223.8.144
#   /etc/nginx/sites-available/bigbluebutton: bbb.twig.tk
# Warning: API URL IPs do not match host:
#
#                                IP from ifconfig: 10.223.8.144
#  /var/lib/tomcat7/demo/bbb_api_conf.jsp: bbb.twig.tk
 
 
# Warning: The setting of 89.40.112.124 for proxy_pass in
#
#    /etc/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (10.223.8.144).
# (This is OK if you've manually changed the values)
 
# Warning: The API demos are installed and accessible from:
#
#    https://bbb.twig.tk
#
# and
#
#    https://bbb.twig.tk/demo/demo1.jsp
#
# These API demos allow anyone to access your server without authentication
# to create/manage meetings and recordings. They are for testing purposes only.
# If you are running a production system, remove them by running:
#
#    apt-get purge bbb-demo
 
# Warning: found only 2 cores, whereas this server should have (at least) 4 CPU cores
# to run BigBlueButton in production.
#
#   https://docs.bigbluebutton.org/install/install.html#minimum-server-requirements
#