QiaoJiaSystem/DataManagerServer/http_configserver.cpp
@@ -1294,6 +1294,7 @@ if (m_rtmp[ip].userCounter == 0) { m_rtmp[ip].appPC->stop(); m_rtmp[ip].appPC->wait(); delete m_rtmp[ip].appPC; m_rtmp.erase(ip); } } @@ -1373,6 +1374,7 @@ Json::Value value; if (value_reader.isMember("id")) { value["ret_status"] = "ok_ack"; cam_connect_video_stop(value_reader["str_ip"].asString()); { std::string topic = "VideoToImageMulth"; Json::Value json_cfg;