bbb-install icon indicating copy to clipboard operation
bbb-install copied to clipboard

Websocket Error with bigbluebutton code#1002

Open prakashg123 opened this issue 2 years ago • 2 comments

when i try to make command bbb-conf --check its come the below error

BigBlueButton Server 2.4.9 (3088) Kernel version: 5.4.0-1072-aws Distribution: Ubuntu 18.04.6 LTS (64-bit) Memory: 15917 MB CPU cores: 8

/etc/bigbluebutton/bbb-web.properties (override for bbb-web) /usr/share/bbb-web/WEB-INF/classes/bigbluebutton.properties (bbb-web) bigbluebutton.web.serverURL: https://ergodemy.live defaultGuestPolicy: ALWAYS_ACCEPT svgImagesRequired: true defaultMeetingLayout: SMART_LAYOUT

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

/opt/freeswitch/etc/freeswitch/vars.xml (FreeSWITCH) local_ip_v4: 172.31.3.147 external_rtp_ip: 52.66.181.172 external_sip_ip: 52.66.181.172

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

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

/etc/bigbluebutton/nginx/sip.nginx (sip.nginx) proxy_pass: 172.31.3.147 protocol: http

/usr/local/bigbluebutton/bbb-webrtc-sfu/config/default.yml (Kurento SFU) /etc/bigbluebutton/bbb-webrtc-sfu/production.yml (Kurento SFU - override) kurento.ip: 172.31.3.147 kurento.url: ws://127.0.0.1:8888/kurento kurento.sip_ip: 52.66.181.172 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: 2568 kurentoUrl: wss://ergodemy.live/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: 52.66.181.172:19302

Potential problems described below

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 52.66.181.172:19302 with command

stunclient --mode full --localport 30000 52.66.181.172 19302

prakashg123 avatar Sep 14 '22 13:09 prakashg123

This doesn't look too serious. I think it's a bug in the check code, not an actual configuration problem.

Is this a docker install? The appearance of the host's address (52.66.181.172) in the error messages suggests that it is. If it isn't, then please let us know how you installed the server.

In any case, I don't think it's anything to worry about. We'll just update the check code so it doesn't return false error messages.

BrentBaccala avatar Oct 13 '22 01:10 BrentBaccala

Fixed in 2.4 by PR #15906

Fixed in 2.5 by PRs #15850 and #15904

BrentBaccala avatar Oct 26 '22 02:10 BrentBaccala