multiuser video qos and client increace fps support

Signed-off-by: 21pages <pages21@163.com>
This commit is contained in:
21pages
2023-07-18 12:39:27 +08:00
parent 96f367943c
commit fd9f5475f3
6 changed files with 288 additions and 189 deletions

View File

@@ -1820,7 +1820,7 @@ where
);
}
// Clear to get real-time fps
if count > 300 {
if count > 150 {
count = 0;
duration = Duration::ZERO;
}