Joey Parrish
Joey Parrish
To work around a bug in Chrome and/or Selenium (root cause unclear), play unmuted, but very quiet during tests. Without this, playback may progress very slowly (~0.5x) in some cases,...
Preload API
We should have an API to allow an application to pre-load a manifest and some of the media segments without involving `MediaSource` or a `` element. An application could speculatively...
The Docker build in CI fails, but reports success. Example: https://github.com/shaka-project/shaka-player/runs/7661579945?check_suite_focus=true Successful part of the log Run docker-compose -f build/docker/docker-compose.yml up Creating network "docker_default" with the default driver Building shaka-compiler...
A partner asked me if we had any way to support persistent licenses with streaming content. At the moment, we do not. We would have to persist the session ID...
PR #4371 is a temporary solution to make the project compatible with a future compiler version. We should get access to that compiler internally, work to understand the nature of...
The workflow at https://github.com/shaka-project/shaka-player/actions/workflows/demo-version-index.yaml is meant to be triggered whenever the demo index code is updated or when a new release is made. The release trigger isn't working. For now,...
An import statement would enhance our ability to share configs across repos. Common fields needed by all repos (such as Type: bug) could be placed in a common config file....
This adds two main features: label renaming and import statements. Label renaming is an extension of the work done by @larsks in PR #60. To the renaming support in #60...
Hi everyone, I want to share with you some changes that are coming to the Shaka family of projects. This will be cross-posted to shaka-player-users, shaka-packager-users, and the GitHub Issues...