sampotts / plyr

A simple HTML5, YouTube and Vimeo player
https://plyr.io
MIT License
26.51k stars 2.93k forks source link

plyr with vuejs not showing quality selector #2231

Open sagarthakar opened 3 years ago

sagarthakar commented 3 years ago

hi,

i need some help and guidance for my project. my front end is built using vuejs and i have successfully integrated plyr, but there is one problem, plyr video player is not showing quality selector for hls.

please can anyone point me to solution or a way to solve this problem?

thanks

sagar

SyzbaLinux commented 3 years ago

Same Challenge here

sagarthakar commented 3 years ago

I found the solution -

Vuejs Plyr Component will never work. So here is how i resolved this issue for my project -

I directly added the vanilla plyr player code in my vuejs pages where I needed the player and boom ... it worked as expected the player started showing quality selector.

So my suggestion is do this workaround until something better comes of.

Thanks