From 0c8eac2622155500a6a6b4dda47584d0eecc5cb7 Mon Sep 17 00:00:00 2001 From: cxh Date: Tue, 20 Jan 2026 13:49:41 +0800 Subject: [PATCH] =?UTF-8?q?=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- include/rtmp_manager.hpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/rtmp_manager.hpp b/include/rtmp_manager.hpp index 499dfe5..01c08c5 100644 --- a/include/rtmp_manager.hpp +++ b/include/rtmp_manager.hpp @@ -65,7 +65,7 @@ class RTMPManager static std::unordered_map> streams; static std::mutex streams_mutex; - static std::atomic g_live_enabled{false}; + static std::atomic g_live_enabled; static constexpr int RETRY_BASE_DELAY_MS = 3000; };