| | |
| | | |
| | | MediaInfo getStreamInfo(String app, String streamId, String mediaServerId); |
| | | |
| | | MediaInfo getProxyStream(String app, String streamId); |
| | | |
| | | void addCpuInfo(double cpuInfo); |
| | | |
| | | void addMemInfo(double memInfo); |
| | |
| | | |
| | | void sendChannelAddOrDelete(String deviceId, String channelId, boolean add); |
| | | |
| | | void sendPlatformStartPlayMsg(MessageForPushChannel messageForPushChannel); |
| | | void sendPlatformStartPlayMsg(SendRtpItem sendRtpItem, ParentPlatform platform); |
| | | |
| | | void sendPlatformStopPlayMsg(SendRtpItem sendRtpItem, ParentPlatform platform); |
| | | |