Better config comments for RTMP/RTMPS

pull/4977/head
Chocobozzz 2022-05-04 09:10:25 +02:00
parent 6348fb1884
commit 9c5e582269
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 8 additions and 4 deletions

View File

@ -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

View File

@ -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