rx-player 3.32.0-dev.2023092900 → 3.32.1

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 CHANGED
@@ -1,6 +1,6 @@
1
1
  # Changelog
2
2
 
3
- ## v3.32.0-dev.2023092900 (2023-09-29)
3
+ ## v3.32.1 (2023-10-19)
4
4
 
5
5
  ### Features
6
6
 
@@ -22,10 +22,8 @@
22
22
  - Implement better `NetworkError` messages [#1274]
23
23
  - Set a better error message for when no `keySystems` option is set when playing an encrypted content
24
24
  - Fix very small memory leak when reloading a content [#1286]
25
- - TTML: put saner values for extent and origins when weird ones are found
26
25
  - Re-check for segments to load immediately after the manifest has been refreshed [#1282]
27
26
  - When "fallbacking" an undecipherable Representation, now empty the whole buffer if we can't make out where content was in the buffer [#1283]
28
- - DRM: Reload when playback is unexpectedly frozen with encrypted but only decipherable data in the buffer [#1236]
29
27
  - Improve segment start detection in buffer when there's unknown data buffered before it [#1284]
30
28
  - DRM: Selection of alternative EME API like those used on IE11 or Safari has been refactored to facilitate future developments [#1261]
31
29
 
package/VERSION CHANGED
@@ -1 +1 @@
1
- 3.32.0-dev.2023092900
1
+ 3.32.1
@@ -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.32.0-dev.2023092900";
91
+ _this.version = /* PLAYER_VERSION */ "3.32.1";
92
92
  _this.log = log;
93
93
  _this.state = "STOPPED";
94
94
  _this.videoElement = videoElement;
@@ -2439,5 +2439,5 @@ var Player = /** @class */ (function (_super) {
2439
2439
  };
2440
2440
  return Player;
2441
2441
  }(EventEmitter));
2442
- Player.version = /* PLAYER_VERSION */ "3.32.0-dev.2023092900";
2442
+ Player.version = /* PLAYER_VERSION */ "3.32.1";
2443
2443
  export default Player;
Binary file
@@ -1,3 +1,3 @@
1
1
 
2
- import RxPlayer from "./_esm5.processed/index";
2
+ import RxPlayer from "./_esm5.processed/core/api/index";
3
3
  export default RxPlayer;
package/dist/rx-player.js CHANGED
@@ -52658,7 +52658,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
52658
52658
  // Workaround to support Firefox autoplay on FF 42.
52659
52659
  // See: https://bugzilla.mozilla.org/show_bug.cgi?id=1194624
52660
52660
  videoElement.preload = "auto";
52661
- _this.version = /* PLAYER_VERSION */"3.32.0-dev.2023092900";
52661
+ _this.version = /* PLAYER_VERSION */"3.32.1";
52662
52662
  _this.log = log/* default */.Z;
52663
52663
  _this.state = "STOPPED";
52664
52664
  _this.videoElement = videoElement;
@@ -55072,7 +55072,7 @@ var Player = /*#__PURE__*/function (_EventEmitter) {
55072
55072
  }]);
55073
55073
  return Player;
55074
55074
  }(event_emitter/* default */.Z);
55075
- Player.version = /* PLAYER_VERSION */"3.32.0-dev.2023092900";
55075
+ Player.version = /* PLAYER_VERSION */"3.32.1";
55076
55076
  /* harmony default export */ var public_api = (Player);
55077
55077
  ;// CONCATENATED MODULE: ./src/core/api/index.ts
55078
55078
  /**