| | |
| | | import com.genersoft.iot.vmp.media.zlm.dto.MediaServerItem; |
| | | import com.genersoft.iot.vmp.media.zlm.dto.hook.OnRecordMp4HookParam; |
| | | import com.genersoft.iot.vmp.service.bean.CloudRecordItem; |
| | | import com.genersoft.iot.vmp.service.bean.DownloadFileInfo; |
| | | import com.github.pagehelper.PageInfo; |
| | | |
| | | import java.util.List; |
| | |
| | | /** |
| | | * 分页回去云端录像列表 |
| | | */ |
| | | PageInfo<CloudRecordItem> getList(int page, int count, String query, String app, String stream, String startTime, String endTime, List<MediaServerItem> mediaServerItems); |
| | | PageInfo<CloudRecordItem> getList(int page, int count, String query, String app, String stream, String startTime, String endTime, List<MediaServerItem> mediaServerItems, String callId); |
| | | |
| | | /** |
| | | * 根据hook消息增加一条记录 |
| | |
| | | */ |
| | | int changeCollectById(Integer recordId, boolean result); |
| | | |
| | | /** |
| | | * 获取播放地址 |
| | | */ |
| | | DownloadFileInfo getPlayUrlPath(Integer recordId); |
| | | |
| | | List<CloudRecordItem> getAllList(String query, String app, String stream, String startTime, String endTime, List<MediaServerItem> mediaServerItems, String callId, List<Integer> ids); |
| | | } |