新增rtp ssrc异常处理逻辑

This commit is contained in:
xia-chu
2021-04-11 20:35:00 +08:00
parent 65f072a82b
commit 8a51bd2d9e
2 changed files with 15 additions and 4 deletions

View File

@@ -198,6 +198,7 @@ protected:
private:
uint32_t _ssrc[2] = {0, 0};
Ticker _ssrc_alive[2];
//rtp排序缓存根据seq排序
PacketSortor<RtpPacket::Ptr> _rtp_sortor[2];
};