diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 1e7fb9e5b..3588a5ec9 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -396,6 +396,7 @@ live: | |||
396 | rtmp: | 396 | rtmp: |
397 | enabled: true | 397 | enabled: true |
398 | port: 1935 | 398 | port: 1935 |
399 | hostname: 'localhost' | ||
399 | 400 | ||
400 | rtmps: | 401 | rtmps: |
401 | enabled: false | 402 | enabled: false |
@@ -404,6 +405,7 @@ live: | |||
404 | key_file: '' | 405 | key_file: '' |
405 | # Absolute path | 406 | # Absolute path |
406 | cert_file: '' | 407 | cert_file: '' |
408 | hostname: 'localhost' | ||
407 | 409 | ||
408 | # Allow to transcode the live streaming in multiple live resolutions | 410 | # Allow to transcode the live streaming in multiple live resolutions |
409 | transcoding: | 411 | transcoding: |