aboutsummaryrefslogtreecommitdiffhomepage
path: root/config/production.yaml.example
diff options
context:
space:
mode:
Diffstat (limited to 'config/production.yaml.example')
-rw-r--r--config/production.yaml.example4
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
296live: 296live:
297 enabled: false 297 enabled: false