Use case description
Many of the Widevine proxy implementations require more elaborate retry mechanisms then the simple non-random timed backoff provided by the DefaultLoadErrorHandlingPolicy (for example, 429 back-off). This simple hook allows for implementations of them.
Proposed solution
See pull request #1272
Alternatives considered
Copy the entire DefaultDrmSessionManagerProvider and make this change for ourselves (ugly)
Use case description
Many of the Widevine proxy implementations require more elaborate retry mechanisms then the simple non-random timed backoff provided by the
DefaultLoadErrorHandlingPolicy(for example, 429 back-off). This simple hook allows for implementations of them.Proposed solution
See pull request #1272
Alternatives considered
Copy the entire
DefaultDrmSessionManagerProviderand make this change for ourselves (ugly)