| | |
| | | |
| | | MediaServerItem getNewMediaServerItem(Device device); |
| | | |
| | | /** |
| | | * 获取包含assist服务的节点 |
| | | */ |
| | | MediaServerItem getNewMediaServerItemHasAssist(Device device); |
| | | |
| | | void playBack(String deviceId, String channelId, String startTime, String endTime, ErrorCallback<Object> callback); |
| | | void playBack(MediaServerItem mediaServerItem, SSRCInfo ssrcInfo, String deviceId, String channelId, String startTime, String endTime, ErrorCallback<Object> callback); |
| | | void zlmServerOffline(String mediaServerId); |
| | |
| | | void resumeRtp(String streamId) throws ServiceException, InvalidArgumentException, ParseException, SipException; |
| | | |
| | | void getSnap(String deviceId, String channelId, String fileName, ErrorCallback errorCallback); |
| | | |
| | | |
| | | } |