修复开启转协议后,无人观看掐流延时不定期的bug

This commit is contained in:
xiongziliang
2020-06-19 10:19:42 +08:00
parent f881108dfe
commit e76bc65243
5 changed files with 28 additions and 2 deletions

View File

@@ -61,6 +61,8 @@ private:
//MediaSourceEvent override
bool close(MediaSource &sender,bool force) override;
int totalReaderCount(MediaSource &sender) override;
void onNoneReader(MediaSource &sender) override;
private:
Process _process;
Timer::Ptr _timer;