|
@@ -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);
|
|
|
}
|