gemercheung 3 년 전
부모
커밋
c0a9b19e12
1개의 변경된 파일1개의 추가작업 그리고 0개의 파일을 삭제
  1. 1 0
      src/scene/scene.service.ts

+ 1 - 0
src/scene/scene.service.ts

@@ -351,6 +351,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
       IDRflag,
       new Date().getTime(),
     );
+    await this.sleep(2);
     const res = await this.streamService.pushFrameToSteam(stream);
     if (res.done) {
       this.frameCnt.next(res.frame);