From 5e47f6ab984a7d00782e4c7030afffa1ba480add Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Thu, 4 May 2023 15:29:34 +0200 Subject: Support studio transcoding in peertube runner --- config/production.yaml.example | 7 +++++++ 1 file changed, 7 insertions(+) (limited to 'config/production.yaml.example') 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: # If enabled, users can create transcoding tasks as they wish enabled: false + + # Enable remote runners to transcode studio tasks + # If enabled, your instance won't transcode the videos itself + # At least 1 remote runner must be configured to transcode your videos + remote_runners: + enabled: false + import: # Add ability for your users to import remote videos (from YouTube, torrent...) videos: -- cgit v1.2.3