first commit
This commit is contained in:
parent
f571282c85
commit
49e20e4f17
@ -135,7 +135,7 @@ static void on_mqtt_message_received(const std::string &topic, const std::string
|
|||||||
// 发送应答
|
// 发送应答
|
||||||
if (mqtt_client)
|
if (mqtt_client)
|
||||||
{
|
{
|
||||||
mqtt_client->publish(g_app_config.mqtt.topics.substream_down_ack, reply.dump());
|
mqtt_client->publish(g_app_config.mqtt.topics.video_down_ack, reply.dump());
|
||||||
LOG_INFO("[MQTT] Replied to video_down: " + reply.dump());
|
LOG_INFO("[MQTT] Replied to video_down: " + reply.dump());
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user