From 5037e0e474044d7fc04092158784395a001e5c25 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Nov 2021 11:40:49 +0100 Subject: Correctly close RTMPS server too --- config/production.yaml.example | 2 ++ 1 file changed, 2 insertions(+) (limited to 'config/production.yaml.example') 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: rtmps: enabled: false port: 1936 + # Absolute path key_file: '' + # Absolute path cert_file: '' # Allow to transcode the live streaming in multiple live resolutions -- cgit v1.2.3