1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

RTC: Print stat for pli and timer every 5s. 4.0.70

This commit is contained in:
winlin 2021-02-08 11:51:48 +08:00
parent 18c27111e0
commit 4539ffa086
4 changed files with 10 additions and 4 deletions

View file

@ -319,6 +319,7 @@ private:
uint16_t pt_to_drop_;
// Whether enabled nack.
bool nack_enabled_;
bool twcc_enabled_;
private:
bool request_keyframe_;
SrsErrorPithyPrint* pli_epp;