Gary Katsevman
Gary Katsevman
Can you try enabling `experimentalBufferBasedABR` and seeing whether it makes things work?
That's an interesting idea and we'll consider it. Right now we're trying to wrap up work on getting what's in master shipped.
Looks like we don't read it and set it out on the output here https://github.com/videojs/m3u8-parser/blob/07bd668ddb5070fff57f5e5fe86959e18f49c4e3/src/parser.js#L106-L131
Forgot to answer. We are aware of all the low latency HLS things but unfortunately we don't have the bandwidth (if you will) right now to work on it.
This is something we are likely going to be working in Q3.
Unfortunately, we haven't been able to get started on this. We'll definitely make lots of noise when we get started on low latency streaming.
FYI, Video.js 7.13 has preliminary support for LHLS. If you try it out, please let us know how it is. Requires setting `experimentalLLHLS` on the player.
Can you elaborate on what you mean by "doesn't work"? It's still early and experimental. Definitely not ready for production use. I'm sure there's more work to do for it.
It seems to me that parts are getting download when available. Theoretically, it's all implemented, but it hasn't really gotten any testing and there's likely still bugs. We'll definitely make...
@dovelive this is actually something that we're working on. We have a PR out that should improve our starting time https://github.com/videojs/http-streaming/pull/1201 (feel free to try it out in the [netlify...