mirror of
https://gitee.com/pan648540858/wvp-GB28181-pro.git
synced 2026-05-12 16:47:49 +08:00
临时提交
This commit is contained in:
parent
ec1e269616
commit
394cf7ee4e
@ -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);
|
||||
|
||||
Loading…
Reference in New Issue
Block a user