调整
This commit is contained in:
parent
c8bfdfb67f
commit
b2d6a5fe4c
@ -78,6 +78,7 @@ public class RealtimeManager {
|
|||||||
* @param videoInfo 视频信息
|
* @param videoInfo 视频信息
|
||||||
*/
|
*/
|
||||||
private void close(String deviceCode, Gb28181DownloadService.VideoInfo videoInfo){
|
private void close(String deviceCode, Gb28181DownloadService.VideoInfo videoInfo){
|
||||||
|
RedisUtil.KeyOps.delete(getRealtimeKey(deviceCode));
|
||||||
RedisUtil.KeyOps.delete(CacheUtil.getKey(MediaSdpHelper.Action.PLAY.getAction(), deviceCode));
|
RedisUtil.KeyOps.delete(CacheUtil.getKey(MediaSdpHelper.Action.PLAY.getAction(), deviceCode));
|
||||||
|
|
||||||
WvpProxyDevice device = deviceService.getDeviceByDeviceCode(deviceCode).orElse(null);
|
WvpProxyDevice device = deviceService.getDeviceByDeviceCode(deviceCode).orElse(null);
|
||||||
|
Loading…
Reference in New Issue
Block a user