diff options
-rw-r--r-- | config/default.yaml | 6 | ||||
-rw-r--r-- | config/production.yaml.example | 6 |
2 files changed, 8 insertions, 4 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 |
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: | |||
421 | enabled: true | 421 | enabled: true |
422 | 422 | ||
423 | # Listening hostname/port for RTMP server | 423 | # Listening hostname/port for RTMP server |
424 | hostname: 'localhost' | 424 | # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 |
425 | hostname: '::' | ||
425 | port: 1935 | 426 | port: 1935 |
426 | 427 | ||
427 | # Public hostname of your RTMP server | 428 | # Public hostname of your RTMP server |
@@ -432,7 +433,8 @@ live: | |||
432 | enabled: false | 433 | enabled: false |
433 | 434 | ||
434 | # Listening hostname/port for RTMPS server | 435 | # Listening hostname/port for RTMPS server |
435 | hostname: 'localhost' | 436 | # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 |
437 | hostname: '::' | ||
436 | port: 1936 | 438 | port: 1936 |
437 | 439 | ||
438 | # Absolute paths | 440 | # Absolute paths |