From 05ca570296b3f29fda5509023588539a6fb4d5b8 Mon Sep 17 00:00:00 2001 From: basisbit Date: Thu, 28 Jan 2021 11:51:19 +0100 Subject: [PATCH] do not enable lt-cred-mech in coturn config lt-cred-mech can not be used while use-auth-secret is specified. Current versions of coturn will not start and tell you that this is a wrong configuration. See https://github.com/coturn/coturn/issues/360 --- _posts/2019-02-14-setup-turn-server.md | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/_posts/2019-02-14-setup-turn-server.md b/_posts/2019-02-14-setup-turn-server.md index cb90e4bd..b1ceddb2 100644 --- a/_posts/2019-02-14-setup-turn-server.md +++ b/_posts/2019-02-14-setup-turn-server.md @@ -114,8 +114,8 @@ tls-listening-port=443 # Fingerprints in TURN messages are required for WebRTC fingerprint -# The long-term credential mechanism is required for WebRTC -lt-cred-mech +# Long-term credentials mechanism can't be used concurrently with use-auth-secret. (see https://github.com/coturn/coturn/issues/360 ) +# lt-cred-mech # Configure coturn to use the "TURN REST API" method for validating time- # limited credentials. BigBlueButton will generate credentials in this