@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.js
CHANGED
|
@@ -1199,7 +1199,7 @@ var supportsWidevinePersistentLicenses = () => {
|
|
|
1199
1199
|
var import_mux_data_shakaplayer = __toESM(require("@mux/mux-data-shakaplayer"));
|
|
1200
1200
|
|
|
1201
1201
|
// package.json
|
|
1202
|
-
var version = "1.0.1-rc.
|
|
1202
|
+
var version = "1.0.1-rc.45";
|
|
1203
1203
|
|
|
1204
1204
|
// src/utils/licenseCache.ts
|
|
1205
1205
|
var PERSISTENT_LICENSE_PREFIX = "motto_lic_";
|
|
@@ -2031,9 +2031,9 @@ var useShakaUI = (playerRef, containerRef, videoRef, controls, chromecastConfig,
|
|
|
2031
2031
|
},
|
|
2032
2032
|
controlPanelElements,
|
|
2033
2033
|
addBigPlayButton: isMobile,
|
|
2034
|
-
//
|
|
2035
|
-
|
|
2036
|
-
|
|
2034
|
+
// For now, Chromecast via Shaka must use the Motto receiver that runs on the legacy cast SDK (2.0), because
|
|
2035
|
+
// Shaka does not support the newer Cast SDK (3.0+) in its native integration.
|
|
2036
|
+
castReceiverAppId: "EC900D4D",
|
|
2037
2037
|
castAndroidReceiverCompatible: true,
|
|
2038
2038
|
// Enable Android TV compatibility
|
|
2039
2039
|
overflowMenuButtons: [
|