修复hls无人观看事件不触发的bug

This commit is contained in:
xiongziliang 2020-08-30 09:14:45 +08:00
parent 8961ca1659
commit aedb1a8866
1 changed files with 1 additions and 0 deletions

View File

@ -50,6 +50,7 @@ public:
if(!_registed){ if(!_registed){
regist(); regist();
_registed = true; _registed = true;
onNoneReader();
} }
} }