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/production.yaml.example | |
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/production.yaml.example')
-rw-r--r-- | config/production.yaml.example | 2 |
1 files changed, 1 insertions, 1 deletions
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: |