调试
This commit is contained in:
parent
24642eaa8a
commit
5e982bfb02
@ -220,7 +220,7 @@ public class AckRequestProcessor extends SIPRequestProcessorParent implements In
|
|||||||
startSendRtpStreamResult = retryer.call(() -> zlmServerFactory.startSendRtpStream(mediaInfo, param));
|
startSendRtpStreamResult = retryer.call(() -> zlmServerFactory.startSendRtpStream(mediaInfo, param));
|
||||||
logger.info("rtp转推成功 {} {} {}", channelId, mediaInfo, param);
|
logger.info("rtp转推成功 {} {} {}", channelId, mediaInfo, param);
|
||||||
} catch (ExecutionException | RetryException e) {
|
} 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;
|
startSendRtpStreamResult = null;
|
||||||
}
|
}
|
||||||
startSendRtpStreamHand(evt, sendRtpItem, parentPlatform, startSendRtpStreamResult, param, callIdHeader);
|
startSendRtpStreamHand(evt, sendRtpItem, parentPlatform, startSendRtpStreamResult, param, callIdHeader);
|
||||||
|
Loading…
Reference in New Issue
Block a user