This commit is contained in:
cxh 2026-01-20 13:49:41 +08:00
parent dc89d480c6
commit 0c8eac2622

View File

@ -65,7 +65,7 @@ class RTMPManager
static std::unordered_map<std::string, std::unique_ptr<StreamContext>> streams; static std::unordered_map<std::string, std::unique_ptr<StreamContext>> streams;
static std::mutex streams_mutex; static std::mutex streams_mutex;
static std::atomic<bool> g_live_enabled{false}; static std::atomic<bool> g_live_enabled;
static constexpr int RETRY_BASE_DELAY_MS = 3000; static constexpr int RETRY_BASE_DELAY_MS = 3000;
}; };