mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-13 19:51:49 +08:00
rtp超时检测最多暂停5分钟
更新zltoolkit
This commit is contained in:
@@ -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