remove test

test
dan 2020-03-22 10:26:17 -06:00
parent b9ee133acb
commit e1d057bfac
1 changed files with 10 additions and 7 deletions

View File

@ -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() {