[*] 服务端录像资源释放

This commit is contained in:
acgist
2023-06-09 08:17:29 +08:00
parent 1d8fd815fa
commit 70227447fc
8 changed files with 22 additions and 22 deletions

View File

@@ -900,7 +900,7 @@ class Taoyao {
if(!filepath || !videoConsumer) {
return;
}
if(++index >= 10) {
if(++index > 10) {
console.warn("请求录像关键帧次数超限", filepath, index);
return;
}