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 f3f29ecb9..14bb8d060 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -579,6 +579,12 @@ video_studio: | |||
579 | # If enabled, users can create transcoding tasks as they wish | 579 | # If enabled, users can create transcoding tasks as they wish |
580 | enabled: false | 580 | enabled: false |
581 | 581 | ||
582 | # Enable remote runners to transcode studio tasks | ||
583 | # If enabled, your instance won't transcode the videos itself | ||
584 | # At least 1 remote runner must be configured to transcode your videos | ||
585 | remote_runners: | ||
586 | enabled: false | ||
587 | |||
582 | import: | 588 | import: |
583 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 589 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
584 | videos: | 590 | videos: |