@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/esm/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;
@@ -26719,7 +26719,7 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26719
26719
  device_id: deviceId,
26720
26720
  error_report_stop: true,
26721
26721
  ext: {
26722
- veplayer_version: "2.3.0",
26722
+ veplayer_version: "2.3.1-rc.1",
26723
26723
  flv_version: "3.0.24-rc.6",
26724
26724
  hls_version: "3.0.24-rc.2",
26725
26725
  rts_version: "0.2.1-alpha.64"
@@ -29239,6 +29239,8 @@ const licenseManager$1 = new LicenseManager();
29239
29239
  const BaseEvents = {
29240
29240
  // sei
29241
29241
  SEI: "sei",
29242
+ // sei,在播放时间对齐到该 sei 的时间戳时抛出
29243
+ SEI_IN_TIME: "seiInTime",
29242
29244
  // 播放器完成创建
29243
29245
  PLAYER_CREATE_FINISH: "playerCreateFinish",
29244
29246
  FALLBACK_ERROR: "fallbackError",
@@ -51421,7 +51423,7 @@ async function prepare(options) {
51421
51423
  }
51422
51424
  await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
51423
51425
  ...options,
51424
- playerVersion: "2.3.0",
51426
+ playerVersion: "2.3.1-rc.1",
51425
51427
  type: "LIVE"
51426
51428
  }));
51427
51429
  return liveVeStrategy.veStrategyManager;