| | |
| | | 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; |
| | |
| | | * @param channelId |
| | | * @return sendRtpItem |
| | | */ |
| | | SendRtpItem querySendRTPServer(String platformGbId, String channelId); |
| | | SendRtpItem querySendRTPServer(String platformGbId, String channelId, String streamId, String callId); |
| | | |
| | | List<SendRtpItem> querySendRTPServer(String platformGbId); |
| | | |
| | |
| | | * @param platformGbId |
| | | * @param channelId |
| | | */ |
| | | void deleteSendRTPServer(String platformGbId, String channelId); |
| | | void deleteSendRTPServer(String platformGbId, String channelId, String callId, String streamId); |
| | | |
| | | /** |
| | | * 查询某个通道是否存在上级点播(RTP推送) |
| | |
| | | |
| | | void resetAllSN(); |
| | | |
| | | void updateSubscribe(String key, SubscribeInfo subscribeInfo); |
| | | |
| | | SubscribeInfo getSubscribe(String key); |
| | | |
| | | void delSubscribe(String key); |
| | | |
| | | MediaItem getStreamInfo(String app, String streamId, String mediaServerId); |
| | | |
| | | List<SubscribeInfo> getAllSubscribe(); |
| | | void addCpuInfo(double cpuInfo); |
| | | |
| | | List<String> getAllSubscribePlatform(); |
| | | void addMemInfo(double memInfo); |
| | | |
| | | void addNetInfo(Map<String, String> networkInterfaces); |
| | | |
| | | } |