Update 3.6 Setup your own TURN server
This commit is contained in:
parent
a6adfc8ddd
commit
dff1406f8b
|
@ -1,5 +1,7 @@
|
|||
|
||||
Ring can be configured to use TURN or STUN servers (`RFC5766 <https://tools.ietf.org/html/rfc5766>`_) to establish a connection between two peers.
|
||||
Jami can be configured to use TURN or STUN servers (`RFC5766 <https://tools.ietf.org/html/rfc5766>`_) to establish a connection between two peers.
|
||||
|
||||
The default TURN server is "turn.jami.net", username "ring", password "ring", realm "ring"
|
||||
|
||||
In this guide, we will setup a `coturn <https://github.com/coturn/coturn>`_ server. There are other TURN/STUN server implementations available under a free license. See `TurnServer <http://turnserver.sourceforge.net/>`_ and `Restund <http://www.creytiv.com/restund.html>`_.
|
||||
|
||||
|
|
Loading…
Reference in New Issue