This package allows you to install Coturn quickly and simply on a YunoHost server.
If you don't have YunoHost, please consult the guide to learn how to install it.
TURN and STUN server for VoIP STUN (Session Traversal Utilities for NAT) and TURN (Traversal Using Relays around NAT) are protocols that can be used to provide NAT traversal for VoIP and WebRTC. This package provides a VoIP media traffic NAT traversal server and gateway.
Shipped version: 4.5.1.1
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.
For testing we can use Trickle-Ice testing tool. Go to trickle-ice page and enter following details.
TURN URI : turn:<YOUR_PUBLIC_IP_ADDRESS>:5349
TURN username: <YOUR_USERNAME>
TURN password: <YOUR_PASSWORD>
- Official documentation: https://github.com/coturn/coturn/wiki
- YunoHost documentation: If specific documentation is needed, feel free to contribute.
- Any known limitations.
- Other info you would like to add about this app.
- Report a bug: https://github.com/YunoHost-Apps/coturn_ynh/issues
- Upstream app repository: https://github.com/coturn/coturn
- YunoHost website: https://yunohost.org/
Please send your pull request to the testing branch.
To try the testing branch, please proceed like that.
sudo yunohost app install https://github.com/YunoHost-Apps/coturn_ynh/tree/testing --debug
or
sudo yunohost app upgrade coturn -u https://github.com/YunoHost-Apps/coturn_ynh/tree/testing --debug