-
Notifications
You must be signed in to change notification settings - Fork 428
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
experimentalBufferBasedABR HLS: type errors over slow connections #1025
Comments
Thanks! I had just noticed this issue the other day too. Thankfully, it seems like it doesn't cause any issues beyond just a warning. I'll make a PR for it. Also, have you been testing the new ABR stuff? How is it looking on your end? |
Thanks! I had just noticed this issue the other day too. Thankfully, it seems like it doesn't cause any issues beyond just a warning. I'll make a PR for it.
Great. Thank you.
Also, have you been testing the new ABR stuff? How is it looking on your end?
I had just started testing - not technically, just viewing - when I was a bit side-tracked by narrowing down this 'error'. So I haven't felt big differences yet. - Also not for the worse though ;-)
|
We'll get it into a Video.js release soon. Please let us know how it works for you as you get more time to test with it!
That's what I like to hear 🙂 |
Description
Briefly describe the issue.
Include a reduced test case, we have a starter template on JSBin you can use.
minimal demo
(the official demos do not load 7.11.0)
When connection is slow at each load of a variant HLS playlist an error is thrown; see below.
Sources
I have not encountered a source where this doesn't happen (might work w/o a master, but then there is no ABR).
Steps to reproduce
Explain in detail the exact steps necessary to reproduce the issue.
Results
Expected
There should be no errors, instead the down switch warning should appear (it does not in this case)
Error output
Additional Information
Please include any additional information necessary here. Including the following:
videojs-http-streaming version
what version of videojs-http-streaming does this occur with?
videojs-http-streaming packed with vjs 7.11.0
videojs version
what version of videojs does this occur with?
video.js 7.11.0
The text was updated successfully, but these errors were encountered: