mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-07-07 04:08:13 +08:00
rtp超时检测最多暂停5分钟
更新zltoolkit
This commit is contained in:
Submodule 3rdpart/ZLToolKit updated: 29f6c5869f...1df5d6823f
@@ -135,7 +135,7 @@ bool RtpProcess::alive() {
|
||||
}
|
||||
}
|
||||
|
||||
_last_check_alive.elapsedTime();
|
||||
_last_check_alive.resetTime();
|
||||
GET_CONFIG(uint64_t, timeoutSec, RtpProxy::kTimeoutSec)
|
||||
if (_last_frame_time.elapsedTime() / 1000 < timeoutSec) {
|
||||
return true;
|
||||
|
||||
Reference in New Issue
Block a user