@mottosports/motto-video-player 1.0.1-rc.61 → 1.0.1-rc.63
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.
- package/dist/index.js +2 -3
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -3
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1184,7 +1184,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1184
1184
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1185
1185
|
|
|
1186
1186
|
// package.json
|
|
1187
|
-
var version = "1.0.1-rc.
|
|
1187
|
+
var version = "1.0.1-rc.63";
|
|
1188
1188
|
|
|
1189
1189
|
// src/utils/licenseCache.ts
|
|
1190
1190
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -1395,8 +1395,7 @@ var useShakaPlayer = ({
|
|
|
1395
1395
|
if (isDRM) {
|
|
1396
1396
|
const drmConfig2 = {
|
|
1397
1397
|
servers: {
|
|
1398
|
-
"com.widevine.alpha":
|
|
1399
|
-
// src.drm.widevine?.licenseUrl,
|
|
1398
|
+
"com.widevine.alpha": src.drm.widevine?.licenseUrl,
|
|
1400
1399
|
"com.microsoft.playready": src.drm.playready?.licenseUrl,
|
|
1401
1400
|
"com.apple.fps": src.drm.fairplay?.licenseUrl
|
|
1402
1401
|
},
|