-
Notifications
You must be signed in to change notification settings - Fork 69
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
Fix LL-HLS playback issue #91
Comments
/bounty $300 |
|
/attempt #91 Options |
I believe the issue is that video.js supports X-PRELOAD-HINT while HLS.js (via Vidstack) does not, as least not yet. Luckily the amazing devs over at HLS.js have a feature/preload_hint branch that implements it. This could be why Vidstack is stalling while Video.js is not. Currently none of the Here is a waterfall from vanilla Vidstack, you'll notice requests for partial segments happen after the manifest response returns. The short ~30ms duration of the requests show the true time to load a segment on my laptop. With the I have a PR ready with this very small change, but the ultimate solution to combat stalls is to implement multiple bitrates by transcoding using the Membrane FFmpeg SWScale plugin. Hopefully this change makes it possible to use Vidstack because it's quite nice! /attempt #91 Options |
💡 @lastcanal submitted a pull request that claims the bounty. You can visit your bounty board to reward. |
🎉🎈 @lastcanal has been awarded $300! 🎈🎊 |
We currently use HLS to deliver livestreams and VODs to users, which works fine on most devices and browsers. We also implemented LL-HLS delivery (#60), but it doesn't work in some cases. We found out that:
Ideally we would make it work with Vidstack so we can switch to that as our default player
Here's a matrix of all player/delivery configurations we have right now:
Steps to Reproduce
Useful Links
The text was updated successfully, but these errors were encountered: