You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Have you read the FAQ and checked for duplicate open issues?
Yes
If the question is related to FairPlay, have you read the tutorial?
No
What version of Shaka Player are you using?
4.13.5
What browser and OS are you using?
Chrome 133.0.6943.55 / Mac 15.3.1
Please ask your question
I'm noticing an issue where if we have a key rotation of 5 mins, we're making multiple DRM license requests on initial launch of the app. I've tried limiting using:
drm.retryParameters: {
maxAttempts: 2
}
but continues to make 12 additional requests + the usual 2 but playback is fine.
Update: Upon looking at our manifest we've set 7 periods and I believe each period is making 2 drm calls which equals to 14.
Is this typically normal or am I missing something here?
The text was updated successfully, but these errors were encountered:
Have you read the Tutorials?
Yes
Have you read the FAQ and checked for duplicate open issues?
Yes
If the question is related to FairPlay, have you read the tutorial?
No
What version of Shaka Player are you using?
4.13.5
What browser and OS are you using?
Chrome 133.0.6943.55 / Mac 15.3.1
Please ask your question
I'm noticing an issue where if we have a key rotation of 5 mins, we're making multiple DRM license requests on initial launch of the app. I've tried limiting using:
drm.retryParameters: {
maxAttempts: 2
}
but continues to make 12 additional requests + the usual 2 but playback is fine.
Update: Upon looking at our manifest we've set 7 periods and I believe each period is making 2 drm calls which equals to 14.
Is this typically normal or am I missing something here?
The text was updated successfully, but these errors were encountered: