QiaoJiaSystem/VideoToImageMulth/RtspAnalysManager.h
@@ -9,7 +9,8 @@ #include <map> #include "RtspCaptureElement.h" #include "RtspImageRedis.h" #include <VideoCaptureElementWithRtp.h> #include "../GB28181DecoderModel/VideoCaptureElementWithRtp.h" //#include <VideoCaptureElementWithRtp.h> #include <QiaoJia/DB/LDBTool.h> #include <basic/util/app/AppPreference.hpp> #include "RtspAnalysServer.h" @@ -52,8 +53,12 @@ private: RWLock m_imgRedisCRwLock; LDBTool *m_lDBTool; int m_GB28181_Enable; //保存CamID和RtspCaptureElement的映射关系 std::map<std::string, RtspCaptureElement *> m_controllers;