Steve Mayhew
Steve Mayhew
### Use case description An often significant delay for first frame with channel tunes occurs because of delays from the DRM License Server key or provisioning requests, it would be...
Please give more examples and suggestions how to implement SampleTemplate/SampleTimeline that allows for clean period splits. The ISO standard is very unclear as to the source of the value for...
ISO/IEC 23001 spec section 7.2 specifies: > InitializationVector SHALL conform to the definition specified in 9.2. Only one Per_ Sample_IV_Size SHALL be used within a file or Per_Sample_IV_Size SHALL be...
### Version Media3 main branch ### More version details Main@1ffeafecc374ed82d94ce16fb57c23f99cb78765 ### Devices that reproduce the issue Any ### Devices that do not reproduce the issue None ### Reproducible in the...
…namic to static This checkin fixes Issue #1441 where the player transitons to `Player.STATE_ENDED` once the buffer runs out on a DASH start-over playlist that has transitioned from dynamic to...
This is the equivalent pull request to https://github.com/androidx/media/pull/697, just rebased (with simple conflict resolve) to the main branch. @marcbaechinger feel free to pick one and close the other.
### Use case description Access to MultiDRM license servers is prudently protected by client authentication headers. With Widevine Proxy server the proxy is able to authenticate the caller and reject...
This pull request satisfies the enhancement request #702. For playback longer than a few hours the fix for SntpClient is also required, see pull request #697
## Steps To Reproduce Add this code to the demo `PlayerActivity`: ````java private static boolean bug_triggered = false; private class PlayerEventListener implements Player.Listener { @Override public void onPlaybackStateChanged(@Player.State int playbackState)...