aboutsummaryrefslogtreecommitdiffhomepage
path: root/config
diff options
context:
space:
mode:
authorChocobozzz <me@florianbigard.com>2023-05-04 15:29:34 +0200
committerChocobozzz <chocobozzz@cpy.re>2023-05-09 08:57:34 +0200
commit5e47f6ab984a7d00782e4c7030afffa1ba480add (patch)
tree1ce586b591a8d71acbc301eba29b9a5e6490439e /config
parent6a4905602636afd6650c9e6f4d0fcc2105d91100 (diff)
downloadPeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.tar.gz
PeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.tar.zst
PeerTube-5e47f6ab984a7d00782e4c7030afffa1ba480add.zip
Support studio transcoding in peertube runner
Diffstat (limited to 'config')
-rw-r--r--config/default.yaml6
-rw-r--r--config/production.yaml.example7
2 files changed, 13 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
582import: 588import:
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:
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
592import: 599import:
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: