[*] 服务端录像资源释放
This commit is contained in:
@@ -900,7 +900,7 @@ class Taoyao {
|
||||
if(!filepath || !videoConsumer) {
|
||||
return;
|
||||
}
|
||||
if(++index >= 10) {
|
||||
if(++index > 10) {
|
||||
console.warn("请求录像关键帧次数超限", filepath, index);
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user