648540858
2024-01-16 6eed486ff1866c6d3ca7240e6c9cd1a5b4d5c6b7
src/main/java/com/genersoft/iot/vmp/service/IPlayService.java
old mode 100644 new mode 100755
@@ -27,20 +27,14 @@
    void play(MediaServerItem mediaServerItem, SSRCInfo ssrcInfo, Device device, String channelId,
              ErrorCallback<Object> callback);
    SSRCInfo play(MediaServerItem mediaServerItem, String deviceId, String channelId, ErrorCallback<Object> callback);
    SSRCInfo play(MediaServerItem mediaServerItem, String deviceId, String channelId, String ssrc, ErrorCallback<Object> callback);
    StreamInfo onPublishHandlerForPlay(MediaServerItem mediaServerItem, HookParam hookParam, String deviceId, String channelId);
    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 download(String deviceId, String channelId, String startTime, String endTime, int downloadSpeed, ErrorCallback<Object> callback);
@@ -72,4 +66,5 @@
    void stopTalk(Device device, String channelId, Boolean streamIsReady);
    void getSnap(String deviceId, String channelId, String fileName, ErrorCallback errorCallback);
}