Skip to content
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

downgradeCore is not a function after change hls video resolution #38

Open
kotovi opened this issue Apr 13, 2023 · 1 comment
Open

downgradeCore is not a function after change hls video resolution #38

kotovi opened this issue Apr 13, 2023 · 1 comment

Comments

@kotovi
Copy link

kotovi commented Apr 13, 2023

Hello!
Randomly get error when change video resolution (
the error also occurs in your demo https://stackblitz.com/edit/vitejs-vite-rf6dum?file=src%2FApp.vue)
{type: 'otherError', details: 'internalException', fatal: false, event: 'hlsError', error: TypeError: _this6.downgradeCore is not a function
at Object. (https://vitejsviterf6d…, …}
index.js:121 {type: 'otherError', details: 'internalException', fatal: false, event: 'hlsError', error: TypeError: _this6.downgradeCore is not a function
at Object. (https://vitejsviterf6d…, …}
index.js:121 {type: 'otherError', details: 'internalException', fatal: false, event: 'hlsError', error: TypeError: _this6.downgradeCore is not a function
at Object. (https://vitejsviterf6d…, …}
index.js:121 {type: 'otherError', details: 'internalException', fatal: false, event: 'hlsError', error: TypeError: _this6.downgradeCore is not a function
at Object. (https://vitejsviterf6d…, …}

With what it can be ?
With best regards

@kotovi
Copy link
Author

kotovi commented Apr 13, 2023

Object
details
:
"internalException"
error
:
TypeError: e.downgradeCore is not a function at Object. (https://../js/chunk-vendors.b6737eeb.js:10:192097) at Object.o (https://../js/chunk-vendors.b6737eeb.js:18:170746) at Proxy.emit (https://../js/chunk-vendors.b6737eeb.js:18:198915) at Y.value (https://../js/chunk-vendors.b6737eeb.js:10:194842) at Proxy. (https://.../js/chunk-vendors.b6737eeb.js:10:254432) at o.emit (https://cdn.jsdelivr.net/npm/hls.js@latest:1:188403) at e.emit (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365691) at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365789) at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365937) at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365937)
message
:
"e.downgradeCore is not a function"
stack
:
"TypeError: e.downgradeCore is not a function\n at Object. (../js/chunk-vendors.b6737eeb.js:10:192097)\n at Object.o (../js/chunk-vendors.b6737eeb.js:18:170746)\n at Proxy.emit (../js/chunk-vendors.b6737eeb.js:18:198915)\n at Y.value (.../js/chunk-vendors.b6737eeb.js:10:194842)\n at Proxy. (.../js/chunk-vendors.b6737eeb.js:10:254432)\n at o.emit (https://cdn.jsdelivr.net/npm/hls.js@latest:1:188403)\n at e.emit (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365691)\n at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365789)\n at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365937)\n at e.trigger (https://cdn.jsdelivr.net/npm/hls.js@latest:1:365937)"
[[Proto

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant