添加收到invite消息后的日志,减少国标级联推送代理流的等待时间
| | |
| | | |
| | | private Integer playTimeout = 18000; |
| | | |
| | | private int platformPlayTimeout = 60000; |
| | | private int platformPlayTimeout = 20000; |
| | | |
| | | private Boolean interfaceAuthentication = Boolean.TRUE; |
| | | |
| | |
| | | return; |
| | | } |
| | | |
| | | logger.info("[INVITE] requesterId: {}, callId: {}, 来自:{}:{}", |
| | | requesterId, callIdHeader.getCallId(), request.getRemoteAddress(), request.getRemotePort()); |
| | | |
| | | // 查询请求是否来自上级平台\设备 |
| | | ParentPlatform platform = storager.queryParentPlatByServerGBId(requesterId); |
| | |
| | | zlmHttpHookSubscribe.removeSubscribe(hookSubscribe); |
| | | dynamicTask.stop(callIdHeader.getCallId()); |
| | | } |
| | | |
| | | |
| | | |
| | | } else if ("push".equals(gbStream.getStreamType())) { |
| | | if (!platform.isStartOfflinePush()) { |
| | | // 平台设置中关闭了拉起离线的推流则直接回复 |