|
@@ -634,6 +634,8 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
if (redisMeta) {
|
|
|
redisMeta.actionType = 1024;
|
|
|
this.streamService.pushNormalDataToStream(redisMeta);
|
|
|
+ } else {
|
|
|
+ this.logger.error('updateUserStatus::function-empty');
|
|
|
}
|
|
|
} catch (error) {
|
|
|
this.logger.error('updateUserStatus::function', error);
|
|
@@ -666,7 +668,7 @@ export class SceneService implements OnModuleInit, OnModuleDestroy {
|
|
|
const redisData = await this.rotateService.echo(this.user_id);
|
|
|
this.onSteaming = true;
|
|
|
this.holdSteam();
|
|
|
- console.log('redisData', redisData);
|
|
|
+
|
|
|
if (redisData && 'mediaSrc' in redisData) {
|
|
|
const mediaSrc: string = redisData.mediaSrc || '';
|
|
|
if (mediaSrc.length > 0) {
|