Fix listening host for live
This commit is contained in:
parent
9a82ce2455
commit
110212fd79
|
@ -413,7 +413,8 @@ live:
|
|||
enabled: true
|
||||
|
||||
# Listening hostname/port for RTMP server
|
||||
hostname: 'localhost'
|
||||
# :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
|
||||
hostname: '::'
|
||||
port: 1935
|
||||
|
||||
# Public hostname of your RTMP server
|
||||
|
@ -424,7 +425,8 @@ live:
|
|||
enabled: false
|
||||
|
||||
# Listening hostname/port for RTMPS server
|
||||
hostname: 'localhost'
|
||||
# :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
|
||||
hostname: '::'
|
||||
port: 1936
|
||||
|
||||
# Absolute paths
|
||||
|
|
|
@ -421,7 +421,8 @@ live:
|
|||
enabled: true
|
||||
|
||||
# Listening hostname/port for RTMP server
|
||||
hostname: 'localhost'
|
||||
# :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
|
||||
hostname: '::'
|
||||
port: 1935
|
||||
|
||||
# Public hostname of your RTMP server
|
||||
|
@ -432,7 +433,8 @@ live:
|
|||
enabled: false
|
||||
|
||||
# Listening hostname/port for RTMPS server
|
||||
hostname: 'localhost'
|
||||
# :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4
|
||||
hostname: '::'
|
||||
port: 1936
|
||||
|
||||
# Absolute paths
|
||||
|
|
Loading…
Reference in New Issue