diff options
Diffstat (limited to 'config/default.yaml')
-rw-r--r-- | config/default.yaml | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
272 | # If you also enabled the hls format, it will multiply videos storage by 2 | 272 | # If you also enabled the hls format, it will multiply videos storage by 2 |
273 | # If disabled, breaks federation with PeerTube instances < 2.1 | 273 | # If disabled, breaks federation with PeerTube instances < 2.1 |
274 | webtorrent: | 274 | webtorrent: |
275 | enabled: true | 275 | enabled: false |
276 | 276 | ||
277 | # /!\ Requires ffmpeg >= 4.1 | 277 | # /!\ Requires ffmpeg >= 4.1 |
278 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: | 278 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
@@ -281,7 +281,7 @@ transcoding: | |||
281 | # * More stable playback (less bugs/infinite loading) | 281 | # * More stable playback (less bugs/infinite loading) |
282 | # If you also enabled the webtorrent format, it will multiply videos storage by 2 | 282 | # If you also enabled the webtorrent format, it will multiply videos storage by 2 |
283 | hls: | 283 | hls: |
284 | enabled: false | 284 | enabled: true |
285 | 285 | ||
286 | live: | 286 | live: |
287 | enabled: false | 287 | enabled: false |