调整
This commit is contained in:
parent
dc89d480c6
commit
0c8eac2622
@ -65,7 +65,7 @@ class RTMPManager
|
||||
|
||||
static std::unordered_map<std::string, std::unique_ptr<StreamContext>> streams;
|
||||
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;
|
||||
};
|
||||
|
||||
Loading…
Reference in New Issue
Block a user