Joey Parrish

Results 811 comments of Joey Parrish

> suppose the audio stream starts 100 ms after the video stream in the file This is a non-issue for the purposes of building a segment index and fetching. We...

Not sure that this is relevant now that we have stopped parsing segments for timestamps. Lowering priority and removing from the "HLS Improvements" project.

We can't directly support or debug on WebOS. This is currently considered a "community-supported" platform because we don't have the devices or test infrastructure set up for WebOS.

We have purchased a WebOS device, and we intend to build out infrastructure to support it, but we have no timeline for that yet. Other issues are currently higher priority.

I think it was WebOS three-point-something, but I can't recall. It is still in a box in the office. It was something I intended to spend time on before the...

No, we have not worked on this. We would be happy to discuss a design and review a PR if anyone wants to contribute to this. The shortest path probably...

We found the root cause in https://github.com/shaka-project/shaka-player/pull/4200#issuecomment-1124336083 . I've assigned this to @scottpetrovic, since there is already a PR in progress. Thanks!

Bumping priority to P1 since the root cause is a Promise from the Widevine CDM that fundamentally hangs. We will work around it with a timeout and Promise.race().