|
@@ -43,21 +43,21 @@ public class RtspFlvPlayController {
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
@RequestMapping("/SubscribeNotifications")
|
|
@RequestMapping("/SubscribeNotifications")
|
|
|
public void subscribeNotifications(HttpServletRequest request) throws IOException {
|
|
public void subscribeNotifications(HttpServletRequest request) throws IOException {
|
|
|
- log.info("======================推送1400数据和智能元数据=========================");
|
|
|
|
|
|
|
+ log.info("======================推送1400数据和智能元数据 SubscribeNotifications=========================");
|
|
|
log.info("=======body:{}", ServletContext.getBody(request.getInputStream()));
|
|
log.info("=======body:{}", ServletContext.getBody(request.getInputStream()));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
@RequestMapping("/DispositionNotifications")
|
|
@RequestMapping("/DispositionNotifications")
|
|
|
public void dispositionNotifications(HttpServletRequest request) throws IOException {
|
|
public void dispositionNotifications(HttpServletRequest request) throws IOException {
|
|
|
- log.info("======================推送智能告警数据=========================");
|
|
|
|
|
|
|
+ log.info("======================推送智能告警数据 DispositionNotifications=========================");
|
|
|
log.info("=======body:{}", ServletContext.getBody(request.getInputStream()));
|
|
log.info("=======body:{}", ServletContext.getBody(request.getInputStream()));
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
@ResponseBody
|
|
@ResponseBody
|
|
|
@RequestMapping("/getIntelligentAnalysisList")
|
|
@RequestMapping("/getIntelligentAnalysisList")
|
|
|
public void getIntelligentAnalysisList() throws Exception {
|
|
public void getIntelligentAnalysisList() throws Exception {
|
|
|
- log.info("======================推送智能告警数据=========================");
|
|
|
|
|
|
|
+ log.info("======================推送智能告警数据 getIntelligentAnalysisList=========================");
|
|
|
videoAnalysisService.getIntelligentAnalysisList();
|
|
videoAnalysisService.getIntelligentAnalysisList();
|
|
|
// videoDockingService.startIntelligentDataSubscribes("02012185365521170101,02012185362159840101,02012185366266020101,02012185368005900101,02012185369564670101,02012185369303520101,02012185369349130101");
|
|
// videoDockingService.startIntelligentDataSubscribes("02012185365521170101,02012185362159840101,02012185366266020101,02012185368005900101,02012185369564670101,02012185369303520101,02012185369349130101");
|
|
|
}
|
|
}
|