修复使用来源IP作为流ip配置

pull/678/head
648540858 2022-11-21 10:07:27 +08:00
parent 86c08db266
commit 8cab9f23b0
1 changed files with 18 additions and 16 deletions

View File

@ -106,6 +106,7 @@ public class PlayController {
resultHolder.invokeResult(msg);
});
if (userSetting.getUseSourceIpAsStreamIp()) {
// TODO 在点播未成功的情况下在此调用接口点播会导致返回的流地址ip错误
deferredResultEx.setFilter(result1 -> {
WVPResult<StreamInfo> wvpResult1 = (WVPResult<StreamInfo>)result1;
@ -122,6 +123,7 @@ public class PlayController {
}
return clone;
});
}
// 录像查询以channelId作为deviceId查询
resultHolder.put(key, uuid, deferredResultEx);