From b08510e043b11acf1f0e5a80d013354e6ca79a47 Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 15 Oct 2025 13:37:39 +0800 Subject: [PATCH] temp --- src/rtmp_manager.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)