From 8f195e747e9649a0814895740d7a7b5ebc5509a8 Mon Sep 17 00:00:00 2001 From: Richard Fuchs Date: Fri, 9 Nov 2018 10:49:45 +0100 Subject: [PATCH] Update README.md for name change of option from log-rtp-keys to log-srtp-keys Co-Authored-By: TorPetterson <32388321+TorPetterson@users.noreply.github.com> --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 64d936307..9a9e6891c 100644 --- a/README.md +++ b/README.md @@ -233,7 +233,7 @@ option and which are reproduced below: --priority=INT Thread scheduling priority --idle-scheduling=default|... Idle thread scheduling policy --idle-priority=INT Idle thread scheduling priority - --log-rtp-keys Write SRTP keys to log + --log-srtp-keys Write SRTP keys to log Most of these options are indeed optional, with two exceptions. It's mandatory to specify at least one local IP address through `--interface`, and at least one of the `--listen-...` options must be given.