@volcengine/veplayer 2.2.0-rc.1 → 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.
- package/esm/veplayer.biz.live.development.js +1 -1
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +2 -2
- package/esm/veplayer.live.development.js +2 -2
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +1 -1
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +2 -2
- package/umd/veplayer.live.development.js +2 -2
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -18287,7 +18287,7 @@ const getFlvStrategy = async (options) => {
|
|
|
18287
18287
|
const combineOptions$1 = combineOptions([mseStrategy, softStrategy]);
|
|
18288
18288
|
const plugins = [];
|
|
18289
18289
|
if (enableLowLatency) {
|
|
18290
|
-
combineOptions$1.url = appendSearchParams(options.url, {
|
|
18290
|
+
combineOptions$1.url = appendSearchParams(options.url, { abr_pts: abrPts });
|
|
18291
18291
|
}
|
|
18292
18292
|
if (mseModule) {
|
|
18293
18293
|
plugins.push(mseModule.FlvPlugin);
|
|
@@ -21321,7 +21321,7 @@ class Logger extends Plugin {
|
|
|
21321
21321
|
user_id: this._userId,
|
|
21322
21322
|
device_id: this._deviceId,
|
|
21323
21323
|
ext: {
|
|
21324
|
-
veplayer_version: "2.2.
|
|
21324
|
+
veplayer_version: "2.2.1-rc.0",
|
|
21325
21325
|
flv_version: "3.0.11-alpha.2",
|
|
21326
21326
|
hls_version: "3.0.11-alpha.2",
|
|
21327
21327
|
rts_version: "0.2.0-alpha.5"
|
|
@@ -18287,7 +18287,7 @@ const getFlvStrategy = async (options) => {
|
|
|
18287
18287
|
const combineOptions$1 = combineOptions([mseStrategy, softStrategy]);
|
|
18288
18288
|
const plugins = [];
|
|
18289
18289
|
if (enableLowLatency) {
|
|
18290
|
-
combineOptions$1.url = appendSearchParams(options.url, {
|
|
18290
|
+
combineOptions$1.url = appendSearchParams(options.url, { abr_pts: abrPts });
|
|
18291
18291
|
}
|
|
18292
18292
|
if (mseModule) {
|
|
18293
18293
|
plugins.push(mseModule.FlvPlugin);
|
|
@@ -21321,7 +21321,7 @@ class Logger extends Plugin {
|
|
|
21321
21321
|
user_id: this._userId,
|
|
21322
21322
|
device_id: this._deviceId,
|
|
21323
21323
|
ext: {
|
|
21324
|
-
veplayer_version: "2.2.
|
|
21324
|
+
veplayer_version: "2.2.1-rc.0",
|
|
21325
21325
|
flv_version: "3.0.11-alpha.2",
|
|
21326
21326
|
hls_version: "3.0.11-alpha.2",
|
|
21327
21327
|
rts_version: "0.2.0-alpha.5"
|