]> git.immae.eu Git - github/Chocobozzz/PeerTube.git/commitdiff
Enable HLS transcoding by default
authorChocobozzz <me@florianbigard.com>
Tue, 6 Apr 2021 06:41:18 +0000 (08:41 +0200)
committerChocobozzz <me@florianbigard.com>
Tue, 6 Apr 2021 07:52:53 +0000 (09:52 +0200)
config/default.yaml
config/production.yaml.example
config/test.yaml

index d400e10670b5f2448fe0255694d400a31ec1bb3b..f9b6c50a34d2db13187db376916f50a4003a8c82 100644 (file)
@@ -272,7 +272,7 @@ transcoding:
   # If you also enabled the hls format, it will multiply videos storage by 2
   # If disabled, breaks federation with PeerTube instances < 2.1
   webtorrent:
-    enabled: true
+    enabled: false
 
   # /!\ Requires ffmpeg >= 4.1
   # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
@@ -281,7 +281,7 @@ transcoding:
   #     * More stable playback (less bugs/infinite loading)
   # If you also enabled the webtorrent format, it will multiply videos storage by 2
   hls:
-    enabled: false
+    enabled: true
 
 live:
   enabled: false
index 895931e7cb62ef4271a975a651ffd62dd61e04e7..f2e75af32935748e18c772ce33e826780022d93d 100644 (file)
@@ -282,7 +282,7 @@ transcoding:
   # If you also enabled the hls format, it will multiply videos storage by 2
   # If disabled, breaks federation with PeerTube instances < 2.1
   webtorrent:
-    enabled: true
+    enabled: false
 
   # /!\ Requires ffmpeg >= 4.1
   # Generate HLS playlists and fragmented MP4 files. Better playback than with WebTorrent:
@@ -291,7 +291,7 @@ transcoding:
   #     * More stable playback (less bugs/infinite loading)
   # If you also enabled the webtorrent format, it will multiply videos storage by 2
   hls:
-    enabled: false
+    enabled: true
 
 live:
   enabled: false
index 4f0a7e5d9cd8028a63c7c5f2225e04dae1a40a78..9a522a983819fe80d3148de551ac3065a2c9300a 100644 (file)
@@ -87,6 +87,8 @@ transcoding:
     1080p: true
     1440p: true
     2160p: true
+  webtorrent:
+    enabled: true
   hls:
     enabled: true