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

tenfold: use timer send nacks

This commit is contained in:
jinxue.cgh 2020-05-15 18:13:03 +08:00 committed by 忘篱
parent 392e2c8161
commit c875639eb6
3 changed files with 24 additions and 9 deletions

View file

@ -275,6 +275,8 @@ private:
SrsRtpNackForReceiver* video_nack_;
SrsRtpRingBuffer* audio_queue_;
SrsRtpNackForReceiver* audio_nack_;
private:
enum {EVENT_REPORT=1, EVENT_NACK = 2};
private:
SrsRequest* req;
SrsRtcSource* source;