Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Multiple DRM license requests #8179

Open
mikeszutu opened this issue Feb 27, 2025 · 0 comments
Open

Multiple DRM license requests #8179

mikeszutu opened this issue Feb 27, 2025 · 0 comments
Labels
type: question A question from the community

Comments

@mikeszutu
Copy link

mikeszutu commented Feb 27, 2025

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?

Image

@mikeszutu mikeszutu added the type: question A question from the community label Feb 27, 2025
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
type: question A question from the community
Projects
None yet
Development

No branches or pull requests

1 participant