@@ -56,7 +56,7 @@ api: yes
56
56
apiAddress : :9997
57
57
# Enable TLS/HTTPS on the Control API server.
58
58
apiEncryption : yes
59
- apiServerKey : /le_certs/rasenmaeher/fullchain.key
59
+ apiServerKey : /le_certs/rasenmaeher/privkey.pem
60
60
apiServerCert : /le_certs/rasenmaeher/fullchain.pem
61
61
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
62
62
apiAllowOrigin : ' *'
@@ -74,7 +74,7 @@ metrics: yes
74
74
metricsAddress : :9998
75
75
# Enable TLS/HTTPS on the Metrics server.
76
76
metricsEncryption : yes
77
- metricsServerKey : /le_certs/rasenmaeher/fullchain.key
77
+ metricsServerKey : /le_certs/rasenmaeher/privkey.pem
78
78
metricsServerCert : /le_certs/rasenmaeher/fullchain.pem
79
79
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
80
80
metricsAllowOrigin : ' *'
@@ -92,7 +92,7 @@ pprof: yes
92
92
pprofAddress : :9999
93
93
# Enable TLS/HTTPS on the pprof server.
94
94
pprofEncryption : yes
95
- pprofServerKey : /le_certs/rasenmaeher/fullchain.key
95
+ pprofServerKey : /le_certs/rasenmaeher/privkey.pem
96
96
pprofServerCert : /le_certs/rasenmaeher/fullchain.pem
97
97
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
98
98
pprofAllowOrigin : ' *'
@@ -110,7 +110,7 @@ playback: yes
110
110
playbackAddress : :9996
111
111
# Enable TLS/HTTPS on the playback server.
112
112
playbackEncryption : yes
113
- playbackServerKey : /le_certs/rasenmaeher/fullchain.key
113
+ playbackServerKey : /le_certs/rasenmaeher/privkey.pem
114
114
playbackServerCert : /le_certs/rasenmaeher/fullchain.pem
115
115
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
116
116
playbackAllowOrigin : ' *'
@@ -148,11 +148,11 @@ multicastIPRange: 224.1.0.0/16
148
148
multicastRTPPort : 8002
149
149
# Port of all UDP-multicast/RTCP listeners. This is needed only when "multicast" is in rtspTransports.
150
150
multicastRTCPPort : 8003
151
- rtspServerKey : /le_certs/rasenmaeher/fullchain.key
151
+ rtspServerKey : /le_certs/rasenmaeher/privkey.pem
152
152
rtspServerCert : /le_certs/rasenmaeher/fullchain.pem
153
153
# Authentication methods. Available are "basic" and "digest".
154
154
# "digest" doesn't provide any additional security and is available for compatibility only.
155
- rtspAuthMethods : [basic, digest ]
155
+ rtspAuthMethods : [basic]
156
156
157
157
# ##############################################
158
158
# Global settings -> RTMP server
@@ -166,7 +166,7 @@ rtmpAddress: :1935
166
166
rtmpEncryption : " strict"
167
167
# Address of the RTMPS listener. This is needed only when encryption is "strict" or "optional".
168
168
rtmpsAddress : :1936
169
- rtmpServerKey : /le_certs/rasenmaeher/fullchain.key
169
+ rtmpServerKey : /le_certs/rasenmaeher/privkey.pem
170
170
rtmpServerCert : /le_certs/rasenmaeher/fullchain.pem
171
171
172
172
# ##############################################
@@ -179,7 +179,7 @@ hlsAddress: :9888
179
179
# Enable TLS/HTTPS on the HLS server.
180
180
# This is required for Low-Latency HLS.
181
181
hlsEncryption : yes
182
- hlsServerKey : /le_certs/rasenmaeher/fullchain.key
182
+ hlsServerKey : /le_certs/rasenmaeher/privkey.pem
183
183
hlsServerCert : /le_certs/rasenmaeher/fullchain.pem
184
184
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
185
185
# This allows to play the HLS stream from an external website.
@@ -232,7 +232,7 @@ webrtc: yes
232
232
webrtcAddress : :9889
233
233
# Enable TLS/HTTPS on the WebRTC server.
234
234
webrtcEncryption : yes
235
- webrtcServerKey : /le_certs/rasenmaeher/fullchain.key
235
+ webrtcServerKey : /le_certs/rasenmaeher/privkey.pem
236
236
webrtcServerCert : /le_certs/rasenmaeher/fullchain.pem
237
237
# Value of the Access-Control-Allow-Origin header provided in every HTTP response.
238
238
# This allows to play the WebRTC stream from an external website.
@@ -318,7 +318,7 @@ pathDefaults:
318
318
sourceFingerprint :
319
319
# If the source is a URL, it will be pulled only when at least
320
320
# one reader is connected, saving bandwidth.
321
- sourceOnDemand : yes
321
+ sourceOnDemand : no
322
322
# If sourceOnDemand is "yes", readers will be put on hold until the source is
323
323
# ready or until this amount of time has passed.
324
324
sourceOnDemandStartTimeout : 10s
0 commit comments