This commit is contained in:
zxb 2024-03-17 16:45:00 +08:00
parent 24642eaa8a
commit 5e982bfb02

View File

@ -220,7 +220,7 @@ public class AckRequestProcessor extends SIPRequestProcessorParent implements In
startSendRtpStreamResult = retryer.call(() -> zlmServerFactory.startSendRtpStream(mediaInfo, param));
logger.info("rtp转推成功 {} {} {}", channelId, mediaInfo, param);
} catch (ExecutionException | RetryException e) {
logger.error("rtp转推失败 {} {} {} => {} {}", channelId, mediaInfo, param, failMag.get(), e.getMessage());
logger.error("rtp转推失败 {} {} {} => {}, {}", channelId, mediaInfo, param, failMag.get(), e.getMessage());
startSendRtpStreamResult = null;
}
startSendRtpStreamHand(evt, sendRtpItem, parentPlatform, startSendRtpStreamResult, param, callIdHeader);