redxtech / vue-plyr

A Vue component for the plyr (https://github.com/sampotts/plyr) video & audio player.
Other
768 stars 136 forks source link

Not working with HLS mp4s #478

Open kpetrillo opened 2 years ago

kpetrillo commented 2 years ago

I'm using Imgix's API which requires the video to have ?fm=hls to be used in web browsers (https://docs.imgix.com/apis/video#using-videos-in-a-web-player). It works with the native Plyr code, but not this Vue component. Any thoughts?