mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2024-11-22 19:00:01 +08:00
rtp nack重传列队长度限制为5秒
This commit is contained in:
parent
ba5ca8f5c7
commit
6707b13418
@ -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();
|
||||
|
Loading…
Reference in New Issue
Block a user