@mottosports/motto-video-player 1.0.1-rc.59 → 1.0.1-rc.60
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 -2
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +2 -2
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1160,6 +1160,7 @@ var isPlayReadySupported = () => {
|
|
|
1160
1160
|
return isXbox || (isEdge || isIE) && isWindows;
|
|
1161
1161
|
};
|
|
1162
1162
|
var supportsWidevinePersistentLicenses = () => {
|
|
1163
|
+
return false;
|
|
1163
1164
|
if (typeof navigator === "undefined") {
|
|
1164
1165
|
return false;
|
|
1165
1166
|
}
|
|
@@ -1184,7 +1185,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1184
1185
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1185
1186
|
|
|
1186
1187
|
// package.json
|
|
1187
|
-
var version = "1.0.1-rc.
|
|
1188
|
+
var version = "1.0.1-rc.60";
|
|
1188
1189
|
|
|
1189
1190
|
// src/utils/licenseCache.ts
|
|
1190
1191
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -1412,7 +1413,6 @@ var useShakaPlayer = ({
|
|
|
1412
1413
|
...drmConfig2.advanced,
|
|
1413
1414
|
"com.widevine.alpha": {
|
|
1414
1415
|
...drmConfig2.advanced?.["com.widevine.alpha"],
|
|
1415
|
-
// set to `persistent-license` only on Chrome 64+ on MacOS/Windows: https://shaka-player-demo.appspot.com/docs/api/tutorial-faq.html
|
|
1416
1416
|
sessionType: supportsWidevinePersistentLicenses() ? "persistent-license" : "temporary"
|
|
1417
1417
|
},
|
|
1418
1418
|
"com.microsoft.playready": {
|