-
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 on Tizen 2.4 since 7.12.2 #7245
Comments
O see that formatting of above post made it a bit confusing, but I guess this.tech_ is undefined and t[] then fails... I.e.
|
Nah - that was not it. I don't get what the problem is - but things like setVolume, setCurrentTime ends up in the e.reduce part which doesn't work: I don't get what is undefined though... (n in Wi): true Using VHS btw... |
Does this happen with the un-minified bundle? If it does that might help you diagnose the issue. If it doesn't happen with the un-minified bundle then I would guess that it has something to do with our minification. |
Thx for the suggestion - it actually works with the non-min version. |
Huh, interesting that the unminified version works? That's weird. But if that works for you, I would switch to using the unminified one. You can try minifiying with less strict options manually. The minified version should ideally be identical in behavior, but with the code rewritten to be smaller. For example, removal of whitespace, renaming of large variable names to single letter variables. But seems like maybe something is getting minified that is causing an issue for older tizen devices. Also, there's some discussing in videojs/http-streaming#1134. For the future, it's best to only one issue so that discussion isn't split like this. |
But these two issues are not related? Also I believe this issue also happens on Tizen 5.5 - but the http-streaming version from the other issue works on 5.5. |
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions. |
Description
I get this when running on Tizen 2.4 since 7.12.2
TypeError: 'undefined' is not a function (evaluating 'tt=n')
Don't think I can get more info than that...
The text was updated successfully, but these errors were encountered: