diff options
author | Chocobozzz <me@florianbigard.com> | 2023-05-04 15:29:34 +0200 |
---|---|---|
committer | Chocobozzz <chocobozzz@cpy.re> | 2023-05-09 08:57:34 +0200 |
commit | 5e47f6ab984a7d00782e4c7030afffa1ba480add (patch) | |
tree | 1ce586b591a8d71acbc301eba29b9a5e6490439e /config/production.yaml.example | |
parent | 6a4905602636afd6650c9e6f4d0fcc2105d91100 (diff) | |
download | PeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.tar.gz PeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.tar.zst PeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.zip |
Support studio transcoding in peertube runner
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/config/production.yaml.example b/config/production.yaml.example index ea6d77306..db9c18cb8 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -589,6 +589,13 @@ video_studio: | |||
589 | # If enabled, users can create transcoding tasks as they wish | 589 | # If enabled, users can create transcoding tasks as they wish |
590 | enabled: false | 590 | enabled: false |
591 | 591 | ||
592 | |||
593 | # Enable remote runners to transcode studio tasks | ||
594 | # If enabled, your instance won't transcode the videos itself | ||
595 | # At least 1 remote runner must be configured to transcode your videos | ||
596 | remote_runners: | ||
597 | enabled: false | ||
598 | |||
592 | import: | 599 | import: |
593 | # Add ability for your users to import remote videos (from YouTube, torrent...) | 600 | # Add ability for your users to import remote videos (from YouTube, torrent...) |
594 | videos: | 601 | videos: |