From 6a882428e11f924db2ae8ff188df11a42eaaec46 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 6 Apr 2021 08:41:18 +0200 Subject: Enable HLS transcoding by default --- config/production.yaml.example | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/production.yaml.example') diff --git a/config/production.yaml.example b/config/production.yaml.example index 895931e7c..f2e75af32 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -282,7 +282,7 @@ transcoding: # If you also enabled the hls format, it will multiply videos storage by 2 # If disabled, breaks federation with PeerTube instances < 2.1 webtorrent: - enabled: true + enabled: false # /!\ Requires ffmpeg >= 4.1 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: @@ -291,7 +291,7 @@ transcoding: # * More stable playback (less bugs/infinite loading) # If you also enabled the webtorrent format, it will multiply videos storage by 2 hls: - enabled: false + enabled: true live: enabled: false -- cgit v1.2.3