dasha 4.4.8 → 4.4.9

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
Files changed (2) hide show
  1. package/dist/index.mjs +1 -1
  2. package/package.json +1 -1
package/dist/index.mjs CHANGED
@@ -2606,7 +2606,7 @@ const applyContentProtection = (adaptationSet, representation, track) => {
2606
2606
  drm: {}
2607
2607
  };
2608
2608
  for (const contentProtection of contentProtections) {
2609
- const schemeIdUri = contentProtection.getAttribute("schemeIdUri");
2609
+ const schemeIdUri = contentProtection.getAttribute("schemeIdUri")?.toLowerCase();
2610
2610
  const drmData = {
2611
2611
  keyId: contentProtection.getAttribute("cenc:default_KID") || void 0,
2612
2612
  pssh: getDirectDashChild(contentProtection, "cenc:pssh")?.textContent?.trim() || void 0
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "dasha",
3
- "version": "4.4.8",
3
+ "version": "4.4.9",
4
4
  "description": "Streaming manifest parser",
5
5
  "files": [
6
6
  "dist"