Joey Parrish

Results 811 comments of Joey Parrish

> Is there a way to enable or disable the audio track download dynamically during runtime in Shaka Player? Specifically, if a user starts with the video muted and later...

Sure. You can modify MediaSourceEngine (and StreamingEngine, which calls into MediaSourceEngine) to use web API methods like addSourceBuffer and removeSourceBuffer to dynamically add and remove audio. I see no reason...

If you can use a request filter to get a signed URL from cloud storage in the client, you could do that for individual segments as well as the manifest....

I have the same issue. This fails on my arm64 runner, because it can't execute the x86 binaries. And on this line: https://github.com/jirutka/setup-alpine/blob/359b91e094d3dc6292e4b627abb84d8856ab7ef2/setup-alpine.sh#L181 it sets up qemu for any architecture...

Also this default is a problem: https://github.com/jirutka/setup-alpine/blob/359b91e094d3dc6292e4b627abb84d8856ab7ef2/action.yml#L9-L15 It hard-codes for x86_64 binaries, and requires a sha256 to be valid.

> Having some kind of answer to my question would be good. As well as if the layering is still lacking some idea of how we might address that going...

I'm a little unsure about this. Please be patient and give me a little more time to review in detail.

A preview of https://github.com/shaka-project/shaka-lab/pull/52 is already deployed in the lab to enable support for this in the lab infra.

No, because we now have WV DRM tests skipped IIRC, and `cast.__platform__` is still unavailable to tests until we finish this