From 42a39716a94fe705c6b0aca5f17de7413874022d Mon Sep 17 00:00:00 2001 From: Alessandro Ros Date: Sun, 8 Jun 2025 10:36:12 +0200 Subject: [PATCH] update documentation (#4626) --- mediamtx.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mediamtx.yml b/mediamtx.yml index 895038f7..69d922f4 100644 --- a/mediamtx.yml +++ b/mediamtx.yml @@ -458,7 +458,7 @@ pathDefaults: sourceOnDemandCloseAfter: 10s # Maximum number of readers. Zero means no limit. maxReaders: 0 - # SRT encryption passphrase require to read from this path + # SRT encryption passphrase required to read from this path. srtReadPassphrase: # If the stream is not available, redirect readers to this path. # It can be can be a relative path (i.e. /otherstream) or an absolute RTSP URL. @@ -495,7 +495,7 @@ pathDefaults: # Allow another client to disconnect the current publisher and publish in its place. overridePublisher: yes - # SRT encryption passphrase required to publish to this path + # SRT encryption passphrase required to publish to this path. srtPublishPassphrase: ###############################################