mirror of
https://github.com/ZLMediaKit/ZLMediaKit.git
synced 2026-06-14 12:05:58 +08:00
去除编译警告,修复bug
This commit is contained in:
@@ -139,7 +139,7 @@ bool RtpProcess::alive() {
|
||||
return true;
|
||||
}
|
||||
|
||||
GET_CONFIG(int, timeoutSec, RtpProxy::kTimeoutSec)
|
||||
GET_CONFIG(uint64_t, timeoutSec, RtpProxy::kTimeoutSec)
|
||||
if (_last_frame_time.elapsedTime() / 1000 < timeoutSec) {
|
||||
return true;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user