|
@@ -138,9 +138,9 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
|
|
|
async rotate(request: RotateRequest) {
|
|
|
try {
|
|
|
- this.rotateQueue.add(request, {
|
|
|
- jobId: request.trace_id,
|
|
|
- });
|
|
|
+ // this.rotateQueue.add(request, {
|
|
|
+ // jobId: request.trace_id,
|
|
|
+ // });
|
|
|
if (!this.onSteaming) {
|
|
|
const redisMeta = await this.rotateService.rotate(request);
|
|
|
if (redisMeta && 'mediaSrc' in redisMeta) {
|
|
@@ -529,8 +529,8 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
delete redisData.mediaSrc;
|
|
|
|
|
|
this.logger.log(
|
|
|
- `${this.user_id}:first render stream`,
|
|
|
- JSON.stringify({ path: clipPath, meta: redisData }),
|
|
|
+ `user:${this.user_id}:first render stream` +
|
|
|
+ JSON.stringify({ path: clipPath, meta: redisData }),
|
|
|
);
|
|
|
|
|
|
this.holdSteam();
|