@volcengine/veplayer 2.2.0-rc.2 → 2.2.1-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.
@@ -18291,7 +18291,7 @@ var __publicField = (obj, key, value) => {
18291
18291
  const combineOptions$1 = combineOptions([mseStrategy, softStrategy]);
18292
18292
  const plugins = [];
18293
18293
  if (enableLowLatency) {
18294
- combineOptions$1.url = appendSearchParams(options.url, { abr_pt: abrPts });
18294
+ combineOptions$1.url = appendSearchParams(options.url, { abr_pts: abrPts });
18295
18295
  }
18296
18296
  if (mseModule) {
18297
18297
  plugins.push(mseModule.FlvPlugin);
@@ -21325,7 +21325,7 @@ var __publicField = (obj, key, value) => {
21325
21325
  user_id: this._userId,
21326
21326
  device_id: this._deviceId,
21327
21327
  ext: {
21328
- veplayer_version: "2.2.0-rc.2",
21328
+ veplayer_version: "2.2.1-rc.0",
21329
21329
  flv_version: "3.0.11-alpha.2",
21330
21330
  hls_version: "3.0.11-alpha.2",
21331
21331
  rts_version: "0.2.0-alpha.5"
@@ -18291,7 +18291,7 @@ var __publicField = (obj, key, value) => {
18291
18291
  const combineOptions$1 = combineOptions([mseStrategy, softStrategy]);
18292
18292
  const plugins = [];
18293
18293
  if (enableLowLatency) {
18294
- combineOptions$1.url = appendSearchParams(options.url, { abr_pt: abrPts });
18294
+ combineOptions$1.url = appendSearchParams(options.url, { abr_pts: abrPts });
18295
18295
  }
18296
18296
  if (mseModule) {
18297
18297
  plugins.push(mseModule.FlvPlugin);
@@ -21325,7 +21325,7 @@ var __publicField = (obj, key, value) => {
21325
21325
  user_id: this._userId,
21326
21326
  device_id: this._deviceId,
21327
21327
  ext: {
21328
- veplayer_version: "2.2.0-rc.2",
21328
+ veplayer_version: "2.2.1-rc.0",
21329
21329
  flv_version: "3.0.11-alpha.2",
21330
21330
  hls_version: "3.0.11-alpha.2",
21331
21331
  rts_version: "0.2.0-alpha.5"