| | |
| | | |
| | | virtual ~RtspAnalysElement(); |
| | | |
| | | int addCamera(const std::string &, const std::map<int, SdkRule>& sdkRuleMap); |
| | | int addCamera(const std::string &, const std::map<int, SdkRule> &sdkRuleMap); |
| | | |
| | | int removeCamera(const std::string &); |
| | | |
| | |
| | | private: |
| | | void init(); |
| | | |
| | | // std::string resetFdfs(std::string ip = "", unsigned int port = 0, std::string content = ""); |
| | | std::string resetFdfs(std::string ip = "", unsigned int port = 0, std::string content = ""); |
| | | |
| | | static std::vector<int> chnString2Vec(std::string str_list); |
| | | |
| | |
| | | |
| | | private: |
| | | LDBTool *m_lDBTool; |
| | | |
| | | int m_GB28181_Enable; |
| | | std::map<std::string, AppPipeController *> controllers; |
| | | std::atomic<int> currentCount; |
| | | int maxCount; |