@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.js
CHANGED
|
@@ -1201,6 +1201,7 @@ var isPlayReadySupported = () => {
|
|
|
1201
1201
|
return isXbox || (isEdge || isIE) && isWindows;
|
|
1202
1202
|
};
|
|
1203
1203
|
var supportsWidevinePersistentLicenses = () => {
|
|
1204
|
+
return false;
|
|
1204
1205
|
if (typeof navigator === "undefined") {
|
|
1205
1206
|
return false;
|
|
1206
1207
|
}
|
|
@@ -1225,7 +1226,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1225
1226
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1226
1227
|
|
|
1227
1228
|
// package.json
|
|
1228
|
-
var version = "1.0.1-rc.
|
|
1229
|
+
var version = "1.0.1-rc.60";
|
|
1229
1230
|
|
|
1230
1231
|
// src/utils/licenseCache.ts
|
|
1231
1232
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -1453,7 +1454,6 @@ var useShakaPlayer = ({
|
|
|
1453
1454
|
...drmConfig2.advanced,
|
|
1454
1455
|
"com.widevine.alpha": {
|
|
1455
1456
|
...drmConfig2.advanced?.["com.widevine.alpha"],
|
|
1456
|
-
// set to `persistent-license` only on Chrome 64+ on MacOS/Windows: https://shaka-player-demo.appspot.com/docs/api/tutorial-faq.html
|
|
1457
1457
|
sessionType: supportsWidevinePersistentLicenses() ? "persistent-license" : "temporary"
|
|
1458
1458
|
},
|
|
1459
1459
|
"com.microsoft.playready": {
|