Skip to content

Commit

Permalink
Fix libraryLocation in demos
Browse files Browse the repository at this point in the history
  • Loading branch information
georgechoustoulakis committed Aug 12, 2024
1 parent 2fd74c0 commit ce0e173
Show file tree
Hide file tree
Showing 28 changed files with 28 additions and 28 deletions.
2 changes: 1 addition & 1 deletion drm/test/axinomdrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const contentProtectionIdentifier = 'axinom';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/axinomdrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const contentProtectionIdentifier = 'axinom';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/azuredrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/azuredrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/azuredrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/castlabs/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/castlabs/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const src = '';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/castlabs/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const src = '';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/comcastdrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -41,7 +41,7 @@ <h1>Comcast DRM FairPlay</h1>
},
mutedAutoplay: true,
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/ezdrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/irdetocontrol/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/irdetocontrol/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const streamSrc = '<stream>.mpd';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/irdetocontrol/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

const streamSrc = '<stream>.mpd';
Expand Down
2 changes: 1 addition & 1 deletion drm/test/keyos/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/keyos/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/keyos/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/nagradrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -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) {
Expand Down
2 changes: 1 addition & 1 deletion drm/test/nagradrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

let configureStream = function (src, licenseAcquisitionURL, token) {
Expand Down
2 changes: 1 addition & 1 deletion drm/test/nagradrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

let configureStream = function (src, licenseAcquisitionURL, token) {
Expand Down
2 changes: 1 addition & 1 deletion drm/test/titaniumdrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/titaniumdrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/titaniumdrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/verimatrixcoredrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/verimatrixcoredrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/verimatrixcoredrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/vudrm/fairplay.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/vudrm/playready.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down
2 changes: 1 addition & 1 deletion drm/test/vudrm/widevine.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
fluid: true
},
license: 'insert-your-license-here',
libraryLocation: '/THEOplayer/'
libraryLocation: '../../../node_modules/theoplayer/'
});

THEOplayer.registerContentProtectionIntegration(
Expand Down

0 comments on commit ce0e173

Please sign in to comment.