兼容推流外部存在CallId

2.7.1
648540858 2024-12-02 16:07:02 +08:00
parent 574bad047c
commit f63ac4e783
1 changed files with 1 additions and 0 deletions

View File

@ -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);