-
Notifications
You must be signed in to change notification settings - Fork 426
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
HLS playback broken in v2.6.0 #1076
Comments
Does it work on https://videojs-http-streaming.netlify.app/ or still broken there? |
Reading the convo, yeah, I think it likely is fixed by #1072. It's broken if you're minifying your build (which you probably are). |
Well of course minifying files! 😄 and the error message looks like an issue caused by minification. ALSO, I accidentally pushed v2.6.0 into our production build thinking it was fine because running in the dev build (un-minified) worked fine. Wasn't until I verified the deployment did I realize that the player broke.
Awesome, based on what we've discussed so far, I think this would resolve the issue.
Oh, gotta remember how to do that through NPM... believe it's:
(if that works, I'll push to staging and let you know if it works shortly) |
Unfortunately, installing from github won't work because it doesn't have the built files. |
Oops, sorry that happened. |
That's a shame, I love that trick for quick testing and feedback without much effort 😞
😄 All good, that's why rollbacks exist. At least this issue was immediately obvious. |
👍🏻 sounds good. |
@DispatchCommit VHS 2.6.1 is out. Please try it out! |
VHS 2.6.1 seems to work fine on my end (i am the person in the screenshot). |
Thanks! |
Confirming this issue is resolved in VHS v2.6.1 Thanks for the help @gkatsev, glad to see this working as expected! |
Thanks for circling back! |
Description
HLS video does not play with http-streaming v2.6.0 - There is no issue when using 2.5.0.
Sources
don't have a publicly accessible link available - could provide a temporary reproduction link if required though, would just take bypassing auth and cors checks.
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
HLS Video to play like normal.
Error output
Additional Information
Myself and another developer for 2 separate live streaming platforms have both encountered this breaking issue, yet there are no existing reports of issues on Github.
videojs-http-streaming version
videojs-http-streaming 2.6.0
videojs version
video.js 7.11.4
Browsers
Chrome / Chromium based browsers.
Platforms
Probably all, but tested on Windows 10
Other Plugins
Contrib Quality Levels, HLS quality selector
Other JavaScript
I use Vue.js inside Nuxt.js. The other developer is using React. Both appear to have issues.
Further investigation needed likely, but I wanted to make sure I brought this to attention first and created a place to document issues, and reproducible instructions.
The text was updated successfully, but these errors were encountered: