Potential error after migrating code from development to product

68 views
Skip to first unread message

Aman Patyal

unread,
May 18, 2023, 2:41:03 AM5/18/23
to BigBlueButton-dev
BigBlueButton Server 2.6.5 (1161)
                    Kernel version: 5.15.0-1038-azure
                      Distribution: Ubuntu 20.04.6 LTS (64-bit)
                            Memory: 16386 MB
                         CPU cores: 4

/etc/bigbluebutton/bbb-web.properties (override for bbb-web)
/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://****.northeurope.cloudapp.azure.com
                defaultGuestPolicy: ALWAYS_ACCEPT
              defaultMeetingLayout: CUSTOM_LAYOUT

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server_name: ****.northeurope.cloudapp.azure.com
                              port: 80, [::]:80127.0.0.1:82 http2 proxy_protocol, [::1]:82 http2127.0.0.1:81 proxy_protocol, [::1]:81

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 10.1.0.4
                   external_rtp_ip: 4.231.***.177
                   external_sip_ip: 4.231.***.177

/opt/freeswitch/etc/freeswitch/sip_profiles/external.xml (FreeSWITCH)
                        ext-rtp-ip: $${external_rtp_ip}
                        ext-sip-ip: $${external_sip_ip}
                        ws-binding: 4.231.***.177:5066
                       wss-binding: 4.231.***.177:7443

UDP port ranges

                        FreeSWITCH: 16384-24576
                           kurento: 24577-32768
                    bbb-webrtc-sfu: 24577-32768

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: ***.northeurope.cloudapp.azure.com
                 playback_protocol: https
                            ffmpeg: 4.2.7-0ubuntu0.1

/usr/share/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: 4.231.***.177
                          protocol: https

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (bbb-webrtc-sfu)
/etc/bigbluebutton/bbb-webrtc-sfu/production.yml (bbb-webrtc-sfu - override)
    mediasoup.webrtc.*.announcedIp: 4.231.***.177
  mediasoup.plainRtp.*.announcedIp: 4.231.***.177
                        kurento.ip: 4.231.***.177
                       kurento.url: ws://127.0.0.1:8888/kurento
                 freeswitch.sip_ip: 4.231.***.177
               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)
/etc/bigbluebutton/bbb-html5.yml (HTML5 client config override)
                             build: HTML5_CLIENT_VERSION
                        kurentoUrl: wss://***.northeurope.cloudapp.azure.com/bbb-webrtc-sfu
            defaultFullAudioBridge: sipjs
           defaultListenOnlyBridge: fullaudio
                    sipjsHackViaWs: false


# Potential problems described below

# Warning: The setting of 4.231.***.177 for proxy_pass in
#
#    /usr/share/bigbluebutton/nginx/sip.nginx
#
# does not match the local IP address (10.1.0.4).
# (This is OK if you've manually changed the values)


# Warning: You have this server defined for https, but in
#
#   /usr/share/bigbluebutton/nginx/sip.nginx
#
#  did not find the use of port 7443 in definition for proxy_pass
#
#            proxy_pass https://4.231.***.177:5066;
#          



It shows me the above warning and ICE error on sharing audio in meeting.
This only came after Developing the HTML5 client and publishing it to production https://docs.bigbluebutton.org/development/guide/#developing-the-html5-client )
Reply all
Reply to author
Forward
0 new messages