BigBlueButton/Troubleshooting: Unterschied zwischen den Versionen
Zeile 1: | Zeile 1: | ||
= Slow echo test = | = Slow echo test = | ||
== Firefox == | |||
* Launch FireFox | |||
* | * Open about:config | ||
* | * Search for media.peerconnection.ice.relay_only | ||
* Set this value to true. | |||
* | |||
== BBB-Server === | |||
* '''fix the STUN server in /opt/freeswitch/conf/vars.xml and in /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml.''' | * '''fix the STUN server in /opt/freeswitch/conf/vars.xml and in /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml.''' | ||
* If possible setup and use your own STUN server. Do not use stun.freeswitch.org. | * If possible setup and use your own STUN server. Do not use stun.freeswitch.org. | ||
* The delay should go down to 1-2s, or to about 5-7s, depending on the clients. | * The delay should go down to 1-2s, or to about 5-7s, depending on the clients. | ||
* Recommend installing 4.5.2 on Ubuntu 20.04, see https://github.com/bigbluebutton/bbb-install#install-a-turn-server. | * Recommend installing 4.5.2 on Ubuntu 20.04, see https://github.com/bigbluebutton/bbb-install#install-a-turn-server. | ||
[[Kategorie:BigBlueButton]] | [[Kategorie:BigBlueButton]] |
Version vom 30. April 2021, 11:20 Uhr
Slow echo test
Firefox
- Launch FireFox
- Open about:config
- Search for media.peerconnection.ice.relay_only
- Set this value to true.
BBB-Server =
- fix the STUN server in /opt/freeswitch/conf/vars.xml and in /usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml.
- If possible setup and use your own STUN server. Do not use stun.freeswitch.org.
- The delay should go down to 1-2s, or to about 5-7s, depending on the clients.
- Recommend installing 4.5.2 on Ubuntu 20.04, see https://github.com/bigbluebutton/bbb-install#install-a-turn-server.