Fix listening host for live

This commit is contained in:
Chocobozzz 2022-05-04 16:07:08 +02:00
parent 9a82ce2455
commit 110212fd79
No known key found for this signature in database
GPG Key ID: 583A612D890159BE
2 changed files with 8 additions and 4 deletions

View File

@ -413,7 +413,8 @@ live:
enabled: true enabled: true
# Listening hostname/port for RTMP server # 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 port: 1935
# Public hostname of your RTMP server # Public hostname of your RTMP server
@ -424,7 +425,8 @@ live:
enabled: false enabled: false
# Listening hostname/port for RTMPS server # 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 port: 1936
# Absolute paths # Absolute paths

View File

@ -421,7 +421,8 @@ live:
enabled: true enabled: true
# Listening hostname/port for RTMP server # 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 port: 1935
# Public hostname of your RTMP server # Public hostname of your RTMP server
@ -432,7 +433,8 @@ live:
enabled: false enabled: false
# Listening hostname/port for RTMPS server # 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 port: 1936
# Absolute paths # Absolute paths