@volcengine/veplayer 2.4.0-rc.2 → 2.4.0-rc.3
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 +5 -1
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.d.ts +2 -0
- package/esm/veplayer.development.js +7 -3
- package/esm/veplayer.live.d.ts +2 -0
- package/esm/veplayer.live.development.js +7 -3
- package/esm/veplayer.live.production.js +3 -3
- 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 +5 -1
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.d.ts +2 -0
- package/umd/veplayer.development.js +7 -3
- package/umd/veplayer.live.d.ts +2 -0
- package/umd/veplayer.live.development.js +7 -3
- 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 +2 -0
- package/veplayer.live.d.ts +2 -0
|
@@ -2931,7 +2931,7 @@ class Logger extends Plugin$2 {
|
|
|
2931
2931
|
device_id: this._deviceId,
|
|
2932
2932
|
ext: {
|
|
2933
2933
|
veplayer_version: "2.3.1-rc.0",
|
|
2934
|
-
flv_version: "3.0.18-alpha.
|
|
2934
|
+
flv_version: "3.0.18-alpha.5",
|
|
2935
2935
|
hls_version: "3.0.17",
|
|
2936
2936
|
rts_version: "0.2.1-alpha.0"
|
|
2937
2937
|
}
|
|
@@ -3423,6 +3423,10 @@ class VePlayerLive extends VePlayerBase {
|
|
|
3423
3423
|
var _a, _b, _c;
|
|
3424
3424
|
return (_c = (_b = (_a = this._player) == null ? void 0 : _a.plugins) == null ? void 0 : _b.rts) == null ? void 0 : _c.getNetWorkInfo();
|
|
3425
3425
|
}
|
|
3426
|
+
async getRTMStats() {
|
|
3427
|
+
var _a;
|
|
3428
|
+
return (_a = this._player) == null ? void 0 : _a.plugins.rts.getStatsSnapshoot();
|
|
3429
|
+
}
|
|
3426
3430
|
getFLVStats() {
|
|
3427
3431
|
var _a, _b, _c;
|
|
3428
3432
|
return (_c = (_b = (_a = this._player) == null ? void 0 : _a.plugins) == null ? void 0 : _b.flv) == null ? void 0 : _c.getStats();
|