合并主线

This commit is contained in:
648540858
2023-07-31 15:33:34 +08:00
parent 3cada22743
commit 4fbc364ab3
3 changed files with 7 additions and 5 deletions

View File

@@ -720,7 +720,7 @@ public class ZLMHttpHookListener {
if (!exist) {
SSRCInfo ssrcInfo = mediaServerService.openRTPServer(mediaInfo, param.getStream(), null,
device.isSsrcCheck(), true, 0, false, device.getStreamModeForParam());
device.isSsrcCheck(), true, 0, false, false, device.getStreamModeForParam());
playService.playBack(mediaInfo, ssrcInfo, deviceId, channelId, startTime, endTime, (code, message, data) -> {
msg.setData(new HookResult(code, message));
resultHolder.invokeResult(msg);