屏蔽 zlm 推流日志

This commit is contained in:
shikong 2024-03-12 10:12:30 +08:00
parent d8cab292de
commit fb02f559d4

View File

@ -134,9 +134,9 @@ public class DeviceProxyService {
startSendRtp.setDstUrl(toAddr);
startSendRtp.setDstPort(toPort);
startSendRtp.setUdp(!tcp);
log.info("startSendRtp {}",startSendRtp);
// log.debug("startSendRtp {}",startSendRtp);
StartSendRtpResp startSendRtpResp = zlmMediaService.startSendRtp(startSendRtp);
log.info("startSendRtpResp {}",startSendRtpResp);
// log.debug("startSendRtpResp {}",startSendRtpResp);
return startSendRtpResp;
});
} catch (Exception e) {