videojs / videojs-contrib-quality-levels

Other
157 stars 51 forks source link

Can not get qualityLevels.length, it is zero. #13

Closed WeBBLiu closed 7 years ago

WeBBLiu commented 7 years ago

Hi, Please look at jsbin, I can not obtain the length of qualitylevels. Thanks

forbesjo commented 7 years ago

Looks like you'll have to listen to the addqualitylevel event because player.qualityLevels() is not populated yet. Here's an example http://jsbin.com/givolim/1/edit?html,console,output

@mjneil I think we should update the README to instruct the proper usage of the plugin

WeBBLiu commented 7 years ago

http://jsbin.com/vagelic/edit?js,console,output