aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example10
1 files changed, 6 insertions, 4 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example
index 11120e667..754b1b8a8 100644
--- a/config/production.yaml.example
+++ b/config/production.yaml.example
@@ -421,8 +421,9 @@ live:
421 enabled: true 421 enabled: true
422 422
423 # Listening hostname/port for RTMP server 423 # Listening hostname/port for RTMP server
424 # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 424 # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
425 hostname: '::' 425 # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
426 hostname: null
426 port: 1935 427 port: 1935
427 428
428 # Public hostname of your RTMP server 429 # Public hostname of your RTMP server
@@ -433,8 +434,9 @@ live:
433 enabled: false 434 enabled: false
434 435
435 # Listening hostname/port for RTMPS server 436 # Listening hostname/port for RTMPS server
436 # :: to listen on IPv6 and IPv4, 0.0.0.0 to listen on IPv4 437 # '::' to listen on IPv6 and IPv4, '0.0.0.0' to listen on IPv4
437 hostname: '::' 438 # Use null to automatically listen on '::' if IPv6 is available, or '0.0.0.0' otherwise
439 hostname: null
438 port: 1936 440 port: 1936
439 441
440 # Absolute paths 442 # Absolute paths