We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Filter levels based HDCP level attribute when using EME keys.
maxHdcpLevel
MediaKeys.getStatusForPolicy
See HDCP-LEVEL under https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.6.2
The text was updated successfully, but these errors were encountered:
Implement maxHdcpLevel HDCP-LEVEL capping and EME error handling
6cb65fa
Resolves #4923 Closes #4966
Implement maxHdcpLevel HDCP-LEVEL capping and EME error handling (#…
311ac64
…5150) Resolves #4923 Closes #4966
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
Filter levels based HDCP level attribute when using EME keys.
Describe the solution you'd like
maxHdcpLevel
setting that caps level selection to variants with an equal or lower HDCP-LEVEL attribute value of:Setting
maxHdcpLevel
would filter out levels that do not specify HDCP-LEVEL.When available, useMediaKeys.getStatusForPolicy
(https://wicg.github.io/hdcp-detection/) to filter levels prior to requesting a license.Additional context
See HDCP-LEVEL under https://datatracker.ietf.org/doc/html/draft-pantos-hls-rfc8216bis#section-4.4.6.2
The text was updated successfully, but these errors were encountered: