@mottosports/motto-video-player 1.0.1-rc.44 → 1.0.1-rc.45
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 +4 -4
- package/dist/index.js.map +1 -1
- package/dist/index.mjs +4 -4
- package/dist/index.mjs.map +1 -1
- package/package.json +1 -1
package/dist/index.mjs
CHANGED
|
@@ -1158,7 +1158,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1158
1158
|
import initShakaPlayerMux from "@mux/mux-data-shakaplayer";
|
|
1159
1159
|
|
|
1160
1160
|
// package.json
|
|
1161
|
-
var version = "1.0.1-rc.
|
|
1161
|
+
var version = "1.0.1-rc.45";
|
|
1162
1162
|
|
|
1163
1163
|
// src/utils/licenseCache.ts
|
|
1164
1164
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -1990,9 +1990,9 @@ var useShakaUI = (playerRef, containerRef, videoRef, controls, chromecastConfig,
|
|
|
1990
1990
|
},
|
|
1991
1991
|
controlPanelElements,
|
|
1992
1992
|
addBigPlayButton: isMobile,
|
|
1993
|
-
//
|
|
1994
|
-
|
|
1995
|
-
|
|
1993
|
+
// For now, Chromecast via Shaka must use the Motto receiver that runs on the legacy cast SDK (2.0), because
|
|
1994
|
+
// Shaka does not support the newer Cast SDK (3.0+) in its native integration.
|
|
1995
|
+
castReceiverAppId: "EC900D4D",
|
|
1996
1996
|
castAndroidReceiverCompatible: true,
|
|
1997
1997
|
// Enable Android TV compatibility
|
|
1998
1998
|
overflowMenuButtons: [
|