From 0f51e9ff55347892ea3f6e878006eefefbf7bf7c Mon Sep 17 00:00:00 2001 From: Thulinma Date: Tue, 4 Jun 2024 17:22:54 +0200 Subject: [PATCH] Most likely fix RTMP CPU usage. --- src/output/output_rtmp.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/output/output_rtmp.cpp b/src/output/output_rtmp.cpp index ccfc8da5..761c2346 100644 --- a/src/output/output_rtmp.cpp +++ b/src/output/output_rtmp.cpp @@ -1585,7 +1585,7 @@ namespace Mist{ sendCommand(amfReply, 20, 1); } HIGH_MSG("Publish starting"); - if (!targetParams.count("realtime")){realTime = 0;} + if (!targetParams.count("realtime")){realTime = 800;} parseData = true; return; }