diff --git a/_posts/2019-02-14-setup-turn-server.md b/_posts/2019-02-14-setup-turn-server.md index 08b088af..06c3b82f 100644 --- a/_posts/2019-02-14-setup-turn-server.md +++ b/_posts/2019-02-14-setup-turn-server.md @@ -215,6 +215,7 @@ Ensure that the `coturn` has binded to port 443 with `netstat -antp | grep 443`. You must configure bbb-web so that it will provide the list of turn servers to the web browser. Edit the file `/usr/share/bbb-web/WEB-INF/classes/spring/turn-stun-servers.xml` using the contents below and make edits: +* comment out all STUN servers. They are not needed when TURN servers are available, and * replace both instances of `` with the hostname of the TURN server, and * replace `` with the secret you configured in `turnserver.conf`. @@ -225,9 +226,9 @@ You must configure bbb-web so that it will provide the list of turn servers to t xsi:schemaLocation="http://www.springframework.org/schema/beans http://www.springframework.org/schema/beans/spring-beans-2.5.xsd"> - - - + @@ -238,7 +239,7 @@ You must configure bbb-web so that it will provide the list of turn servers to t - + @@ -246,7 +247,7 @@ You must configure bbb-web so that it will provide the list of turn servers to t class="org.bigbluebutton.web.services.turn.StunTurnService"> - +