Michael Greer

Results 8 comments of Michael Greer

I'm going to suggest this as an HOC solution, instead of baking it into the player itself. I think the player should just take inputs and play them, focus on...

It is a bit specific to my needs right now, but I should pull it apart into something reusable. HLS.js works by attaching to a Video element, which your player...

I implement this as an HOC wrapper around async, to retry with backoff: https://gist.github.com/mgreer/eb33c95d22cabcec22a26b28acacaa16 Happy to contribute this as an option in the lib too.

I'll take a look! Happy to add it if I can figure it out.

Solution works great! Thank you!

What I do is this: 1) I have an anonymous user with id=-1, so all anonymous users share that hapiger id when watching, sharing, looking for videos 2) When someone...

This wonderful library looks like the maintainer has run out of steam recently. Maybe you could fork it with your fix? Then PR against the main repo so they can...