rx-player 3.33.5-dev.2025040100 → 3.33.5
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/CHANGELOG.md +1 -1
- package/VERSION +1 -1
- package/dist/_esm5.processed/core/api/public_api.js +2 -2
- package/dist/mpd-parser.wasm +0 -0
- package/dist/rx-player.js +2 -2
- package/dist/rx-player.min.js +1 -1
- package/package.json +1 -1
package/CHANGELOG.md
CHANGED
package/VERSION
CHANGED
|
@@ -1 +1 @@
|
|
|
1
|
-
3.33.5
|
|
1
|
+
3.33.5
|
|
@@ -88,7 +88,7 @@ var Player = /** @class */ (function (_super) {
|
|
|
88
88
|
// Workaround to support Firefox autoplay on FF 42.
|
|
89
89
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
|
|
90
90
|
videoElement.preload = "auto";
|
|
91
|
-
_this.version = /* PLAYER_VERSION */ "3.33.5
|
|
91
|
+
_this.version = /* PLAYER_VERSION */ "3.33.5";
|
|
92
92
|
_this.log = log;
|
|
93
93
|
_this.state = "STOPPED";
|
|
94
94
|
_this.videoElement = videoElement;
|
|
@@ -2520,5 +2520,5 @@ var Player = /** @class */ (function (_super) {
|
|
|
2520
2520
|
Player._priv_currentlyUsedVideoElements = new WeakSet();
|
|
2521
2521
|
return Player;
|
|
2522
2522
|
}(EventEmitter));
|
|
2523
|
-
Player.version = /* PLAYER_VERSION */ "3.33.5
|
|
2523
|
+
Player.version = /* PLAYER_VERSION */ "3.33.5";
|
|
2524
2524
|
export default Player;
|
package/dist/mpd-parser.wasm
CHANGED
|
Binary file
|
package/dist/rx-player.js
CHANGED
|
@@ -53832,7 +53832,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
|
|
|
53832
53832
|
// Workaround to support Firefox autoplay on FF 42.
|
|
53833
53833
|
// See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
|
|
53834
53834
|
videoElement.preload = "auto";
|
|
53835
|
-
_this.version = /* PLAYER_VERSION */"3.33.5
|
|
53835
|
+
_this.version = /* PLAYER_VERSION */"3.33.5";
|
|
53836
53836
|
_this.log = src_log/* default */.A;
|
|
53837
53837
|
_this.state = "STOPPED";
|
|
53838
53838
|
_this.videoElement = videoElement;
|
|
@@ -56320,7 +56320,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
|
|
|
56320
56320
|
* Use of a WeakSet ensure the object is garbage collected if it's not used anymore.
|
|
56321
56321
|
*/
|
|
56322
56322
|
Player._priv_currentlyUsedVideoElements = new WeakSet();
|
|
56323
|
-
Player.version = /* PLAYER_VERSION */"3.33.5
|
|
56323
|
+
Player.version = /* PLAYER_VERSION */"3.33.5";
|
|
56324
56324
|
/* harmony default export */ var public_api = (Player);
|
|
56325
56325
|
;// CONCATENATED MODULE: ./src/core/api/index.ts
|
|
56326
56326
|
/**
|