From ec5c0a29a8da3428d1064d319ca84f2a47724da0 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jonas=20Birm=C3=A9?= Date: Tue, 25 Apr 2023 17:35:59 +0200 Subject: [PATCH] chore: mix asset without drm --- server-drm.ts | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) diff --git a/server-drm.ts b/server-drm.ts index 2bba74bb..4ed86885 100644 --- a/server-drm.ts +++ b/server-drm.ts @@ -30,12 +30,17 @@ 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 @@ -43,7 +48,7 @@ class RefAssetManager implements IAssetManager { ], }; this.pos = { - 1: 2, + 1: 0, }; }