]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Fix listening host for live
authorChocobozzz <me@florianbigard.com>
Wed, 4 May 2022 14:07:08 +0000 (16:07 +0200)
committerChocobozzz <me@florianbigard.com>
Wed, 4 May 2022 14:07:08 +0000 (16:07 +0200)
config/default.yaml
config/production.yaml.example

index 2b4a7cbc221f17e2bef4aad5b4c4d59d4972fa41..79afb121beb3350e20121435451b637f4d24ea55 100644 (file)
@@ -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
index c5ba5d21810eb12ee688bfd10fd8fc6bb78115fc..11120e667196e36dec860ad86463a50922048da0 100644 (file)
@@ -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