适配拉流代理

pull/1642/head
648540858 2024-07-01 17:13:12 +08:00
parent d1df17c007
commit 2c7dfa03a8
1 changed files with 0 additions and 19 deletions

View File

@ -4,7 +4,6 @@ import com.genersoft.iot.vmp.common.StreamInfo;
import com.genersoft.iot.vmp.media.bean.MediaServer; import com.genersoft.iot.vmp.media.bean.MediaServer;
import com.genersoft.iot.vmp.streamProxy.bean.StreamProxy; import com.genersoft.iot.vmp.streamProxy.bean.StreamProxy;
import com.genersoft.iot.vmp.vmanager.bean.ResourceBaseInfo; import com.genersoft.iot.vmp.vmanager.bean.ResourceBaseInfo;
import com.genersoft.iot.vmp.vmanager.bean.WVPResult;
import com.github.pagehelper.PageInfo; import com.github.pagehelper.PageInfo;
import java.util.Map; import java.util.Map;
@ -17,22 +16,6 @@ public interface IStreamProxyService {
*/ */
StreamInfo save(StreamProxy param); StreamInfo save(StreamProxy param);
/**
* zlm
*
* @param param
* @return
*/
WVPResult<String> addStreamProxyToZlm(StreamProxy param);
/**
* zlm
*
* @param param
* @return
*/
Boolean removeStreamProxyFromZlm(StreamProxy param);
/** /**
* *
* @param page * @param page
@ -102,8 +85,6 @@ public interface IStreamProxyService {
*/ */
void zlmServerOffline(String mediaServerId); void zlmServerOffline(String mediaServerId);
void clean();
/** /**
* *
*/ */