|
@@ -622,6 +622,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
this.frameCnt.next(hasPush.frame);
|
|
|
this.logger.log('joystick opt done');
|
|
|
this.logger.log('joystick 交权给空流,当前pts', hasPush.frame);
|
|
|
+ this.moveService.stopJoystick(this.user_id);
|
|
|
// this.frameCnt.next(res.frame);
|
|
|
this.onJoysticking.next(false);
|
|
|
this.resumeStream();
|