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/production.yaml.example | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'config/production.yaml.example') 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