|
@@ -830,7 +830,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
this.lastMoveStreamFrame.next(streamData);
|
|
|
// this.lastMoveStreamFrameBk = streamData;
|
|
|
this.holdSteam();
|
|
|
- this.globalOptLock = true;
|
|
|
+ // this.globalOptLock = true;
|
|
|
const res = await this.streamService.pushFrameToSteam(streamData);
|
|
|
|
|
|
const isLastFrameIndex = this.lastMovingPointArray.findIndex(
|