mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-03 17:09:00 +08:00
新增webrtc配置选项nackAudioRtpSize、preferred_tcp
nackAudioRtpSize: 音频nack包中rtp个数,减小此值可以让nack包响应更灵敏 preferred_tcp: 是否优先采用webrtc over tcp模式
This commit is contained in:
@@ -1175,7 +1175,7 @@ void IceAgent::connectivityCheck(const Pair::Ptr &pair, CandidateTuple& candidat
|
||||
}
|
||||
|
||||
void IceAgent::tryTriggerredCheck(const Pair::Ptr& pair) {
|
||||
DebugL;
|
||||
// DebugL;
|
||||
//FIXME 暂不实现,因为当前实现基本收到candidate就会发起check
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user