From 9e23df2f76e8f79855e3f690c5b2ede312c3135d Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 10:07:00 +0800 Subject: [PATCH] temp --- 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 a9a14b0..99be22b 100644 --- a/include/rtmp_manager.hpp +++ b/include/rtmp_manager.hpp @@ -61,7 +61,7 @@ private: static std::mutex stop_queue_mutex; static std::condition_variable stop_cv; static std::queue> stop_queue; - static std::atomic stop_thread_running{false}; + static std::atomic stop_thread_running; static std::thread stop_thread; // store unique_ptr to avoid copy/move issues with atomic/thread static std::unordered_map> streams;