From a66d6eb7c875e29ed42feb76fc4a7191ef66514c Mon Sep 17 00:00:00 2001 From: cxh Date: Wed, 10 Sep 2025 10:50:55 +0800 Subject: [PATCH] first commit --- src/main.cpp | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/main.cpp b/src/main.cpp index 36c3393..a1fcece 100644 --- a/src/main.cpp +++ b/src/main.cpp @@ -12,8 +12,7 @@ std::atomic g_running(true); void signalHandler(int) { g_running = false; - RTSPManager::stop(); // 停止 RTSP loop - MQTTClientWrapper::stop(); // 停止 MQTT loop + RTSPManager::stop(); // 停止 RTSP loop } int main()