diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 4 insertions, 2 deletions
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 |