diff options
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index 675801caa..73d1ead66 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -404,6 +404,7 @@ live: | |||
404 | rtmp: | 404 | rtmp: |
405 | enabled: true | 405 | enabled: true |
406 | port: 1935 | 406 | port: 1935 |
407 | hostname: 'localhost' | ||
407 | 408 | ||
408 | rtmps: | 409 | rtmps: |
409 | enabled: false | 410 | enabled: false |
@@ -412,6 +413,7 @@ live: | |||
412 | key_file: '' | 413 | key_file: '' |
413 | # Absolute path | 414 | # Absolute path |
414 | cert_file: '' | 415 | cert_file: '' |
416 | hostname: 'localhost' | ||
415 | 417 | ||
416 | # Allow to transcode the live streaming in multiple live resolutions | 418 | # Allow to transcode the live streaming in multiple live resolutions |
417 | transcoding: | 419 | transcoding: |
@@ -433,6 +435,10 @@ live: | |||
433 | 1440p: false | 435 | 1440p: false |
434 | 2160p: false | 436 | 2160p: false |
435 | 437 | ||
438 | video_editor: | ||
439 | # Enable video edition by users (cut, add intro/outro, add watermark etc) | ||
440 | enabled: false | ||
441 | |||
436 | import: | 442 | import: |
437 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 443 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
438 | videos: | 444 | videos: |