描述错误 描述下您遇到的问题 wvp-pro+zlm 与 wvp-pro+zlm 国标级联,都是编译部署,通过上级wvp接口点播成功后,播放获取的flv流,播放一段时间后中断,上级zlm日志打印RTP推流器断开,上级wvp获取ssrc接口为空,时间为2分钟到8分钟不固定, 下级wvp获取ssrc接口返回正常不
配合general.streamNoneReaderDelayMS选项一起使用 on_stream_none_reader=https://127.0.0.1/index/hook/on_stream_none_reader#播放时,未找到流事件,通过配合hook.on_stream_none_reader事件可以完成按需拉流 on_stream_not_found=https://127.0.0.1/index/hook/on_stream_not_found#hook通知失败重试次数,正整数。
url: '/zlm/' + that.mediaServerChoose + '/index/api/getAllSession' }).then(function (res) { res.data.data.forEach(item => { let data = { peer_ip: item.peer_ip, local_ip: item.local_ip, typeid: item.typeid, id: item.id }; that.allSessionData.push(data); this.allSessionDa...
优化录像路径配置,不再使用zlm默认http服务器 2年前 README.md 优化录像路径配置,不再使用zlm默认http服务器 2年前 pom.xml 修复录像下载路径错误的问题 2年前 README MIT wvp-pro-assist wvp-pro-assist wvp-pro-assist是wvp-pro的辅助录像程序,也可单独跟zlm一起使用,提供录像控制,录像合并下...
免费查询更多wvppro-zlm-gb28181-摄像头详细参数、实时报价、行情走势、优质商品批发/供应信息等,您还可以发布询价信息。
logger.info("[ZLM HOOK] 流变化未找到ZLM, {}",param.getMediaServerId()); return; } if(!ObjectUtils.isEmpty(mediaInfo.getTranscodeSuffix()) && !"null".equalsIgnoreCase(mediaInfo.getTranscodeSuffix()) &¶m.getStream().endsWith(mediaInfo.getTranscodeSuffix()) ) { ...
logger.warn("[获取可用的ZLM节点]未找到可使用的ZLM..."); } return mediaServerItem; } @Override public void playBack(String deviceId, String channelId, String startTime, String endTime, InviteStreamCallback inviteStreamCallback, @@ -566,17 +577,25 @@ public void playBack(MediaServerItem ...
setMsg("未找到可用的zlm"); @@ -96,12 +96,12 @@ public PlayResult play(MediaServerItem mediaServerItem, String deviceId, String DeferredResult<ResponseEntity<String>> result = new DeferredResult<ResponseEntity<String>>(userSetup.getPlayTimeout()); playResult.setResult(result); // 录像查询以...
@@ -322,6 +322,27 @@ public void handLeZLMServerConfig(ZLMServerConfig zlmServerConfig) { logger.warn("[未注册的zlm] 拒接接入:来自{}:{}", zlmServerConfig.getIp(),zlmServerConfig.getHttpPort() ); return; } if (serverItem.getHttpPort() == 0) { serverItem.setHttpPort(zlmServerConfi...
ERROR100.getCode(), "未找到可用的zlm"); } String key = DeferredResultHolder.CALLBACK_CMD_PLAY + deviceId + channelId; RequestMessage msg = new RequestMessage(); String key = DeferredResultHolder.CALLBACK_CMD_PLAY + deviceId + channelId; msg.setKey(key); Device device = redisCatchStorage...