mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-24 05:57: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.setStreamInfo(new StreamContent(streamInfoByAppAndStream));
|
||||||
|
|
||||||
param.setSeverId(userSetting.getServerId());
|
param.setSeverId(userSetting.getServerId());
|
||||||
|
param.setCallId(param.getParamMap().get("callId"));
|
||||||
streamPushService.updatePush(param);
|
streamPushService.updatePush(param);
|
||||||
// 冗余数据,自己系统中自用
|
// 冗余数据,自己系统中自用
|
||||||
redisCatchStorage.addPushListItem(param.getApp(), param.getStream(), param);
|
redisCatchStorage.addPushListItem(param.getApp(), param.getStream(), param);
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user