From df1db951c512a58110171d046ef367789df02733 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 5 Nov 2021 11:36:03 +0100 Subject: Support RTMPS --- config/default.yaml | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index c70e6a205..c30c29a6b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -370,8 +370,17 @@ live: # Your firewall should accept traffic from this port in TCP if you enable live rtmp: + enabled: true port: 1935 + rtmps: + enabled: false + port: 1936 + # Absolute path + key_file: '' + # Absolute path + cert_file: '' + # Allow to transcode the live streaming in multiple live resolutions transcoding: enabled: true -- cgit v1.2.3