@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.
@@ -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.3",
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();