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/production.yaml.example | |
parent | eff9f818109d4fe280684d80f7e100667dfa9dc5 (diff) | |
download | PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.tar.gz PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.tar.zst PeerTube-6a882428e11f924db2ae8ff188df11a42eaaec46.zip |
Enable HLS transcoding by default
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 4 |
1 files changed, 2 insertions, 2 deletions
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: | |||
282 | # If you also enabled the hls format, it will multiply videos storage by 2 | 282 | # If you also enabled the hls format, it will multiply videos storage by 2 |
283 | # If disabled, breaks federation with PeerTube instances < 2.1 | 283 | # If disabled, breaks federation with PeerTube instances < 2.1 |
284 | webtorrent: | 284 | webtorrent: |
285 | enabled: true | 285 | enabled: false |
286 | 286 | ||
287 | # /!\ Requires ffmpeg >= 4.1 | 287 | # /!\ Requires ffmpeg >= 4.1 |
288 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: | 288 | # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent: |
@@ -291,7 +291,7 @@ transcoding: | |||
291 | # * More stable playback (less bugs/infinite loading) | 291 | # * More stable playback (less bugs/infinite loading) |
292 | # If you also enabled the webtorrent format, it will multiply videos storage by 2 | 292 | # If you also enabled the webtorrent format, it will multiply videos storage by 2 |
293 | hls: | 293 | hls: |
294 | enabled: false | 294 | enabled: true |
295 | 295 | ||
296 | live: | 296 | live: |
297 | enabled: false | 297 | enabled: false |