Better config comments for RTMP/RTMPS
This commit is contained in:
parent
6348fb1884
commit
9c5e582269
|
@ -412,16 +412,18 @@ live:
|
||||||
rtmp:
|
rtmp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# Listening hostname/port for RTMP server
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 1935
|
port: 1935
|
||||||
|
|
||||||
# Public endpoint of your RTMP server
|
# Public hostname of your RTMP server
|
||||||
# Use null to use the same value than `webserver.hostname`
|
# Use null to use the same value than `webserver.hostname`
|
||||||
public_hostname: null
|
public_hostname: null
|
||||||
|
|
||||||
rtmps:
|
rtmps:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
# Listening hostname/port for RTMPS server
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 1936
|
port: 1936
|
||||||
|
|
||||||
|
@ -429,7 +431,7 @@ live:
|
||||||
key_file: ''
|
key_file: ''
|
||||||
cert_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`
|
# Use null to use the same value than `webserver.hostname`
|
||||||
public_hostname: null
|
public_hostname: null
|
||||||
|
|
||||||
|
|
|
@ -420,16 +420,18 @@ live:
|
||||||
rtmp:
|
rtmp:
|
||||||
enabled: true
|
enabled: true
|
||||||
|
|
||||||
|
# Listening hostname/port for RTMP server
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 1935
|
port: 1935
|
||||||
|
|
||||||
# Public endpoint of your RTMP server
|
# Public hostname of your RTMP server
|
||||||
# Use null to use the same value than `webserver.hostname`
|
# Use null to use the same value than `webserver.hostname`
|
||||||
public_hostname: null
|
public_hostname: null
|
||||||
|
|
||||||
rtmps:
|
rtmps:
|
||||||
enabled: false
|
enabled: false
|
||||||
|
|
||||||
|
# Listening hostname/port for RTMPS server
|
||||||
hostname: 'localhost'
|
hostname: 'localhost'
|
||||||
port: 1936
|
port: 1936
|
||||||
|
|
||||||
|
@ -437,7 +439,7 @@ live:
|
||||||
key_file: ''
|
key_file: ''
|
||||||
cert_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`
|
# Use null to use the same value than `webserver.hostname`
|
||||||
public_hostname: null
|
public_hostname: null
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue