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