新增视频播放地址请求

This commit is contained in:
cxh 2025-11-13 13:43:07 +08:00
parent c6736e4d0b
commit df5da2ec5b

View File

@ -114,7 +114,7 @@ static void on_mqtt_message_received(const std::string& topic, const std::string
// ---- 发布 MQTT 响应 ---- // ---- 发布 MQTT 响应 ----
std::string out = resp.dump(-1); std::string out = resp.dump(-1);
mqtt_client->publish(g_app_config.mqtt.topics.video_down, out, 1, false); mqtt_client->publish(g_app_config.mqtt.topics.video_down, out, 1);
} }
} }
} }