-
Notifications
You must be signed in to change notification settings - Fork 7.5k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
TypeError: this.videoPlayer.httpSourceSelector is not a function #7144
Comments
This sort of came up in #7091. One thing to try is to remove video.js and quality-levels and the source selector plugins via We'll be investigating this as part of #7091 and #7109 so that hopefully it won't be required. |
@gkatsev Thanks for the reply. Tried out the process you suggested, but the issue wasn't resolved. We are using But, when we removed all Any specific reason? |
I'm not really too sure. What version of yarn are you using? |
So, is it mandatory to use the latest version of Video-js to avoid these kinds of issues? |
According to videojs/video.js#7144, video.js needed a reinstall, in order to remove old dependencies.
According to videojs/video.js#7144, video.js needed a reinstall, in order to remove old dependencies.
According to videojs/video.js#7144, video.js needed a reinstall, in order to remove old dependencies.
According to videojs/video.js#7144, video.js needed a reinstall, in order to remove old dependencies.
video.js needed a reinstall, in order to remove old dependencies. Probaly the same problem as in videojs/video.js#7144,
video.js needed a reinstall, in order to remove old dependencies. Probaly the same problem as in videojs/video.js#7144,
video.js needed a reinstall, in order to remove old dependencies. Probaly the same problem as in videojs/video.js#7144,
Because VHS is inlined into Video.js, we should depend on what VHS depends on. Fixes videojs#7091, fixes videojs#7209, fixes videojs#7144, fixes videojs#7109
Description
We are using
videojs-http-source-selector
plugin in our project for 2 years and it's working well. Now, we would like to extend its support to our other projects.But, when tried to replicate the entire
videojs
related code to the new project, everything went well except for this httpSourceSelector error. This would be a blocker for us to make the feature live.Could you help us out with what might have gone wrong or any additional details to take care of?
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
video-js-http-source-selector
inpackage.json
using yarnvideojs-contrib-quality-levels
as a peer dependancythis.videoPlayer.httpSourceSelector()
.Results
Expected
videojs-http-source-selector
plugin should be initialized and the user should be able to see the quality change optionActual
videojs-http-source-selector
is not getting initializedError output
TypeError: this.videoPlayer.httpSourceSelector is not a function
Additional Information
Please include any additional information necessary here. Including the following:
versions
videojs
7.6.6
typescript
3.7.2
browsers
Chrome 89
OSes
Linux
plugins
videojs-contrib-quality-levels
2.0.9
videojs-http-source-selector
1.1.6
The text was updated successfully, but these errors were encountered: