remove test
parent
b9ee133acb
commit
e1d057bfac
|
|
@ -34,17 +34,20 @@ export class LiveStreamComponent implements OnInit {
|
||||||
this.isReady= (<any>res).isReady;
|
this.isReady= (<any>res).isReady;
|
||||||
if (this.isReady === true) {
|
if (this.isReady === true) {
|
||||||
this.showVideo = true;
|
this.showVideo = true;
|
||||||
|
this.videoSrc = '';
|
||||||
|
this.videoSrc = this.videoSrc;
|
||||||
|
clearInterval(this.interval);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
}, 3000);
|
}, 3000);
|
||||||
|
|
||||||
setTimeout(() => {
|
// setTimeout(() => {
|
||||||
this.isReady = true;
|
// this.isReady = true;
|
||||||
this.showVideo = true;
|
// this.showVideo = true;
|
||||||
this.videoSrc = '';
|
// this.videoSrc = '';
|
||||||
this.videoSrc = this.videoSrc;
|
// this.videoSrc = this.videoSrc;
|
||||||
clearInterval(this.interval);
|
// clearInterval(this.interval);
|
||||||
}, 12000)
|
// }, 12000)
|
||||||
}
|
}
|
||||||
|
|
||||||
public async vidError() {
|
public async vidError() {
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue