Error 1006

147 views
Skip to first unread message

Jose Bedoya

unread,
Mar 1, 2021, 7:59:28 AM3/1/21
to BigBlueButton-dev
When I change the proxy to port 7443 I get error 1006 when trying to connect.With the original port 5066 I got error 1007: ICE negotiation failed.

Any idea what I am doing wrong? Thanks in advance

Jose Bedoya

unread,
Mar 2, 2021, 1:58:42 PM3/2/21
to BigBlueButton-dev
Update my post with some info. Now I always get error 1006 when I try the echo test.

bbb-conf --check don't show errors:

BigBlueButton Server 2.3.0-alpha7 (1650)
                    Kernel version: 5.4.0-1038-aws
                      Distribution: Ubuntu 18.04.5 LTS (64-bit)

/usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web)
       bigbluebutton.web.serverURL: https://bigbluebutton.mydomain.cloud
                defaultGuestPolicy: ALWAYS_ACCEPT
                 svgImagesRequired: true

/etc/nginx/sites-available/bigbluebutton (nginx)
                       server_name: bigbluebutton. mydomain  .cloud
                              port: 80, [::]:80
                              port: 443 ssl

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH)
                       local_ip_v4: 172.31.84.85
                   external_rtp_ip: my_external_ip
                   external_sip_ip: my_external_ip

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

/usr/local/bigbluebutton/core/scripts/bigbluebutton.yml (record and playback)
                     playback_host: bigbluebutton.mydomain.cloud
                 playback_protocol: https
                            ffmpeg: 4.2.4-1ubuntu0.1bbb2~18.04

/etc/bigbluebutton/nginx/sip.nginx (sip.nginx)
                        proxy_pass: my_external_ip
                          protocol: https

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU)
                        kurento.ip: my_external_ip
                       kurento.url: ws://127.0.0.1:8888/kurento
                    kurento.sip_ip: my_external_ip
                    localIpAddress: 172.31.84.85
               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: 1394
                        kurentoUrl: wss://bigbluebutton.simexbso.cloud/bbb-webrtc-sfu
                  enableListenOnly: true
                    sipjsHackViaWs: true

/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml (STUN Server)
                              stun: stun.l.google.com:19302

/etc/kurento/modules/kurento/WebRtcEndpoint.conf.ini (STUN Server)
                              stun: 172.217.212.127:19302


# Potential problems described below

# Warning: The API demos are installed and accessible from:
#
#
# and
#
#
# 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: Failed to verify STUN server at stun.l.google.com 19302 with command
#
#    stunclient --mode full --localport 30000 stun.l.google.com 19302
#

#
# Warning: Failed to verify STUN server at 172.217.212.127:19302 with command
#
#    stunclient --mode full --localport 30000 172.217.212.127 19302

Please, any idea would be appreciated. Thank you


Reply all
Reply to author
Forward
0 new messages