-
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
Bug in player, techGet is undefined and should be techGet_ in handleTechSourceset_ method #8255
Comments
amtins
added a commit
to amtins/video.js
that referenced
this issue
Apr 30, 2023
Hi @danrossi, can you provide a use case leading to this error? We at SRG SSR have developed our tech as well and I would like to assess the potential risks to know if we should mitigate it. 👍🏽 A naive approach would be to do something like: player.techGet = function (e) {return this.techGet_(e)} |
amtins
added a commit
to amtins/video.js
that referenced
this issue
May 18, 2023
misteroneill
pushed a commit
that referenced
this issue
May 31, 2023
edirub
pushed a commit
to edirub/video.js
that referenced
this issue
Jun 8, 2023
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
I had this error caught in a custom tech of mine.
video.js/src/js/player.js
Line 1616 in 61bd74d
The text was updated successfully, but these errors were encountered: