From ce0e173e8e3b3be26ad53d3aa05829ca8a68f0e1 Mon Sep 17 00:00:00 2001 From: George Choustoulakis Date: Mon, 12 Aug 2024 11:33:30 +0200 Subject: [PATCH] Fix libraryLocation in demos --- drm/test/axinomdrm/playready.html | 2 +- drm/test/axinomdrm/widevine.html | 2 +- drm/test/azuredrm/fairplay.html | 2 +- drm/test/azuredrm/playready.html | 2 +- drm/test/azuredrm/widevine.html | 2 +- drm/test/castlabs/fairplay.html | 2 +- drm/test/castlabs/playready.html | 2 +- drm/test/castlabs/widevine.html | 2 +- drm/test/comcastdrm/fairplay.html | 2 +- drm/test/ezdrm/fairplay.html | 2 +- drm/test/irdetocontrol/fairplay.html | 2 +- drm/test/irdetocontrol/playready.html | 2 +- drm/test/irdetocontrol/widevine.html | 2 +- drm/test/keyos/fairplay.html | 2 +- drm/test/keyos/playready.html | 2 +- drm/test/keyos/widevine.html | 2 +- drm/test/nagradrm/fairplay.html | 2 +- drm/test/nagradrm/playready.html | 2 +- drm/test/nagradrm/widevine.html | 2 +- drm/test/titaniumdrm/fairplay.html | 2 +- drm/test/titaniumdrm/playready.html | 2 +- drm/test/titaniumdrm/widevine.html | 2 +- drm/test/verimatrixcoredrm/fairplay.html | 2 +- drm/test/verimatrixcoredrm/playready.html | 2 +- drm/test/verimatrixcoredrm/widevine.html | 2 +- drm/test/vudrm/fairplay.html | 2 +- drm/test/vudrm/playready.html | 2 +- drm/test/vudrm/widevine.html | 2 +- 28 files changed, 28 insertions(+), 28 deletions(-) diff --git a/drm/test/axinomdrm/playready.html b/drm/test/axinomdrm/playready.html index aec75211..26a361eb 100644 --- a/drm/test/axinomdrm/playready.html +++ b/drm/test/axinomdrm/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const contentProtectionIdentifier = 'axinom'; diff --git a/drm/test/axinomdrm/widevine.html b/drm/test/axinomdrm/widevine.html index cef19856..8b2ad124 100644 --- a/drm/test/axinomdrm/widevine.html +++ b/drm/test/axinomdrm/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const contentProtectionIdentifier = 'axinom'; diff --git a/drm/test/azuredrm/fairplay.html b/drm/test/azuredrm/fairplay.html index b0ea83c3..7417a87a 100644 --- a/drm/test/azuredrm/fairplay.html +++ b/drm/test/azuredrm/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/azuredrm/playready.html b/drm/test/azuredrm/playready.html index b26dde7f..ac2db6ec 100644 --- a/drm/test/azuredrm/playready.html +++ b/drm/test/azuredrm/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/azuredrm/widevine.html b/drm/test/azuredrm/widevine.html index a2e94d84..44185cdd 100644 --- a/drm/test/azuredrm/widevine.html +++ b/drm/test/azuredrm/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/castlabs/fairplay.html b/drm/test/castlabs/fairplay.html index 8c288780..2ca3c920 100644 --- a/drm/test/castlabs/fairplay.html +++ b/drm/test/castlabs/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/castlabs/playready.html b/drm/test/castlabs/playready.html index c9807e8f..4f3101e3 100644 --- a/drm/test/castlabs/playready.html +++ b/drm/test/castlabs/playready.html @@ -24,7 +24,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const src = ''; diff --git a/drm/test/castlabs/widevine.html b/drm/test/castlabs/widevine.html index 68fe401e..f5f8748e 100644 --- a/drm/test/castlabs/widevine.html +++ b/drm/test/castlabs/widevine.html @@ -24,7 +24,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const src = ''; diff --git a/drm/test/comcastdrm/fairplay.html b/drm/test/comcastdrm/fairplay.html index 50671ff1..2c11d5ab 100644 --- a/drm/test/comcastdrm/fairplay.html +++ b/drm/test/comcastdrm/fairplay.html @@ -41,7 +41,7 @@

Comcast DRM FairPlay

}, mutedAutoplay: true, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/ezdrm/fairplay.html b/drm/test/ezdrm/fairplay.html index cfba4e2c..2b821131 100644 --- a/drm/test/ezdrm/fairplay.html +++ b/drm/test/ezdrm/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/irdetocontrol/fairplay.html b/drm/test/irdetocontrol/fairplay.html index 5913f5e6..cadb696b 100644 --- a/drm/test/irdetocontrol/fairplay.html +++ b/drm/test/irdetocontrol/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/irdetocontrol/playready.html b/drm/test/irdetocontrol/playready.html index d56e1949..baa164ef 100644 --- a/drm/test/irdetocontrol/playready.html +++ b/drm/test/irdetocontrol/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const streamSrc = '.mpd'; diff --git a/drm/test/irdetocontrol/widevine.html b/drm/test/irdetocontrol/widevine.html index 66c148c9..3beec3f6 100644 --- a/drm/test/irdetocontrol/widevine.html +++ b/drm/test/irdetocontrol/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); const streamSrc = '.mpd'; diff --git a/drm/test/keyos/fairplay.html b/drm/test/keyos/fairplay.html index 163806ea..db20836f 100644 --- a/drm/test/keyos/fairplay.html +++ b/drm/test/keyos/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/keyos/playready.html b/drm/test/keyos/playready.html index d01e6568..0b2d8a46 100644 --- a/drm/test/keyos/playready.html +++ b/drm/test/keyos/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/keyos/widevine.html b/drm/test/keyos/widevine.html index 12770d3d..44495335 100644 --- a/drm/test/keyos/widevine.html +++ b/drm/test/keyos/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/nagradrm/fairplay.html b/drm/test/nagradrm/fairplay.html index 9fb78ba8..95eb7db0 100644 --- a/drm/test/nagradrm/fairplay.html +++ b/drm/test/nagradrm/fairplay.html @@ -38,7 +38,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); let configureStream = function (src, licenseAcquisitionURL, certificateURL, tenantId, token) { diff --git a/drm/test/nagradrm/playready.html b/drm/test/nagradrm/playready.html index 85451ee7..29bc56c2 100644 --- a/drm/test/nagradrm/playready.html +++ b/drm/test/nagradrm/playready.html @@ -34,7 +34,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); let configureStream = function (src, licenseAcquisitionURL, token) { diff --git a/drm/test/nagradrm/widevine.html b/drm/test/nagradrm/widevine.html index e080d434..efc73fbb 100644 --- a/drm/test/nagradrm/widevine.html +++ b/drm/test/nagradrm/widevine.html @@ -34,7 +34,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); let configureStream = function (src, licenseAcquisitionURL, token) { diff --git a/drm/test/titaniumdrm/fairplay.html b/drm/test/titaniumdrm/fairplay.html index 0a9dec43..70eeae27 100644 --- a/drm/test/titaniumdrm/fairplay.html +++ b/drm/test/titaniumdrm/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/titaniumdrm/playready.html b/drm/test/titaniumdrm/playready.html index ca3c9913..a978290c 100644 --- a/drm/test/titaniumdrm/playready.html +++ b/drm/test/titaniumdrm/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/titaniumdrm/widevine.html b/drm/test/titaniumdrm/widevine.html index fadac836..1a9a825e 100644 --- a/drm/test/titaniumdrm/widevine.html +++ b/drm/test/titaniumdrm/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/verimatrixcoredrm/fairplay.html b/drm/test/verimatrixcoredrm/fairplay.html index 3e0afb1c..783a2be4 100644 --- a/drm/test/verimatrixcoredrm/fairplay.html +++ b/drm/test/verimatrixcoredrm/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/verimatrixcoredrm/playready.html b/drm/test/verimatrixcoredrm/playready.html index 6c2326c2..2729d919 100644 --- a/drm/test/verimatrixcoredrm/playready.html +++ b/drm/test/verimatrixcoredrm/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/verimatrixcoredrm/widevine.html b/drm/test/verimatrixcoredrm/widevine.html index f21db6d9..60f587ed 100644 --- a/drm/test/verimatrixcoredrm/widevine.html +++ b/drm/test/verimatrixcoredrm/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/vudrm/fairplay.html b/drm/test/vudrm/fairplay.html index fe811ec2..44fcb11a 100644 --- a/drm/test/vudrm/fairplay.html +++ b/drm/test/vudrm/fairplay.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/vudrm/playready.html b/drm/test/vudrm/playready.html index 7ae7f380..fe45f0e7 100644 --- a/drm/test/vudrm/playready.html +++ b/drm/test/vudrm/playready.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration( diff --git a/drm/test/vudrm/widevine.html b/drm/test/vudrm/widevine.html index 1d55faa4..c7fc1ab7 100644 --- a/drm/test/vudrm/widevine.html +++ b/drm/test/vudrm/widevine.html @@ -16,7 +16,7 @@ fluid: true }, license: 'insert-your-license-here', - libraryLocation: '/THEOplayer/' + libraryLocation: '../../../node_modules/theoplayer/' }); THEOplayer.registerContentProtectionIntegration(