diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 4 insertions, 2 deletions
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: | |||
413 | enabled: true | 413 | enabled: true |
414 | 414 | ||
415 | # Listening hostname/port for RTMP server | 415 | # Listening hostname/port for RTMP server |
416 | hostname: 'localhost' | 416 | # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 |
417 | hostname: '::' | ||
417 | port: 1935 | 418 | port: 1935 |
418 | 419 | ||
419 | # Public hostname of your RTMP server | 420 | # Public hostname of your RTMP server |
@@ -424,7 +425,8 @@ live: | |||
424 | enabled: false | 425 | enabled: false |
425 | 426 | ||
426 | # Listening hostname/port for RTMPS server | 427 | # Listening hostname/port for RTMPS server |
427 | hostname: 'localhost' | 428 | # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 |
429 | hostname: '::' | ||
428 | port: 1936 | 430 | port: 1936 |
429 | 431 | ||
430 | # Absolute paths | 432 | # Absolute paths |