@@ -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);