|
@@ -6,8 +6,8 @@ functionality illustration.
|
|
|
2) "basic" directory contains set of scripts which works together to demonstrate
|
|
|
very basic anynymous functionality of the TURN server. The "peer.sh" must be used, too.
|
|
|
|
|
|
-3) "longtermsecure" directory contains set of scripts demonstrating the long-term authentication
|
|
|
-mechanism (peer.sh to be used, too).
|
|
|
+3) "longtermsecure" directory contains set of scripts demonstrating the long-term
|
|
|
+authentication mechanism (peer.sh to be used, too).
|
|
|
|
|
|
4) "longtermsecuredb" shows how to start TURN server with database. The clients from the
|
|
|
directory "longtermsecure" can be used with the relay scripts in the "longtermsecuredb"
|
|
@@ -16,11 +16,13 @@ be set for these scripts to work correctly.
|
|
|
|
|
|
5) "restapi" shows how to use TURN REST API.
|
|
|
|
|
|
-6) "shorttermsecure" shows how to use the short-term authentication mechanism. The short term
|
|
|
-mechanism is always used with the database.
|
|
|
-
|
|
|
-7) "loadbalance" shows how to use the simple load-balancing mechanism based upon the
|
|
|
+6) "loadbalance" shows how to use the simple load-balancing mechanism based upon the
|
|
|
ALTERNATE-SERVER functionality.
|
|
|
|
|
|
+7) "selfloadbalance" shows how to use the "self-load-balance" TURN server capabilities.
|
|
|
+
|
|
|
+8) "mobile" shows the "mobile" connections - how the TURN session can change its client
|
|
|
+address.
|
|
|
+
|
|
|
|
|
|
|