|
|
|
@ -1,4 +1,3 @@
@@ -1,4 +1,3 @@
|
|
|
|
|
|
|
|
|
|
############################################### |
|
|
|
|
# General settings |
|
|
|
|
|
|
|
|
@ -306,6 +305,8 @@ paths:
@@ -306,6 +305,8 @@ paths:
|
|
|
|
|
sourceOnDemandCloseAfter: 10s |
|
|
|
|
# Maximum number of readers. Zero means no limit. |
|
|
|
|
maxReaders: 0 |
|
|
|
|
# SRT encryption passphrase require to read from this path |
|
|
|
|
srtReadPassphrase: |
|
|
|
|
# Record streams to disk (if global recording is enabled). |
|
|
|
|
record: yes |
|
|
|
|
|
|
|
|
@ -338,10 +339,8 @@ paths:
@@ -338,10 +339,8 @@ paths:
|
|
|
|
|
# if no one is publishing, redirect readers to this path. |
|
|
|
|
# It can be can be a relative path (i.e. /otherstream) or an absolute RTSP URL. |
|
|
|
|
fallback: |
|
|
|
|
# SRT encryption passphrase required to publish on this path |
|
|
|
|
# SRT encryption passphrase required to publish to this path |
|
|
|
|
srtPublishPassphrase: |
|
|
|
|
# SRT encryption passphrase require to read from this path |
|
|
|
|
srtReadPassphrase: |
|
|
|
|
|
|
|
|
|
############################################### |
|
|
|
|
# RTSP path settings (when source is a RTSP or a RTSPS URL) |
|
|
|
|