This commit is contained in:
shikong 2024-03-17 02:34:39 +08:00
parent 279ae44a25
commit 86f056a01b

View File

@ -168,7 +168,7 @@ public class Gb28181DownloadService {
openRtpServer.setStreamId(streamId);
openRtpServer.setTcpMode(streamMode);
OpenRtpServerResp openRtpServerResp = zlmMediaService.openRtpServer(openRtpServer);
log.info("openRtpServerResp => {}", openRtpServerResp);
log.info("openRtpServerResp => {} => {}", streamId, openRtpServerResp);
if (!openRtpServerResp.getCode().equals(ResponseStatus.Success)) {
log.error("{}", openRtpServerResp.getCode().getMsg());
return -1;
@ -542,7 +542,6 @@ public class Gb28181DownloadService {
result.complete(null);
return result;
}
String ssrc = ssrcService.getPlaySsrc();
TimeField timeField = new TimeField();
timeField.setStartTime(start);