From 6707b134183aa116581ef6716a11afa600069a0e Mon Sep 17 00:00:00 2001 From: xiongziliang <771730766@qq.com> Date: Sun, 27 Feb 2022 02:08:17 +0800 Subject: [PATCH] =?UTF-8?q?rtp=20nack=E9=87=8D=E4=BC=A0=E5=88=97=E9=98=9F?= =?UTF-8?q?=E9=95=BF=E5=BA=A6=E9=99=90=E5=88=B6=E4=B8=BA5=E7=A7=92?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- webrtc/Nack.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/webrtc/Nack.cpp b/webrtc/Nack.cpp index 5ac35b2f..8f6fd74b 100644 --- a/webrtc/Nack.cpp +++ b/webrtc/Nack.cpp @@ -14,7 +14,7 @@ using namespace std; using namespace toolkit; using namespace mediakit; -static constexpr uint32_t kMaxNackMS = 10 * 1000; +static constexpr uint32_t kMaxNackMS = 5 * 1000; void NackList::pushBack(RtpPacket::Ptr rtp) { auto seq = rtp->getSeq();