改为fmp4截图

pull/115/head
lawrencehj 2021-06-23 16:21:12 +08:00
commit 0acf13445a
1 changed files with 2 additions and 2 deletions

View File

@ -115,9 +115,9 @@ public class PlayServiceImpl implements IPlayService {
WVPResult wvpResult = (WVPResult)responseEntity.getBody();
if (wvpResult.getCode() == 0) {
StreamInfo streamInfoForSuccess = (StreamInfo)wvpResult.getData();
String flvUrl = streamInfoForSuccess.getFlv();
String streamUrl = streamInfoForSuccess.getFmp4();
// 请求截图
zlmresTfulUtils.getSnap(flvUrl, 15, 1, path, fileName);
zlmresTfulUtils.getSnap(streamUrl, 15, 1, path, fileName);
}
}
System.out.println(path);