kmoskwiak / videojs-resolution-switcher

Resolution switcher adds the ability to select the video quality in video.js player.
https://kmoskwiak.github.io/videojs-resolution-switcher/
Other
402 stars 244 forks source link

videojs-resolution-switcher is not working properly with videojs 7 #132

Open pankajcharpe opened 4 years ago

pankajcharpe commented 4 years ago

Selected resolution is not showing in button. issues

Also direct importing of videos.js modules is not working with plugin. I have to do like this , don't know why.

interface VideoJSStatic { (id: any, options?: any, ready?: () => void): any; } declare var videojs: VideoJSStatic; Please help me to resolve this issue.

mzulkiakbari commented 4 years ago

This code for Videojs Version 7+

i am fixing.

https://github.com/bariartz/videojs-resolution-switcher-for-videojs-version-7/

sorry for my bad english.