From cf3e0d69a618450e09102b0db359fd6c6e6bbdb0 Mon Sep 17 00:00:00 2001 From: Chocobozzz Date: Tue, 1 Dec 2020 10:29:03 +0100 Subject: Enable live transcoding by default Direct muxing is not robust enough --- config/default.yaml | 2 +- config/production.yaml.example | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) (limited to 'config') 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: # Allow to transcode the live streaming in multiple live resolutions transcoding: - enabled: false + enabled: true threads: 2 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: # Allow to transcode the live streaming in multiple live resolutions transcoding: - enabled: false + enabled: true threads: 2 resolutions: -- cgit v1.2.3