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 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') 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 -- cgit v1.2.3