gemercheung 3 年之前
父節點
當前提交
e5f86229b2
共有 1 個文件被更改,包括 1 次插入1 次删除
  1. 1 1
      src/meta.gateway.ts

+ 1 - 1
src/meta.gateway.ts

@@ -136,7 +136,7 @@ export class MetaGateway
         this.sendWertcHeartPack(this.gameChanel);
       }
       this.timer = setInterval(() => {
-        if (i < 30) {
+        if (i < 9) {
           const steam = createReadStream(paths + `/${i}.h264`);
           // const steam = createReadStream(paths + `/test2`);
           steam.on('data', (data: Buffer) => {