temp
This commit is contained in:
parent
cdb7741012
commit
b08510e043
@ -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);
|
||||
LOG_INFO("[RTMP] Stream loop started for " + key);
|
||||
|
||||
const int MAX_RETRIES = 3;
|
||||
const int MAX_RETRIES = 0;
|
||||
int retry_count = 0;
|
||||
|
||||
while (true)
|
||||
|
||||
Loading…
Reference in New Issue
Block a user