HLS: 修复http客户端连接复用导致hls播放异常的bug: #1294

This commit is contained in:
ziyue
2021-12-22 11:33:40 +08:00
parent f27893ffa5
commit 6a044f0726
4 changed files with 32 additions and 13 deletions

View File

@@ -112,6 +112,7 @@ private:
private:
bool _is_m3u8 = false;
bool _first = true;
bool _waiting_response = false;
int64_t _last_sequence = -1;
string _m3u8;
Timer::Ptr _timer;