diff options
-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: |