This commit is contained in:
cxh 2025-10-15 13:37:39 +08:00
parent cdb7741012
commit b08510e043

View File

@ -112,7 +112,7 @@ void RTMPManager::stream_loop(Camera cam, StreamType type, const std::string &se
std::string key = make_stream_key(cam.name, type); std::string key = make_stream_key(cam.name, type);
LOG_INFO("[RTMP] Stream loop started for " + key); LOG_INFO("[RTMP] Stream loop started for " + key);
const int MAX_RETRIES = 3; const int MAX_RETRIES = 0;
int retry_count = 0; int retry_count = 0;
while (true) while (true)