@volcengine/veplayer 2.10.2-rc.1 → 2.10.3

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.2-rc.1",
3
+ "version": "2.10.3",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -26575,10 +26575,10 @@ 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.1-rc.1",
26578
+ veplayer_version: "2.3.0",
26579
26579
  flv_version: "3.0.23-rc.6",
26580
26580
  hls_version: "3.0.21-rc.21",
26581
- rts_version: "0.2.1-alpha.53"
26581
+ rts_version: "0.2.1-alpha.57"
26582
26582
  }
26583
26583
  });
26584
26584
  }
@@ -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
  });
@@ -49951,7 +49951,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
49951
49951
  }
49952
49952
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
49953
49953
  ...options,
49954
- playerVersion: "2.3.1-rc.1",
49954
+ playerVersion: "2.3.0",
49955
49955
  type: "LIVE"
49956
49956
  }));
49957
49957
  return liveVeStrategy.veStrategyManager;