From cb5849d8a14f55241c44bdf6724b18de7950564d Mon Sep 17 00:00:00 2001 From: panlinlin <648540858@qq.com> Date: 星期三, 14 四月 2021 16:33:10 +0800 Subject: [PATCH] 支持接口鉴权,支持修改密码, --- src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java | 14 -------------- 1 files changed, 0 insertions(+), 14 deletions(-) diff --git a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java index ca4ebae..c1b42bc 100644 --- a/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java +++ b/src/main/java/com/genersoft/iot/vmp/storager/IRedisCatchStorage.java @@ -1,14 +1,11 @@ package com.genersoft.iot.vmp.storager; -import com.alibaba.fastjson.JSONObject; -import com.genersoft.iot.vmp.common.RealVideo; import com.genersoft.iot.vmp.common.StreamInfo; import com.genersoft.iot.vmp.conf.MediaServerConfig; import com.genersoft.iot.vmp.gb28181.bean.ParentPlatform; import com.genersoft.iot.vmp.gb28181.bean.ParentPlatformCatch; import com.genersoft.iot.vmp.gb28181.bean.SendRtpItem; -import java.util.List; import java.util.Map; public interface IRedisCatchStorage { @@ -107,15 +104,4 @@ */ boolean isChannelSendingRTP(String channelId); - /** - * 鏇存柊濯掍綋娴佸垪琛� - * @param mediaList - */ - void updateMediaList(List<RealVideo> mediaList); - - /** - * 鑾峰彇褰撳墠濯掍綋娴佸垪琛� - * @return List<RealVideo> - */ - JSONObject getMediaList(int start, int end); } -- Gitblit v1.8.0