修复兼容zlm-pro转码时无人管看自动移除失败的BUG

This commit is contained in:
648540858
2024-05-20 11:37:07 +08:00
parent 49101a37e0
commit d70bfb53dd
3 changed files with 23 additions and 1 deletions

View File

@@ -92,7 +92,7 @@ public class MediaServiceImpl implements IMediaService {
}
if (!"broadcast".equalsIgnoreCase(app) && !ObjectUtils.isEmpty(mediaInfo.getTranscodeSuffix()) && !"null".equalsIgnoreCase(mediaInfo.getTranscodeSuffix())) {
stream = stream + "_" + mediaInfo.getTranscodeSuffix();
streamInfoResult.setStream(stream);
// streamInfoResult.setStream(stream);
}
streamInfoResult.setIp(addr);