优化FFmpeg拉流失败重试机制

This commit is contained in:
xiongziliang
2019-12-29 17:14:23 +08:00
parent 4d42459004
commit 7e1e367844
2 changed files with 6 additions and 1 deletions

View File

@@ -70,6 +70,7 @@ private:
string _dst_url;
function<void()> _onClose;
std::weak_ptr<MediaSourceEvent> _listener;
Ticker _replay_ticker;
};