videojs / videojs-contrib-hls

HLS library for video.js
http://videojs.github.io/videojs-contrib-hls/
Other
2.84k stars 791 forks source link

Bitrate switching option is not working #1419

Closed PaulCheriyan009 closed 6 years ago

PaulCheriyan009 commented 6 years ago

Description

Bitrate switching option is not working. Include a templateon stackblitz you can use. stack overflow question

Results

Expected

https://i.stack.imgur.com/tc1bw.png

Error output

https://i.stack.imgur.com/h6Jl0.png

videojs-contrib-hls version

what version of videojs-contrib-hls does this occur with? videojs-contrib-hls x.y.z

videojs version

Not working on these version "video.js": "^6.8.0" "videojs-contrib-hls": "^5.0.0", but it wokes on the oldrer version

Browsers

all browsers are affected

Other Plugins

are any other videojs plugins being used on the page? If so, please list them with version below.

forbesjo commented 6 years ago

It looks like videojs-resolution-switcher doesn't support videojs-contrib-hls which is why you're not seeing the quality menu. You'll have to build your own quality menu UI using the videojs-contrib-quality-levels API or open an issue in videojs-resolution-switcher for that feature.