Skip to content

Commit

Permalink
feat: Add support for huawei wiseplay drm (#90)
Browse files Browse the repository at this point in the history
  • Loading branch information
vlazh authored Jan 9, 2025
1 parent 66c272c commit 7760e58
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions index.js
Original file line number Diff line number Diff line change
Expand Up @@ -597,6 +597,8 @@ function guessSupportedScheme(keySystem) {
return 'cenc';
} else if (keySystem.startsWith('com.apple')) {
return 'cbcs';
} else if (keySystem.startsWith('com.huawei')) {
return 'cenc';
}

// We don't have this key system in our map!
Expand Down

0 comments on commit 7760e58

Please sign in to comment.