mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-06 03:28:09 +08:00
新增rtp ssrc异常处理逻辑
This commit is contained in:
@@ -198,6 +198,7 @@ protected:
|
||||
|
||||
private:
|
||||
uint32_t _ssrc[2] = {0, 0};
|
||||
Ticker _ssrc_alive[2];
|
||||
//rtp排序缓存,根据seq排序
|
||||
PacketSortor<RtpPacket::Ptr> _rtp_sortor[2];
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user