feat: 适配播放录像接口

This commit is contained in:
ydajiang
2025-09-13 16:26:37 +08:00
parent 999198e448
commit f3a4684d32
2 changed files with 47 additions and 6 deletions

View File

@@ -302,7 +302,6 @@ func (s *sipServer) OnMessage(wrapper *SipRequestSource) {
if CmdCatalog == cmd {
s.handler.OnCatalog(deviceId, message.(*CatalogResponse))
} else if CmdRecordInfo == cmd {
log2.Sugar.Infof("查询录像列表 %s", body)
s.handler.OnRecord(deviceId, message.(*QueryRecordInfoResponse))
} else if CmdDeviceInfo == cmd {
s.handler.OnDeviceInfo(deviceId, message.(*DeviceInfoResponse))