支持录像回放使用固定流地址以及自动点播录像回放

This commit is contained in:
648540858
2023-07-25 11:14:43 +08:00
parent 51634b1b96
commit 59d8f2f915
7 changed files with 95 additions and 26 deletions

View File

@@ -59,6 +59,7 @@ public class KeepaliveNotifyMessageHandler extends SIPRequestProcessorParent imp
// 未注册的设备不做处理
return;
}
logger.info("[收到心跳] device: {}", device.getDeviceId());
SIPRequest request = (SIPRequest) evt.getRequest();
// 回复200 OK
try {