mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-04 01:37:33 +08:00
添加rtp rtmp个数统计
This commit is contained in:
@@ -172,6 +172,10 @@ public:
|
||||
private:
|
||||
friend class ResourcePool_l<RtpPacket>;
|
||||
RtpPacket() = default;
|
||||
|
||||
private:
|
||||
//对象个数统计
|
||||
ObjectStatistic<RtpPacket> _statistic;
|
||||
};
|
||||
|
||||
class RtpPayload {
|
||||
|
||||
Reference in New Issue
Block a user