From 7fa9004f4ca653ab7ce00bdb388fc0c0c5720b8d Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Fri, 13 Sep 2024 08:58:55 +0200 Subject: [PATCH] Add note to split audio/video config --- .../edit-custom-config/edit-vod-transcoding.component.html | 6 +++--- config/default.yaml | 1 + config/production.yaml.example | 1 + 3 files changed, 5 insertions(+), 3 deletions(-) diff --git a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html index 413aaccf3..0bcbc0bc1 100644 --- a/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html +++ b/client/src/app/+admin/config/edit-custom-config/edit-vod-transcoding.component.html @@ -123,6 +123,8 @@ inputName="transcodingHlsSplitAudioAndVideo" formControlName="splitAudioAndVideo" i18n-labelText labelText="Split audio and video streams" > + If enabled, remote PeerTube instances <= 6.3.0 won't be able to play these videos + Store the audio stream in a separate file from the video.
This option adds the ability for the HLS player to propose the "Audio only" quality to users.
@@ -158,9 +160,7 @@ inputName="transcodingAlwaysTranscodeOriginalResolution" formControlName="alwaysTranscodeOriginalResolution" i18n-labelText labelText="Also transcode original resolution" > - - Even if it's above your maximum enabled resolution - + Even if it's above your maximum enabled resolution diff --git a/config/default.yaml b/config/default.yaml index a2f3450d2..0f689dab6 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -636,6 +636,7 @@ transcoding: # Store the audio stream in a separate file from the video # This option adds the ability for the HLS player to propose the "Audio only" quality to users # It also saves disk space by not duplicating the audio stream in each resolution file + # /!\ If enabled, remote PeerTube instances < 6.3.0 won't be able to play these videos split_audio_and_video: false live: diff --git a/config/production.yaml.example b/config/production.yaml.example index 4c74a5fdf..9857e832d 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -646,6 +646,7 @@ transcoding: # Store the audio stream in a separate file from the video # This option adds the ability for the HLS player to propose the "Audio only" quality to users # It also saves disk space by not duplicating the audio stream in each resolution file + # /!\ If enabled, remote PeerTube instances < 6.3.0 won't be able to play these videos split_audio_and_video: false live: