surmon-china / videojs-player

@videojs player component for @vuejs(3) and React.
https://github.surmon.me/videojs-player
MIT License
5.25k stars 1.13k forks source link

CDN Link not working #426

Closed ugurcanalyuz closed 2 years ago

ugurcanalyuz commented 2 years ago

Hello, Why CDN Link not working?

My link: "https://cdnxx.domain.com/hashedurl"

image
ugurcanalyuz commented 2 years ago

Fixed:

const videoUrl = (await this.$store.dispatch('getMediaById', videoKey)).url
this.playerOptions.sources.push({
   type: "video/mp4",
   src: videoUrl
})