临时提交

pull/1642/head
648540858 2024-09-26 08:55:45 +08:00
parent ec1e269616
commit 394cf7ee4e
1 changed files with 1 additions and 1 deletions

View File

@ -241,7 +241,7 @@ public class RedisRpcController {
return response;
}
MediaInfo mediaInfo = mediaServerService.getMediaInfo(mediaServer, sendRtpItem.getApp(), sendRtpItem.getStream());
if (mediaInfo != null) {
if (mediaInfo == null) {
log.info("[redis-rpc] startSendRtp->流不在线: {}/{}", sendRtpItem.getApp(), sendRtpItem.getStream() );
WVPResult wvpResult = WVPResult.fail(ErrorCode.ERROR100.getCode(), "流不在线");
response.setBody(wvpResult);