修复hls流注销时相关bug:#2082

This commit is contained in:
xiongziliang
2022-11-12 09:57:47 +08:00
parent a37268f003
commit b54f50c7c0
2 changed files with 4 additions and 1 deletions

View File

@@ -321,6 +321,7 @@ private:
std::string _app;
std::string _stream_id;
std::weak_ptr<MediaSourceEvent> _listener;
toolkit::EventPoller::Ptr _default_poller;
// 对象个数统计
toolkit::ObjectStatistic<MediaSource> _statistic;
};