gemercheung 3 년 전
부모
커밋
a6a7fa850d
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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);
           }