|  |  | 
 |  |  | package com.genersoft.iot.vmp.vmanager.gb28181.platform; | 
 |  |  |  | 
 |  |  | import com.alibaba.fastjson.JSON; | 
 |  |  | import com.alibaba.fastjson.JSONObject; | 
 |  |  | import com.alibaba.fastjson2.JSON; | 
 |  |  | import com.alibaba.fastjson2.JSONObject; | 
 |  |  | import com.genersoft.iot.vmp.common.VideoManagerConstants; | 
 |  |  | import com.genersoft.iot.vmp.conf.DynamicTask; | 
 |  |  | import com.genersoft.iot.vmp.conf.UserSetting; | 
 |  |  | 
 |  |  | import com.genersoft.iot.vmp.gb28181.bean.PlatformCatalog; | 
 |  |  | import com.genersoft.iot.vmp.gb28181.bean.SubscribeHolder; | 
 |  |  | import com.genersoft.iot.vmp.gb28181.transmit.cmd.ISIPCommanderForPlatform; | 
 |  |  | import com.genersoft.iot.vmp.service.IPlatformChannelService; | 
 |  |  | import com.genersoft.iot.vmp.service.IPlatformService; | 
 |  |  | import com.genersoft.iot.vmp.service.*; | 
 |  |  | import com.genersoft.iot.vmp.storager.IRedisCatchStorage; | 
 |  |  | import com.genersoft.iot.vmp.storager.IVideoManagerStorage; | 
 |  |  | import com.genersoft.iot.vmp.utils.DateUtil; | 
 |  |  | 
 |  |  | import org.springframework.web.bind.annotation.*; | 
 |  |  | import com.genersoft.iot.vmp.conf.SipConfig; | 
 |  |  |  | 
 |  |  | import javax.sip.InvalidArgumentException; | 
 |  |  | import javax.sip.SipException; | 
 |  |  | import java.text.ParseException; | 
 |  |  | import java.util.List; | 
 |  |  |  | 
 |  |  | /** | 
 |  |  | 
 |  |  |  | 
 |  |  |    @Autowired | 
 |  |  |    private IPlatformService platformService; | 
 |  |  |  | 
 |  |  |    @Autowired | 
 |  |  |    private IDeviceChannelService deviceChannelService; | 
 |  |  |  | 
 |  |  |    @Autowired | 
 |  |  |    private IGbStreamService gbStreamService; | 
 |  |  |  | 
 |  |  |     /** | 
 |  |  |      * 获取国标服务的配置 | 
 |  |  | 
 |  |  |             // 保存时启用就发送注册 | 
 |  |  |             if (parentPlatform.isEnable()) { | 
 |  |  |                 if (parentPlatformOld != null && parentPlatformOld.isStatus()) { | 
 |  |  |                     commanderForPlatform.unregister(parentPlatformOld, null, null); | 
 |  |  |                     try { | 
 |  |  |                         commanderForPlatform.unregister(parentPlatformOld, null, null); | 
 |  |  |                     } catch (InvalidArgumentException | ParseException | SipException e) { | 
 |  |  |                         logger.error("[命令发送失败] 国标级联 注销: {}", e.getMessage()); | 
 |  |  |                     } | 
 |  |  |                     try { | 
 |  |  |                         Thread.sleep(500); | 
 |  |  |                     } catch (InterruptedException e) { | 
 |  |  |                         e.printStackTrace(); | 
 |  |  |                         logger.error("[线程休眠失败] : {}", e.getMessage()); | 
 |  |  |                     } | 
 |  |  |                     //  只要保存就发送注册 | 
 |  |  |                     commanderForPlatform.register(parentPlatform, null, null); | 
 |  |  |                     try { | 
 |  |  |                         commanderForPlatform.register(parentPlatform, null, null); | 
 |  |  |                     } catch (InvalidArgumentException | ParseException | SipException e) { | 
 |  |  |                         logger.error("[命令发送失败] 国标级联 注册: {}", e.getMessage()); | 
 |  |  |                     } | 
 |  |  |  | 
 |  |  |                 } else { | 
 |  |  |                     //  只要保存就发送注册 | 
 |  |  |                     commanderForPlatform.register(parentPlatform, null, null); | 
 |  |  |                     try { | 
 |  |  |                         commanderForPlatform.register(parentPlatform, null, null); | 
 |  |  |                     } catch (InvalidArgumentException | ParseException | SipException e) { | 
 |  |  |                         logger.error("[命令发送失败] 国标级联 注册: {}", e.getMessage()); | 
 |  |  |                     } | 
 |  |  |                 } | 
 |  |  |             } else if (parentPlatformOld != null && parentPlatformOld.isEnable() && !parentPlatform.isEnable()) { // 关闭启用时注销 | 
 |  |  |                 commanderForPlatform.unregister(parentPlatformOld, null, null); | 
 |  |  |                 try { | 
 |  |  |                     commanderForPlatform.unregister(parentPlatformOld, null, null); | 
 |  |  |                 } catch (InvalidArgumentException | ParseException | SipException e) { | 
 |  |  |                     logger.error("[命令发送失败] 国标级联 注销: {}", e.getMessage()); | 
 |  |  |                 } | 
 |  |  |                 // 停止订阅相关的定时任务 | 
 |  |  |                 subscribeHolder.removeAllSubscribe(parentPlatform.getServerGBId()); | 
 |  |  |             } | 
 |  |  | 
 |  |  |             throw new ControllerException(ErrorCode.ERROR100.getCode(), "平台不存在"); | 
 |  |  |         } | 
 |  |  |         // 发送离线消息,无论是否成功都删除缓存 | 
 |  |  |         commanderForPlatform.unregister(parentPlatform, (event -> { | 
 |  |  |             // 清空redis缓存 | 
 |  |  |             redisCatchStorage.delPlatformCatchInfo(parentPlatform.getServerGBId()); | 
 |  |  |             redisCatchStorage.delPlatformKeepalive(parentPlatform.getServerGBId()); | 
 |  |  |             redisCatchStorage.delPlatformRegister(parentPlatform.getServerGBId()); | 
 |  |  |         }), (event -> { | 
 |  |  |             // 清空redis缓存 | 
 |  |  |             redisCatchStorage.delPlatformCatchInfo(parentPlatform.getServerGBId()); | 
 |  |  |             redisCatchStorage.delPlatformKeepalive(parentPlatform.getServerGBId()); | 
 |  |  |             redisCatchStorage.delPlatformRegister(parentPlatform.getServerGBId()); | 
 |  |  |         })); | 
 |  |  |         try { | 
 |  |  |             commanderForPlatform.unregister(parentPlatform, (event -> { | 
 |  |  |                 // 清空redis缓存 | 
 |  |  |                 redisCatchStorage.delPlatformCatchInfo(parentPlatform.getServerGBId()); | 
 |  |  |                 redisCatchStorage.delPlatformKeepalive(parentPlatform.getServerGBId()); | 
 |  |  |                 redisCatchStorage.delPlatformRegister(parentPlatform.getServerGBId()); | 
 |  |  |             }), (event -> { | 
 |  |  |                 // 清空redis缓存 | 
 |  |  |                 redisCatchStorage.delPlatformCatchInfo(parentPlatform.getServerGBId()); | 
 |  |  |                 redisCatchStorage.delPlatformKeepalive(parentPlatform.getServerGBId()); | 
 |  |  |                 redisCatchStorage.delPlatformRegister(parentPlatform.getServerGBId()); | 
 |  |  |             })); | 
 |  |  |         } catch (InvalidArgumentException | ParseException | SipException e) { | 
 |  |  |             logger.error("[命令发送失败] 国标级联 注销: {}", e.getMessage()); | 
 |  |  |         } | 
 |  |  |  | 
 |  |  |         boolean deleteResult = storager.deleteParentPlatform(parentPlatform); | 
 |  |  |         storager.delCatalogByPlatformId(parentPlatform.getServerGBId()); | 
 |  |  | 
 |  |  |         if (logger.isDebugEnabled()) { | 
 |  |  |             logger.debug("给上级平台添加国标通道API调用"); | 
 |  |  |         } | 
 |  |  |         int result = platformChannelService.updateChannelForGB(param.getPlatformId(), param.getChannelReduces(), param.getCatalogId()); | 
 |  |  |         int result = 0; | 
 |  |  |         if (param.getChannelReduces() == null || param.getChannelReduces().size() == 0) { | 
 |  |  |             if (param.isAll()) { | 
 |  |  |                 logger.info("[国标级联]添加所有通道到上级平台, {}", param.getPlatformId()); | 
 |  |  |                 List<ChannelReduce> allChannelForDevice = deviceChannelService.queryAllChannelList(param.getPlatformId()); | 
 |  |  |                 result = platformChannelService.updateChannelForGB(param.getPlatformId(), allChannelForDevice, param.getCatalogId()); | 
 |  |  |             } | 
 |  |  |         }else { | 
 |  |  |             result = platformChannelService.updateChannelForGB(param.getPlatformId(), param.getChannelReduces(), param.getCatalogId()); | 
 |  |  |         } | 
 |  |  |         if (result <= 0) { | 
 |  |  |             throw new ControllerException(ErrorCode.ERROR100); | 
 |  |  |         } | 
 |  |  | 
 |  |  |         if (logger.isDebugEnabled()) { | 
 |  |  |             logger.debug("给上级平台删除国标通道API调用"); | 
 |  |  |         } | 
 |  |  |         int result = storager.delChannelForGB(param.getPlatformId(), param.getChannelReduces()); | 
 |  |  |  | 
 |  |  |         int result = 0; | 
 |  |  |         if (param.getChannelReduces() == null || param.getChannelReduces().size() == 0) { | 
 |  |  |             if (param.isAll()) { | 
 |  |  |                 logger.info("[国标级联]移除所有通道,上级平台, {}", param.getPlatformId()); | 
 |  |  |                 result = platformChannelService.delAllChannelForGB(param.getPlatformId(), param.getCatalogId()); | 
 |  |  |             } | 
 |  |  |         }else { | 
 |  |  |             result = storager.delChannelForGB(param.getPlatformId(), param.getChannelReduces()); | 
 |  |  |         } | 
 |  |  |         if (result <= 0) { | 
 |  |  |             throw new ControllerException(ErrorCode.ERROR100); | 
 |  |  |         } |