mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
Fix the perf stat bytes bug
This commit is contained in:
parent
36d06edab3
commit
e4eb501c57
5 changed files with 33 additions and 19 deletions
|
@ -130,8 +130,10 @@ public:
|
|||
uint32_t debug_id;
|
||||
#endif
|
||||
public:
|
||||
// The total bytes of RTP packets.
|
||||
// The total bytes of AVFrame packets.
|
||||
int nn_bytes;
|
||||
// The total bytes of RTP packets.
|
||||
int nn_rtp_bytes;
|
||||
// The total padded bytes.
|
||||
int nn_padding_bytes;
|
||||
public:
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue