修改rtp超时检测相关http api,rtp超时检测最多暂停5分钟

This commit is contained in:
ziyue
2021-03-16 11:30:51 +08:00
parent d475191dc7
commit 060b654252
5 changed files with 18 additions and 54 deletions

View File

@@ -94,6 +94,7 @@ private:
MultiMediaSourceMuxer::Ptr _muxer;
atomic_bool _stop_rtp_check{false};
atomic_flag _busy_flag{false};
Ticker _last_check_alive;
};
}//namespace mediakit