修正
This commit is contained in:
parent
4e0b1d6c31
commit
b0733e985b
@ -298,7 +298,7 @@ public class Gb28181DownloadService {
|
||||
|
||||
String cacheKey = CacheUtil.getKey(docking.getGbDeviceId(), device.getGbDeviceChannelId());
|
||||
String existCallId = RedisUtil.StringOps.get(cacheKey);
|
||||
RedisUtil.KeyOps.delete(cacheKey);
|
||||
RedisUtil.KeyOps.delete(CacheUtil.getKey(deviceCode, MediaSdpHelper.Action.PLAY.getAction()));
|
||||
String infoKey = CacheUtil.getKey(MediaSdpHelper.Action.PLAY.getAction(), existCallId);
|
||||
VideoInfo videoInfo = JsonUtils.parse(RedisUtil.StringOps.get(infoKey), VideoInfo.class);
|
||||
if(videoInfo != null){
|
||||
|
Loading…
Reference in New Issue
Block a user