mirror of
https://github.com/Chocobozzz/PeerTube.git
synced 2026-09-03 20:53:09 -05:00
Fix listening host for live
This commit is contained in:
+4
-2
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user