@volcengine/veplayer 2.12.1 → 2.12.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.12.1",
3
+ "version": "2.12.2-rc.0",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
package/umd/index.d.ts CHANGED
@@ -5080,6 +5080,7 @@ declare namespace error {
5080
5080
  declare namespace event {
5081
5081
  const BaseEvents: {
5082
5082
  SEI: string;
5083
+ SEI_IN_TIME: string;
5083
5084
  PLAYER_CREATE_FINISH: string;
5084
5085
  FALLBACK_ERROR: string;
5085
5086
  FALLBACK: string;
@@ -5124,6 +5125,7 @@ declare namespace event {
5124
5125
  };
5125
5126
  const Events: {
5126
5127
  SEI: string;
5128
+ SEI_IN_TIME: string;
5127
5129
  PLAYER_CREATE_FINISH: string;
5128
5130
  FALLBACK_ERROR: string;
5129
5131
  FALLBACK: string;
@@ -26723,7 +26723,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
26723
26723
  device_id: deviceId,
26724
26724
  error_report_stop: true,
26725
26725
  ext: {
26726
- veplayer_version: "2.3.0",
26726
+ veplayer_version: "2.3.1-rc.1",
26727
26727
  flv_version: "3.0.24-rc.6",
26728
26728
  hls_version: "3.0.24-rc.2",
26729
26729
  rts_version: "0.2.1-alpha.64"
@@ -29237,6 +29237,8 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
29237
29237
  const BaseEvents = {
29238
29238
  // sei
29239
29239
  SEI: "sei",
29240
+ // sei,在播放时间对齐到该 sei 的时间戳时抛出
29241
+ SEI_IN_TIME: "seiInTime",
29240
29242
  // 播放器完成创建
29241
29243
  PLAYER_CREATE_FINISH: "playerCreateFinish",
29242
29244
  FALLBACK_ERROR: "fallbackError",
@@ -51426,7 +51428,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
51426
51428
  }
51427
51429
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
51428
51430
  ...options,
51429
- playerVersion: "2.3.0",
51431
+ playerVersion: "2.3.1-rc.1",
51430
51432
  type: "LIVE"
51431
51433
  }));
51432
51434
  return liveVeStrategy.veStrategyManager;