gemercheung 3 years ago
parent
commit
a6a7fa850d
1 changed files with 1 additions and 1 deletions
  1. 1 1
      src/scene/stream/stream.service.ts

+ 1 - 1
src/scene/stream/stream.service.ts

@@ -188,7 +188,7 @@ export class StreamService {
           const stop = performance.now();
           const inMillSeconds = stop - start;
           const rounded = Number(inMillSeconds).toFixed(3);
-          console.log(`[timer]-当前流:${src}流耗时-->${rounded}ms`);
+          console.log(`[timer]-当前流:${stream.clipPath}流耗时-->${rounded}ms`);
           if (this.onSteaming.value) {
             this.onSteaming.next(false);
           }