@volcengine/veplayer 2.4.0-rc.0 → 2.4.0-rc.1
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.d.ts +4 -0
- package/esm/veplayer.development.js +1 -1
- package/esm/veplayer.live.d.ts +4 -0
- package/esm/veplayer.live.development.js +1 -1
- 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.d.ts +4 -0
- package/umd/veplayer.development.js +1 -1
- package/umd/veplayer.live.d.ts +4 -0
- package/umd/veplayer.live.development.js +1 -1
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.production.js +1 -1
- package/veplayer.d.ts +4 -0
- package/veplayer.live.d.ts +4 -0
package/esm/veplayer.d.ts
CHANGED
|
@@ -5559,6 +5559,7 @@ interface Flv {
|
|
|
5559
5559
|
*/
|
|
5560
5560
|
abrPts?: string | number;
|
|
5561
5561
|
abr?: Abr;
|
|
5562
|
+
mseLowLatency?: boolean;
|
|
5562
5563
|
}
|
|
5563
5564
|
/** {zh}
|
|
5564
5565
|
* @list option
|
|
@@ -5610,6 +5611,7 @@ interface Hls {
|
|
|
5610
5611
|
*/
|
|
5611
5612
|
enableMSE?: boolean;
|
|
5612
5613
|
abr?: HlsAbr;
|
|
5614
|
+
mseLowLatency?: boolean;
|
|
5613
5615
|
}
|
|
5614
5616
|
/** {zh}
|
|
5615
5617
|
* @detail api
|
|
@@ -10107,6 +10109,7 @@ declare namespace live {
|
|
|
10107
10109
|
*/
|
|
10108
10110
|
abrPts?: string | number;
|
|
10109
10111
|
abr?: Abr;
|
|
10112
|
+
mseLowLatency?: boolean;
|
|
10110
10113
|
}
|
|
10111
10114
|
/** {zh}
|
|
10112
10115
|
* @list option
|
|
@@ -10158,6 +10161,7 @@ declare namespace live {
|
|
|
10158
10161
|
*/
|
|
10159
10162
|
enableMSE?: boolean;
|
|
10160
10163
|
abr?: HlsAbr;
|
|
10164
|
+
mseLowLatency?: boolean;
|
|
10161
10165
|
}
|
|
10162
10166
|
/** {zh}
|
|
10163
10167
|
* @detail api
|
|
@@ -21890,7 +21890,7 @@ class Logger extends Plugin {
|
|
|
21890
21890
|
user_id: this._userId,
|
|
21891
21891
|
device_id: this._deviceId,
|
|
21892
21892
|
ext: {
|
|
21893
|
-
veplayer_version: "2.4.0-rc.
|
|
21893
|
+
veplayer_version: "2.4.0-rc.1",
|
|
21894
21894
|
flv_version: "3.0.17",
|
|
21895
21895
|
hls_version: "3.0.17",
|
|
21896
21896
|
rts_version: "0.2.0-alpha.5"
|
package/esm/veplayer.live.d.ts
CHANGED
|
@@ -5559,6 +5559,7 @@ interface Flv {
|
|
|
5559
5559
|
*/
|
|
5560
5560
|
abrPts?: string | number;
|
|
5561
5561
|
abr?: Abr;
|
|
5562
|
+
mseLowLatency?: boolean;
|
|
5562
5563
|
}
|
|
5563
5564
|
/** {zh}
|
|
5564
5565
|
* @list option
|
|
@@ -5610,6 +5611,7 @@ interface Hls {
|
|
|
5610
5611
|
*/
|
|
5611
5612
|
enableMSE?: boolean;
|
|
5612
5613
|
abr?: HlsAbr;
|
|
5614
|
+
mseLowLatency?: boolean;
|
|
5613
5615
|
}
|
|
5614
5616
|
/** {zh}
|
|
5615
5617
|
* @detail api
|
|
@@ -10107,6 +10109,7 @@ declare namespace live {
|
|
|
10107
10109
|
*/
|
|
10108
10110
|
abrPts?: string | number;
|
|
10109
10111
|
abr?: Abr;
|
|
10112
|
+
mseLowLatency?: boolean;
|
|
10110
10113
|
}
|
|
10111
10114
|
/** {zh}
|
|
10112
10115
|
* @list option
|
|
@@ -10158,6 +10161,7 @@ declare namespace live {
|
|
|
10158
10161
|
*/
|
|
10159
10162
|
enableMSE?: boolean;
|
|
10160
10163
|
abr?: HlsAbr;
|
|
10164
|
+
mseLowLatency?: boolean;
|
|
10161
10165
|
}
|
|
10162
10166
|
/** {zh}
|
|
10163
10167
|
* @detail api
|
|
@@ -21890,7 +21890,7 @@ class Logger extends Plugin {
|
|
|
21890
21890
|
user_id: this._userId,
|
|
21891
21891
|
device_id: this._deviceId,
|
|
21892
21892
|
ext: {
|
|
21893
|
-
veplayer_version: "2.4.0-rc.
|
|
21893
|
+
veplayer_version: "2.4.0-rc.1",
|
|
21894
21894
|
flv_version: "3.0.17",
|
|
21895
21895
|
hls_version: "3.0.17",
|
|
21896
21896
|
rts_version: "0.2.0-alpha.5"
|