mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-17 11:07:49 +08:00
兼容推流外部存在CallId
This commit is contained in:
parent
574bad047c
commit
f63ac4e783
@ -404,6 +404,7 @@ public class ZLMHttpHookListener {
|
||||
param.setStreamInfo(new StreamContent(streamInfoByAppAndStream));
|
||||
|
||||
param.setSeverId(userSetting.getServerId());
|
||||
param.setCallId(param.getParamMap().get("callId"));
|
||||
streamPushService.updatePush(param);
|
||||
// 冗余数据,自己系统中自用
|
||||
redisCatchStorage.addPushListItem(param.getApp(), param.getStream(), param);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user