修复编译问题

This commit is contained in:
xiongziliang 2022-01-09 15:12:23 +08:00
parent 7b04385bc8
commit 262af8dfeb
2 changed files with 1 additions and 1 deletions

View File

@ -188,6 +188,7 @@ private:
Ticker _recv_timeout_ticker;
Ticker _total_timeout_ticker;
float _timeout_second = 0;
float _recv_timeout_second = 0;
//recv
size_t _recved_body_size;

View File

@ -34,7 +34,6 @@ void TsPlayer::playTs() {
return;
}
WarnL << "fetch:" << _ts_url;
_request_complete = false;
weak_ptr <TsPlayer> weak_self = dynamic_pointer_cast<TsPlayer>(shared_from_this());
setMethod("GET");
sendRequest(_ts_url, 3600 * 2, 60);