From cabfd1f171b30dabd5b2f6888bd45a5c272e9bcf Mon Sep 17 00:00:00 2001 From: aler9 <46489434+aler9@users.noreply.github.com> Date: Fri, 30 Dec 2022 17:48:32 +0100 Subject: [PATCH] update readme --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index e01e5402..e3804c55 100644 --- a/README.md +++ b/README.md @@ -1050,7 +1050,7 @@ If the server uses a secret-based authentication (for instance, coturn with the webrtcICEServers: [turn:AUTH_SECRET:secret:host:ip] ``` -where `secret` is the secret of the TURN server. rtsp_simple_server will generate a set of credentials by using the secret, and credentials will be sent to clients before the WebRTC connection begins. +where `secret` is the secret of the TURN server. _rtsp-simple-server_ will generate a set of credentials by using the secret, and credentials will be sent to clients before the WebRTC/ICE connection is established. ## Links