From 9c5e58226933e1a1b03d08944df5572f21638619 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 May 2022 09:10:25 +0200 Subject: Better config comments for RTMP/RTMPS --- config/default.yaml | 6 ++++-- config/production.yaml.example | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) diff --git a/config/default.yaml b/config/default.yaml index 7af9c929f..2b4a7cbc2 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -412,16 +412,18 @@ live: rtmp: enabled: true + # Listening hostname/port for RTMP server hostname: 'localhost' port: 1935 - # Public endpoint of your RTMP server + # Public hostname of your RTMP server # Use null to use the same value than `webserver.hostname` public_hostname: null rtmps: enabled: false + # Listening hostname/port for RTMPS server hostname: 'localhost' port: 1936 @@ -429,7 +431,7 @@ live: key_file: '' cert_file: '' - # Public endpoint of your RTMPS server + # Public hostname of your RTMPS server # Use null to use the same value than `webserver.hostname` public_hostname: null diff --git a/config/production.yaml.example b/config/production.yaml.example index 048cb37e8..c5ba5d218 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -420,16 +420,18 @@ live: rtmp: enabled: true + # Listening hostname/port for RTMP server hostname: 'localhost' port: 1935 - # Public endpoint of your RTMP server + # Public hostname of your RTMP server # Use null to use the same value than `webserver.hostname` public_hostname: null rtmps: enabled: false + # Listening hostname/port for RTMPS server hostname: 'localhost' port: 1936 @@ -437,7 +439,7 @@ live: key_file: '' cert_file: '' - # Public endpoint of your RTMPS server + # Public hostname of your RTMPS server # Use null to use the same value than `webserver.hostname` public_hostname: null -- cgit v1.2.3