diff options
author | Chocobozzz <me@florianbigard.com> | 2021-04-06 08:41:18 +0200 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2021-04-06 09:52:53 +0200 |
commit | 6a882428e11f924db2ae8ff188df11a42eaaec46 (patch) | |
tree | 0df4166fcdc15c1ca272f8a50a2ab814fae8b1fc /config/default.yaml | |
parent | eff9f818109d4fe280684d80f7e100667dfa9dc5 (diff) | |
download | PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.tar.gz PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.tar.zst PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.zip |
Enable HLS transcoding by default
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 |