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

Synchronization issue with videojs-contrib-quality-levels #9

Open giudicelli opened 5 years ago

giudicelli commented 5 years ago

videojs-hls-quality-selector : v1.0.5 videojs-contrib-quality-levels : v2.0.9 videojs: 7.5.4

Hello,

When I call hlsQualitySelector() plugin videojs-contrib-quality-levels has already fired its "addqualitylevel" events, therefore videojs-contrib-quality-levels is binding to this event after it was fired, and as consequence the list remains empty... Am I doing something wrong ?

hlibmykhailov commented 4 years ago

Same problem. The only plugin that suits me in all respects and such a problem does not let me use it.