修复多个wvp推流是国标级联的点播

This commit is contained in:
648540858
2024-09-25 16:05:04 +08:00
parent af7873a62c
commit 9a9caed0a6
4 changed files with 14 additions and 11 deletions

View File

@@ -61,7 +61,7 @@ public class StreamPushPlayServiceImpl implements IStreamPushPlayService {
callId = streamAuthorityInfo.getCallId();
}
callback.run(ErrorCode.SUCCESS.getCode(), ErrorCode.SUCCESS.getMsg(), mediaServerService.getStreamInfoByAppAndStream(mediaInfo.getMediaServer(),
streamPush.getApp(), streamPush.getStream(), null, callId));
streamPush.getApp(), streamPush.getStream(), mediaInfo, callId));
return;
}
Assert.isTrue(streamPush.isStartOfflinePush(), "通道未推流");