事件告警修改

This commit is contained in:
lxj
2025-08-15 14:08:35 +08:00
parent 8da35d2d4b
commit 81de99b015
4 changed files with 64 additions and 147 deletions

View File

@@ -291,7 +291,8 @@ function streamProxy(nodeData: any, cb: Function) {
if (isSupportH265) {
addStreamProxy(params).then((res) => cb(res));
} else {
addFFmpegStreamProxy(params).then((res) => cb(res));
// addFFmpegStreamProxy(params).then((res) => cb(res));
addStreamProxy(params).then((res) => cb(res));
}
}
}