diff options
author | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:40:49 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-11-05 11:40:49 +0100 |
commit | 5037e0e474044d7fc04092158784395a001e5c25 (patch) | |
tree | 676634e1c2a712362c79f3d198def26da87d6505 /config | |
parent | df1db951c512a58110171d046ef367789df02733 (diff) | |
download | PeerTube-5037e0e474044d7fc04092158784395a001e5c25.tar.gz PeerTube-5037e0e474044d7fc04092158784395a001e5c25.tar.zst PeerTube-5037e0e474044d7fc04092158784395a001e5c25.zip |
Correctly close RTMPS server too
Diffstat (limited to 'config')
-rw-r--r-- | config/production.yaml.example | 2 |
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 |