diff --git a/src/rtmp_manager.cpp b/src/rtmp_manager.cpp index f1f9983..069c157 100644 --- a/src/rtmp_manager.cpp +++ b/src/rtmp_manager.cpp @@ -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)