修复多个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

@@ -795,6 +795,7 @@ public class MediaServerServiceImpl implements IMediaServerService {
}
streamInfoResult.setIp(addr);
streamInfoResult.setServerId(mediaInfo.getServerId());
streamInfoResult.setMediaServer(mediaServer);
String callIdParam = ObjectUtils.isEmpty(callId)?"":"?callId=" + callId;
streamInfoResult.setRtmp(addr, mediaServer.getRtmpPort(),mediaServer.getRtmpSSlPort(), app, stream, callIdParam);