Skip to content

Instantly share code, notes, and snippets.

@ovlb
Created February 5, 2019 23:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovlb/811643a470d2e4dda600a083f8bab655 to your computer and use it in GitHub Desktop.
Save ovlb/811643a470d2e4dda600a083f8bab655 to your computer and use it in GitHub Desktop.
KS Video – Play video
playVideo() {
console.log('HLS – Playing video')
VideoPlayerController.hideImage(this.$imgContainer)
this.$vidContainer.play().then(() => {
console.log('HLS - Video played')
})
}
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment