修复目录订阅通道删除,修复多wvp鉴权信息不共用导致鉴权失败的BUG

This commit is contained in:
lin
2025-11-04 21:38:39 +08:00
parent 6ced304143
commit c507709690
11 changed files with 26 additions and 15 deletions

View File

@@ -32,6 +32,7 @@ public class RedisPushStreamMessage {
push.setGbModel(model);
push.setGbPtzType(ptzType);
push.setGbStatus(status?"ON":"OFF");
push.setEnableBroadcast(0);
return push;
}
}