michi-80337
michi-80337
Elastic IP addresses are public addresses, that can be connected to a server. They keep the same if the server is stopped and started again, but they have to be...
The package linux-image-extra has nothing to do with BigBlueButton. It's a side effect of an `apt-get upgrade` command done by the install script. Whenever you do an install of BigBlueButton...
A [TURN server](https://docs.bigbluebutton.org/admin/setup-turn-server.html) (outside your internal network, of course) might help a lot to solve your problem. The rotating arrows are a clear sign, that data packets don't find their...
The option '-c' doesn't configure an external TURN server. It installs a local TURN server process at the same system, BBB is running on. The help text in bbb-install.sh is...
Well, let's walk through the code together to see, where I faulted. In line 63 the help text states, that it does configuration for an TURN server which would be...
I'm not through bbb-conf completely, but at least I found out, where your error message is coming from: In the file `/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml` multiple STUN/TURN server can be configured. The default...
Thank you very much for that hint. As we are tracking issues of bbb-install.sh here, I'm a little bit confused about NodeJS stuff. Could you please give us a hint...
I'm sorry, but BigBlueButton will not work with a dynamic IP address, because its components need to get reconfigured every time the IP address changes. Please see the [install documentation](https://docs.bigbluebutton.org/2.4/install.html)...
Don't forget to remove or rename the `greenlight-redirect.nginx` and the `greenlight.nginx` files, because they are automatically included at the end of the `/etc/nginx/sites_available/bigbluebutton` configuration file. Then restart the nginx service....
This is likely connected to [bigbluebutton#10223](https://github.com/bigbluebutton/bigbluebutton/issues/10223). Some hints about re-processing recordings can be found in the [Admin documentation](https://docs.bigbluebutton.org/admin/customize.html#recording).