添加rtp rtmp个数统计

This commit is contained in:
xia-chu
2021-02-05 16:49:11 +08:00
parent 62ba87dd0f
commit 14b318525e
6 changed files with 23 additions and 2 deletions

View File

@@ -213,6 +213,10 @@ private:
RtmpPacket(){
clear();
}
private:
//对象个数统计
ObjectStatistic<RtmpPacket> _statistic;
};
/**