diff options
author | Chocobozzz <me@florianbigard.com> | 2020-12-01 10:29:03 +0100 |
---|---|---|
committer | Chocobozzz <me@florianbigard.com> | 2020-12-01 15:04:38 +0100 |
commit | cf3e0d69a618450e09102b0db359fd6c6e6bbdb0 (patch) | |
tree | 526e238c0dd3ca0704f2ccd54e192fdfbf02bb04 /config | |
parent | d9550daf0560656c756f07492126186aeb7c3a6f (diff) | |
download | PeerTube-cf3e0d69a618450e09102b0db359fd6c6e6bbdb0.tar.gz PeerTube-cf3e0d69a618450e09102b0db359fd6c6e6bbdb0.tar.zst PeerTube-cf3e0d69a618450e09102b0db359fd6c6e6bbdb0.zip |
Enable live transcoding by default
Direct muxing is not robust enough
Diffstat (limited to 'config')
-rw-r--r-- | config/default.yaml | 2 | ||||
-rw-r--r-- | config/production.yaml.example | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/config/default.yaml b/config/default.yaml index 8c64270ee..dbbcc6684 100644 --- a/config/default.yaml +++ b/config/default.yaml | |||
@@ -269,7 +269,7 @@ live: | |||
269 | 269 | ||
270 | # Allow to transcode the live streaming in multiple live resolutions | 270 | # Allow to transcode the live streaming in multiple live resolutions |
271 | transcoding: | 271 | transcoding: |
272 | enabled: false | 272 | enabled: true |
273 | threads: 2 | 273 | threads: 2 |
274 | 274 | ||
275 | resolutions: | 275 | resolutions: |
diff --git a/config/production.yaml.example b/config/production.yaml.example index c7afbe03d..b515da979 100644 --- a/config/production.yaml.example +++ b/config/production.yaml.example | |||
@@ -283,7 +283,7 @@ live: | |||
283 | 283 | ||
284 | # Allow to transcode the live streaming in multiple live resolutions | 284 | # Allow to transcode the live streaming in multiple live resolutions |
285 | transcoding: | 285 | transcoding: |
286 | enabled: false | 286 | enabled: true |
287 | threads: 2 | 287 | threads: 2 |
288 | 288 | ||
289 | resolutions: | 289 | resolutions: |