aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2021-11-05 11:40:49 +0100
committerChocobozzz <me@florianbigard.com>2021-11-05 11:40:49 +0100
commit5037e0e474044d7fc04092158784395a001e5c25 (patch)
tree676634e1c2a712362c79f3d198def26da87d6505 /config/production.yaml.example
parentdf1db951c512a58110171d046ef367789df02733 (diff)
downloadPeerTube-5037e0e474044d7fc04092158784395a001e5c25.tar.gz
PeerTube-5037e0e474044d7fc04092158784395a001e5c25.tar.zst
PeerTube-5037e0e474044d7fc04092158784395a001e5c25.zip
Correctly close RTMPS server too
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example2
1 files changed, 2 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 0993eb9f2..4dc5c281d 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -386,7 +386,9 @@ live:
386 rtmps: 386 rtmps:
387 enabled: false 387 enabled: false
388 port: 1936 388 port: 1936
389 # Absolute path
389 key_file: '' 390 key_file: ''
391 # Absolute path
390 cert_file: '' 392 cert_file: ''
391 393
392 # Allow to transcode the live streaming in multiple live resolutions 394 # Allow to transcode the live streaming in multiple live resolutions