chrisboustead / videojs-hls-quality-selector

Adds a quality selector menu for HLS sources played in videojs. Requires `videojs-contrib-quality-levels` plugin.
MIT License
140 stars 103 forks source link

plugin "hlsQualitySelector" does not exist #107

Open jadayash opened 1 year ago

jadayash commented 1 year ago

Hello

Am getting this error when loading the page video.es.js:22248 Uncaught Error: plugin "hlsQualitySelector" does not exist

"video.js": "^7.15.4", "videojs-contrib-hls": "^5.15.0", "videojs-contrib-quality-levels": "^2.1.0", "videojs-hls-quality-selector": "^1.1.4", "videojs-seek-buttons": "^3.0.1",

plugins: { hlsQualitySelector: { displayCurrentQuality: true, }, },

Kishoremt commented 1 year ago

I too facing same issue...@jadayash any luck?

hsnfirdaus commented 1 year ago

I think the README is outdated, you should install:

pnpm install @mycujoo/videojs-hls-quality-selector

not videojs-hls-quality-selector

otnansirk commented 1 year ago

Yes you right . if use videojs-hls-quality-selector you still need to manual install for @videojs/vhs-utils