@volcengine/veplayer 2.9.0-rc.1 → 2.9.0

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.
@@ -14560,7 +14560,7 @@ class VePlayerBase {
14560
14560
  * @brief Retrieve the player SDK version number.
14561
14561
  */
14562
14562
  get playerVersion() {
14563
- return "2.9.0-rc.1";
14563
+ return "2.9.0";
14564
14564
  }
14565
14565
  /** {zh}
14566
14566
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -46853,7 +46853,7 @@ let Logger$1 = class Logger2 extends Plugin {
46853
46853
  device_id: (_f = (_e2 = this.player.config) == null ? void 0 : _e2.teaTracker) == null ? void 0 : _f.deviceId,
46854
46854
  error_report_stop: true,
46855
46855
  ext: {
46856
- veplayer_version: "2.9.0-rc.1",
46856
+ veplayer_version: "2.9.0",
46857
46857
  flv_version: "3.0.23-rc.6",
46858
46858
  hls_version: "3.0.21-rc.21",
46859
46859
  rts_version: "0.2.1-alpha.42"
@@ -47436,7 +47436,7 @@ function enableMse(options) {
47436
47436
  if (preferNativeForFairplay(options)) {
47437
47437
  return false;
47438
47438
  }
47439
- return ((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true;
47439
+ return sniffer$1.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
47440
47440
  }
47441
47441
  function enableHlsJs(options) {
47442
47442
  var _a;
@@ -14560,7 +14560,7 @@ class VePlayerBase {
14560
14560
  * @brief Retrieve the player SDK version number.
14561
14561
  */
14562
14562
  get playerVersion() {
14563
- return "2.9.0-rc.1";
14563
+ return "2.9.0";
14564
14564
  }
14565
14565
  /** {zh}
14566
14566
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -46853,7 +46853,7 @@ let Logger$1 = class Logger2 extends Plugin {
46853
46853
  device_id: (_f = (_e2 = this.player.config) == null ? void 0 : _e2.teaTracker) == null ? void 0 : _f.deviceId,
46854
46854
  error_report_stop: true,
46855
46855
  ext: {
46856
- veplayer_version: "2.9.0-rc.1",
46856
+ veplayer_version: "2.9.0",
46857
46857
  flv_version: "3.0.23-rc.6",
46858
46858
  hls_version: "3.0.21-rc.21",
46859
46859
  rts_version: "0.2.1-alpha.42"
@@ -47442,7 +47442,7 @@ function enableMse(options) {
47442
47442
  if (preferNativeForFairplay(options)) {
47443
47443
  return false;
47444
47444
  }
47445
- return ((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true;
47445
+ return sniffer$1.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
47446
47446
  }
47447
47447
  function enableHlsJs(options) {
47448
47448
  var _a;