添加 推流鉴权事件订阅 + ack 事件关联订阅

This commit is contained in:
zxb 2024-03-14 03:17:13 +08:00
parent b20e48c911
commit c5b499a026

View File

@ -227,7 +227,7 @@ public class AckRequestProcessor extends SIPRequestProcessorParent implements In
// 重试间隔 // 重试间隔
.withWaitStrategy(WaitStrategies.fixedWait(1, TimeUnit.MILLISECONDS)) .withWaitStrategy(WaitStrategies.fixedWait(1, TimeUnit.MILLISECONDS))
// 重试次数 // 重试次数
.withStopStrategy(StopStrategies.stopAfterAttempt(5 * 1000)) .withStopStrategy(StopStrategies.stopAfterAttempt(15 * 1000))
.build(); .build();
try { try {
startSendRtpStreamResult = retryer.call(() -> zlmServerFactory.startSendRtpStream(mediaInfo, param)); startSendRtpStreamResult = retryer.call(() -> zlmServerFactory.startSendRtpStream(mediaInfo, param));