@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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@volcengine/veplayer",
3
- "version": "2.10.1",
3
+ "version": "2.10.2-rc.0",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -26575,7 +26575,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
26575
26575
  device_id: deviceId,
26576
26576
  error_report_stop: true,
26577
26577
  ext: {
26578
- veplayer_version: "2.3.0",
26578
+ veplayer_version: "2.3.1-rc.1",
26579
26579
  flv_version: "3.0.23-rc.6",
26580
26580
  hls_version: "3.0.21-rc.21",
26581
26581
  rts_version: "0.2.1-alpha.51"
@@ -27859,7 +27859,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
27859
27859
  );
27860
27860
  }
27861
27861
  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.biz.live.development.js", document.baseURI).href;
27862
- const baseUrl = src.slice(0, src.lastIndexOf("/"));
27862
+ const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
27863
27863
  const loader = new Loader({
27864
27864
  baseUrl
27865
27865
  });
@@ -49919,7 +49919,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
49919
49919
  }
49920
49920
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
49921
49921
  ...options,
49922
- playerVersion: "2.3.0",
49922
+ playerVersion: "2.3.1-rc.1",
49923
49923
  type: "LIVE"
49924
49924
  }));
49925
49925
  return liveVeStrategy.veStrategyManager;