diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/default.yaml b/config/default.yaml index 23be08f85..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: |
@@ -425,6 +427,10 @@ live: | |||
425 | 1440p: false | 427 | 1440p: false |
426 | 2160p: false | 428 | 2160p: false |
427 | 429 | ||
430 | video_editor: | ||
431 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | ||
432 | enabled: false | ||
433 | |||
428 | import: | 434 | import: |
429 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 435 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
430 | videos: | 436 | videos: |