master #4

Merged
bichangxiong merged 4 commits from master into prod 2025-08-29 23:29:45 +08:00
Showing only changes of commit 9fef59d455 - Show all commits

View File

@@ -162,12 +162,11 @@ function streamProxy(nodeData: any, cb: Function) {
pwd: nodeData.devicePwd,
channelId: nodeData.channelNo,
};
if (isSupportH265) {
addStreamProxy(params).then((res) => cb(res));
} else {
addFFmpegStreamProxy(params).then((res) => cb(res));
}
}
if (isSupportH265) {
addStreamProxy(params).then((res) => cb(res));
} else {
addStreamProxy(params).then((res) => cb(res));
}
}