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

feat: Add support for WisePlay DRM #7854

Merged
merged 11 commits into from
Jan 9, 2025
Prev Previous commit
Next Next commit
Fix test
avelad committed Jan 9, 2025
commit 8dc38eadf849ebc91984b7a72425f487a93a5c4a
1 change: 1 addition & 0 deletions test/dash/dash_parser_content_protection_unit.js
Original file line number Diff line number Diff line change
@@ -496,6 +496,7 @@ describe('DashParser ContentProtection', () => {
buildDrmInfo('com.microsoft.playready', keyIds),
buildDrmInfo('com.microsoft.playready', keyIds),
buildDrmInfo('com.apple.fps', keyIds),
buildDrmInfo('com.huawei.wiseplay', keyIds),
], variantKeyIds);
await testDashParser(source, expected, /* ignoreDrmInfo= */ true);
});