From dbd315de24ec7ae2900751a38de3d04e5e783078 Mon Sep 17 00:00:00 2001 From: cxh Date: Thu, 16 Oct 2025 10:42:47 +0800 Subject: [PATCH] 1 --- src/mqtt_client_wrapper.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/mqtt_client_wrapper.cpp b/src/mqtt_client_wrapper.cpp index b2a5add..acb9bf9 100644 --- a/src/mqtt_client_wrapper.cpp +++ b/src/mqtt_client_wrapper.cpp @@ -106,7 +106,7 @@ static void on_mqtt_message_received(const std::string &topic, const std::string } // 发送回复到 MQTT - mqtt_client->publish(g_app_config.mqtt.topics.video_up, reply.dump(), 1); + mqtt_client->publish(g_app_config.mqtt.topics.video_down, reply.dump(), 1); LOG_INFO("[MQTT] Sent RTMP response: " + reply.dump()); }) .detach();