mirror of
https://github.com/YunoHost-Apps/coturn_ynh.git
synced 2024-09-03 18:16:32 +02:00
Merge branch 'master' of https://github.com/YunoHost-Apps/coturn_ynh
This commit is contained in:
commit
8263d64ec7
1 changed files with 9 additions and 9 deletions
18
README.md
18
README.md
|
@ -20,6 +20,15 @@ You need to install TURN server in a root or subdomain like `turn.domain.lts`
|
|||
|
||||
How to configure this app: a plain file with SSH.
|
||||
|
||||
## Testing
|
||||
|
||||
For testing we can use Trickle-Ice testing tool. Go to [trickle-ice page](https://webrtc.github.io/samples/src/content/peerconnection/trickle-ice) and enter following details.
|
||||
```
|
||||
STUN or TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
|
||||
TURN username: <YOUR_USERNAME>
|
||||
TURN password: <YOUR_PASSWORD>
|
||||
```
|
||||
|
||||
## Documentation
|
||||
|
||||
* Official documentation: https://github.com/coturn/coturn/wiki
|
||||
|
@ -58,12 +67,3 @@ sudo yunohost app install https://github.com/YunoHost-Apps/coturn_ynh/tree/testi
|
|||
or
|
||||
sudo yunohost app upgrade coturn -u https://github.com/YunoHost-Apps/coturn_ynh/tree/testing --debug
|
||||
```
|
||||
|
||||
## Testing
|
||||
|
||||
For testing we can use Trickle-Ice testing tool. Go to trickle-ice page and enter following details.
|
||||
```
|
||||
STUN or TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:3478
|
||||
TURN username: <YOUR_USERNAME>
|
||||
TURN password: <YOUR_PASSWORD>
|
||||
```
|
||||
|
|
Loading…
Add table
Reference in a new issue