Matt Zucker

Results 4 comments of Matt Zucker

Part of the problem, I think, is in `computeReloadInterval`. ``` var reloadInterval = 1000 * newDetails.levelTargetDuration; var reloadIntervalAfterMiss = reloadInterval / 2; var timeSinceLastModified = newDetails.age; var useLastModified = timeSinceLastModified...

Thank you, yes it appears that I have a bug in my playlist regarding `EXTINF` exceeding the target duration. To make sure I'm understanding, if `newDetails.age` was changed to milliseconds,...

Sounds good to me. I would be happy to contribute a PR, and should be able to start work on it shortly.

Is this something you can revisit? It would be very helpful to me.