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/default.yaml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'config/default.yaml') diff --git a/config/default.yaml b/config/default.yaml index d400e1067..f9b6c50a3 100644 --- a/config/default.yaml +++ b/config/default.yaml @@ -272,7 +272,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: @@ -281,7 +281,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