mirror of
https://github.com/ossrs/srs.git
synced 2025-02-13 20:01:56 +00:00
RTC: Fix bug
This commit is contained in:
parent
e19631a2b7
commit
2b99b43633
1 changed files with 1 additions and 1 deletions
|
@ -382,7 +382,7 @@ SrsRtcPlayStream::SrsRtcPlayStream(SrsRtcConnection* s, const SrsContextId& cid)
|
|||
|
||||
_srs_config->subscribe(this);
|
||||
timer_ = new SrsHourGlass(this, 1000 * SRS_UTIME_MILLISECONDS);
|
||||
|
||||
nack_epp = new SrsErrorPithyPrint();
|
||||
pli_worker_ = new ISrsRtcPLIWorker(this);
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in a new issue