| | |
| | | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem; |
| | | import com.genersoft.iot.vmp.media.zlm.dto.StreamPushItem; |
| | | import com.genersoft.iot.vmp.service.bean.GPSMsgInfo; |
| | | import com.genersoft.iot.vmp.service.bean.SSRCInfo; |
| | | import com.genersoft.iot.vmp.service.bean.ThirdPartyGB; |
| | | |
| | | import java.util.List; |
| | |
| | | void delSubscribe(String key); |
| | | |
| | | MediaItem getStreamInfo(String app, String streamId, String mediaServerId); |
| | | |
| | | List<SubscribeInfo> getAllSubscribe(); |
| | | |
| | | List<String> getAllSubscribePlatform(); |
| | | |
| | | void addCpuInfo(double cpuInfo); |
| | | |
| | | void addMemInfo(double memInfo); |
| | | |
| | | void addNetInfo(Map<String, String> networkInterfaces); |
| | | |
| | | } |