| | |
| | | |
| | | static void startRtspAnalysElement(LDBTool *_dbTool) { |
| | | RtspAnalysElement rtspAnalysElement(_dbTool); |
| | | NewEncodeVideoManager newEncodeVideoManager; |
| | | newEncodeVideoManager.start(); |
| | | // NewEncodeVideoManager newEncodeVideoManager; |
| | | // newEncodeVideoManager.start(); |
| | | while (1) { |
| | | sleep(1 * 60 * 60 * 12); |
| | | } |
| | |
| | | appPref.setStringData("fxDevID", rec.dev_id.toStdString()); |
| | | appPref.setStringData("fxDevNAME", rec.dev_name.toStdString()); |
| | | appPref.setStringData("user.loop.absolute.path", appConfig.getStringProperty("cutPath")); |
| | | |
| | | appPref.setStringData("clusterID", appConfig.getStringProperty("clusterID")); |
| | | |
| | | bool loopRet = true; |
| | | while (loopRet) { |