X-Git-Url: https://git.immae.eu/?a=blobdiff_plain;f=config%2Fproduction.yaml.example;h=68ae22944f2e79ca4d4006bbe026afb35ea35844;hb=d7a25329f9e607894d29ab342b9cb66638b56dc0;hp=d563c7cf2b612062ff45db52dda257204d79b0d4;hpb=14981d7331da3f63fe6cfaf020ccb7c910006eaf;p=github%2FChocobozzz%2FPeerTube.git diff --git a/config/production.yaml.example b/config/production.yaml.example index d563c7cf2..68ae22944 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example @@ -223,12 +223,18 @@ transcoding: 720p: false 1080p: false 2160p: false + + # Generate videos in a WebTorrent format (what we do since the first PeerTube release) + # If you also enabled the hls format, it will multiply videos storage by 2 + webtorrent: + enabled: true + # /!\ Requires ffmpeg >= 4.1 # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: # * Resolution change is smoother # * Faster playback in particular with long videos # * More stable playback (less bugs/infinite loading) - # /!\ Multiplies videos storage by 2 /!\ + # If you also enabled the webtorrent format, it will multiply videos storage by 2 hls: enabled: false