From da184ac7eef8ca74e12bdc63abf205e2fd5f9917 Mon Sep 17 00:00:00 2001 From: pans <pansen626@sina.com> Date: 星期三, 03 四月 2019 09:42:55 +0800 Subject: [PATCH] 云南调试 --- QiaoJiaSystem/StructureApp/AppPipeController.cpp | 2 +- QiaoJiaSystem/DataManagerServer/http_configserver.cpp | 8 ++++---- QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp | 2 +- QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp | 3 ++- 4 files changed, 8 insertions(+), 7 deletions(-) diff --git a/QiaoJiaSystem/DataManagerServer/http_configserver.cpp b/QiaoJiaSystem/DataManagerServer/http_configserver.cpp index 3e580ce..fbe4abb 100644 --- a/QiaoJiaSystem/DataManagerServer/http_configserver.cpp +++ b/QiaoJiaSystem/DataManagerServer/http_configserver.cpp @@ -1167,8 +1167,8 @@ std::string publish_basepath = rtmpAddr + "cam" + str_uuid; DBG("publish_basepath:" << publish_basepath); appPref.setStringData("publish.basepath", publish_basepath); - appPref.setIntData("pulish.width", 640); - appPref.setIntData("pulish.height", 360); + appPref.setIntData("pulish.width", 1920); + appPref.setIntData("pulish.height", 1080); if (m_rtmp.find(ip) != m_rtmp.end()) { if (m_rtmp[ip].appPC == nullptr) { @@ -1220,8 +1220,8 @@ std::string publish_basepath = rtmpAddr + "cam" + str_uuid; DBG("publish_basepath:" << publish_basepath); appPref.setStringData("publish.basepath", publish_basepath); - appPref.setIntData("pulish.width", 640); - appPref.setIntData("pulish.height", 360); + appPref.setIntData("pulish.width", 1920); + appPref.setIntData("pulish.height", 1080); if (m_rtmp.find(ip) != m_rtmp.end()) { if (m_rtmp[ip].appPC == nullptr) { diff --git a/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp b/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp index 27a837d..af7f598 100644 --- a/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp +++ b/QiaoJiaSystem/GB28181DecoderModel/FFmpegDecoderJPG.cpp @@ -145,7 +145,8 @@ * @param p_this */ void BASICGB28181::FFmpegDecoderJPG::BareFlowDecoderThd(FFmpegDecoderJPG *p_this) { - DBG(p_this->m_camIdx << " BareFlowDecoderThd ok ... gpuIdx is " << p_this->m_gpuIdx); + DBG(p_this->m_camIdx << " BareFlowDecoderThd ok ... gpuIdx is " << p_this->m_gpuIdx); + DBG("p_thisADDR:" << p_this << "p_this->m_running" << p_this->m_running); while (!p_this->m_running) { p_this->m_running = true; diff --git a/QiaoJiaSystem/StructureApp/AppPipeController.cpp b/QiaoJiaSystem/StructureApp/AppPipeController.cpp index c2d8a16..dfc92ab 100644 --- a/QiaoJiaSystem/StructureApp/AppPipeController.cpp +++ b/QiaoJiaSystem/StructureApp/AppPipeController.cpp @@ -261,7 +261,7 @@ m_hiredisTool.listRpop(m_camId,imgKey); if(imgKey.empty()) { - ERR("CamId "<<m_camId<<" No ImgKey"); +// ERR("CamId "<<m_camId<<" No ImgKey"); return; } diff --git a/QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp b/QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp index a4438b3..f93a9cf 100644 --- a/QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp +++ b/QiaoJiaSystem/VideoToImageMulth/RtspImageRedis.cpp @@ -16,7 +16,7 @@ auto imageCount = m_redisTool.getSize(m_camId); //淇濊瘉Redis涓殑鍥剧墖涓嶈杩囧 if (imageCount > M_CAM_PIC_MAX_COUNT) { - ERR("Too Much Pics In Cam " << m_camId << " Redis ImageCount: " << imageCount ); + //ERR("Too Much Pics In Cam " << m_camId << " Redis ImageCount: " << imageCount ); return; } auto item = m_imageQueue.front(); -- Gitblit v1.8.0