Skip to content

Commit

Permalink
chore: mix asset without drm
Browse files Browse the repository at this point in the history
  • Loading branch information
birme committed Apr 25, 2023
1 parent e182092 commit ec5c0a2
Showing 1 changed file with 7 additions and 2 deletions.
9 changes: 7 additions & 2 deletions server-drm.ts
Original file line number Diff line number Diff line change
Expand Up @@ -30,20 +30,25 @@ class RefAssetManager implements IAssetManager {
},
{
id: 2,
title: "VINN No DRM",
uri: "https://testcontent.eyevinn.technology/vinn/cmaf/index.m3u8"
},
{
id: 3,
title: "CE Promo DRM",
uri: "https://testcontent.eyevinn.technology/drm/CE-promo/index.m3u8"
// License server urL: https://widevine-dash.ezdrm.com/proxy?pX=1D331C
},
{
id: 3,
id: 4,
title: "Eyevinn Reel DRM",
uri: "https://testcontent.eyevinn.technology/drm/Eyevinn-Reel/index.m3u8"
// License server urL: https://widevine-dash.ezdrm.com/proxy?pX=1D331C
}
],
};
this.pos = {
1: 2,
1: 0,
};
}

Expand Down

0 comments on commit ec5c0a2

Please sign in to comment.