Skip to content

Commit 4cca8ab

Browse files
committed
Coturn installation as per BBB recommendation
1 parent b2ef708 commit 4cca8ab

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

README.md

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -284,14 +284,14 @@ Verify Turn server is accessible from your BBB serve. If you receive code 0x0001
284284
sudo apt install stun-client
285285
stun <your-turn-server>
286286
```
287-
Here is another way to test whether a Stun server, we are using Google’s public Stun server (stun.l.google.com:19302), is accessible from your BBB server.
287+
Here is another way to test whether your Stun server is accessible from your BBB server.
288288

289-
Localport could be any available UDP port on your BBB server.
289+
Localport could be any available UDP port on your BBB server. 3478 is the port for the Stun server.
290290

291291
```sh
292-
sudo apt-get install -y stuntman-client
292+
sudo apt-get install -y stuntman-client
293293

294-
stunclient --mode full --localport 30000 <your-turn-server> <your-turn-server-port>
294+
stunclient --mode full --localport 30000 <your-stun-turn-server> 3478
295295

296296
```
297297
Your output should be something like the following:

0 commit comments

Comments
 (0)