Change video source
parent
4221f3f7db
commit
c8ff77211d
|
|
@ -14,7 +14,7 @@ export class LiveStreamComponent implements OnInit {
|
|||
public sermonVideo: string = 'https://ofbbutte.com/static/media/video/sermon.mp4';
|
||||
public pleaseWait: string = 'https://ofbbutte.com/static/media/video/PleaseWait.jpg';
|
||||
public clickToPlay: string = 'https://ofbbutte.com/static/media/video/ClickToPlay.jpg';
|
||||
public message: string = "Please Wait";
|
||||
public message: string = "Please Wait...";
|
||||
public isReady: boolean = false;
|
||||
|
||||
|
||||
|
|
@ -35,7 +35,7 @@ export class LiveStreamComponent implements OnInit {
|
|||
if (this.isReady === true) {
|
||||
this.showVideo = true;
|
||||
this.videoSrc = '';
|
||||
this.videoSrc = this.videoSrc;
|
||||
this.videoSrc = this.sermonVideo;
|
||||
clearInterval(this.interval);
|
||||
}
|
||||
});
|
||||
|
|
|
|||
Loading…
Reference in New Issue