@volcengine/veplayer 2.10.1 → 2.10.2-rc.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.
@@ -13431,7 +13431,7 @@ var __publicField = (obj, key, value) => {
13431
13431
  var lodash_curry = curry;
13432
13432
  var curry$1 = /* @__PURE__ */ getDefaultExportFromCjs$3(lodash_curry);
13433
13433
  const src = typeof document === "undefined" && typeof location === "undefined" ? require("url").pathToFileURL(__filename).href : typeof document === "undefined" ? location.href : document.currentScript && document.currentScript.src || new URL("umd/veplayer.development.js", document.baseURI).href;
13434
- const baseUrl = src.slice(0, src.lastIndexOf("/"));
13434
+ const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
13435
13435
  const loader = new Loader({
13436
13436
  baseUrl
13437
13437
  });
@@ -14564,7 +14564,7 @@ var __publicField = (obj, key, value) => {
14564
14564
  * @brief Retrieve the player SDK version number.
14565
14565
  */
14566
14566
  get playerVersion() {
14567
- return "2.10.1";
14567
+ return "2.10.2-rc.0";
14568
14568
  }
14569
14569
  /** {zh}
14570
14570
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -55386,7 +55386,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
55386
55386
  device_id: deviceId,
55387
55387
  error_report_stop: true,
55388
55388
  ext: {
55389
- veplayer_version: "2.10.1",
55389
+ veplayer_version: "2.10.2-rc.0",
55390
55390
  flv_version: "3.0.23-rc.6",
55391
55391
  hls_version: "3.0.21-rc.21",
55392
55392
  rts_version: "0.2.1-alpha.51"
@@ -72817,7 +72817,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
72817
72817
  }
72818
72818
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
72819
72819
  ...options,
72820
- playerVersion: "2.10.1",
72820
+ playerVersion: "2.10.2-rc.0",
72821
72821
  type: "LIVE"
72822
72822
  }));
72823
72823
  return liveVeStrategy.veStrategyManager;
@@ -13431,7 +13431,7 @@ var __publicField = (obj, key, value) => {
13431
13431
  var lodash_curry = curry;
13432
13432
  var curry$1 = /* @__PURE__ */ getDefaultExportFromCjs$3(lodash_curry);
13433
13433
  const src = typeof document === "undefined" && typeof location === "undefined" ? require("url").pathToFileURL(__filename).href : typeof document === "undefined" ? location.href : document.currentScript && document.currentScript.src || new URL("umd/veplayer.live.development.js", document.baseURI).href;
13434
- const baseUrl = src.slice(0, src.lastIndexOf("/"));
13434
+ const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
13435
13435
  const loader = new Loader({
13436
13436
  baseUrl
13437
13437
  });
@@ -14564,7 +14564,7 @@ var __publicField = (obj, key, value) => {
14564
14564
  * @brief Retrieve the player SDK version number.
14565
14565
  */
14566
14566
  get playerVersion() {
14567
- return "2.10.1";
14567
+ return "2.10.2-rc.0";
14568
14568
  }
14569
14569
  /** {zh}
14570
14570
  * @brief 获取当前播放视频的清晰度唯一标识(definition)。
@@ -55386,7 +55386,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
55386
55386
  device_id: deviceId,
55387
55387
  error_report_stop: true,
55388
55388
  ext: {
55389
- veplayer_version: "2.10.1",
55389
+ veplayer_version: "2.10.2-rc.0",
55390
55390
  flv_version: "3.0.23-rc.6",
55391
55391
  hls_version: "3.0.21-rc.21",
55392
55392
  rts_version: "0.2.1-alpha.51"
@@ -72823,7 +72823,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
72823
72823
  }
72824
72824
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
72825
72825
  ...options,
72826
- playerVersion: "2.10.1",
72826
+ playerVersion: "2.10.2-rc.0",
72827
72827
  type: "LIVE"
72828
72828
  }));
72829
72829
  return liveVeStrategy.veStrategyManager;