bigbluebutton / docker

Docker files for BigBlueButton
GNU Lesser General Public License v3.0
359 stars 240 forks source link

Video/Audio Calls Do Not Connect and Start #270

Open skycorrigan opened 1 year ago

skycorrigan commented 1 year ago

Hello All! I need your help.

I spent 3 days trying tp get a standalone BigBlueButton (BBB) server to work in parallel with my NGINX Proxy Manager (NPM) setup to no avail. I finally decided to give the docker version a try today and was able to get it up in running in Portainer along with NPM. The problem is, when I try to start a BBB call it never connects. The call just hangs on the blue session join window. Oddly enough I had zero problems with calls connecting when I had the standalone server, except for the aforementioned reverse proxy issue.

I've checked and double-checked everything in the docker setup and config files but maybe I'm missing something. Here's a rundown of what has been done configuration wise: 1) Domain names created. 2) TCP ports 80 and 443 and UDP port range 16384-32768 have all been forwarded at my router to the BBB host machine. UFW is disabled on the BBB host machine. 3) A proxy host entry has been created in NPM for the BBB docker. SSL cert works and the BBB host machine can be accessed internally and externally securely with the domain name.

NOTE: When I did the install with the setup script I select no to the automatic https proxy as I have NPM in place for reverse proxying and SSL certificate duty.

Any help with this would be appreciated.