From 110212fd79bb1bb220841c038c8d91d05612492e Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Wed, 4 May 2022 16:07:08 +0200 Subject: Fix listening host for live --- config/default.yaml | 6 ++++-- config/production.yaml.example | 6 ++++-- 2 files changed, 8 insertions(+), 4 deletions(-) (limited to 'config') diff --git a/config/default.yaml b/config/default.yaml index 2b4a7cbc2..79afb121b 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -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 diff --git a/config/production.yaml.example b/config/production.yaml.example index c5ba5d218..11120e667 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -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 -- cgit v1.2.3