@volcengine/veplayer 2.10.4-rc.1 → 2.10.4-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.
@@ -26572,9 +26572,9 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26572
26572
  error_report_stop: true,
26573
26573
  ext: {
26574
26574
  veplayer_version: "2.3.1-rc.1",
26575
- flv_version: "3.0.23-rc.7",
26575
+ flv_version: "3.0.23-rc.6",
26576
26576
  hls_version: "3.0.21-rc.21",
26577
- rts_version: "0.2.1-alpha.62"
26577
+ rts_version: "0.2.1-alpha.64"
26578
26578
  }
26579
26579
  });
26580
26580
  }
@@ -28525,10 +28525,6 @@ async function isRTMSupportCodec(codec = RTMCodec.H264) {
28525
28525
  return RtmPlugin.isSupportedH264();
28526
28526
  return false;
28527
28527
  }
28528
- async function isRTMSeiSupported() {
28529
- const { RtmPlugin } = await load$4(DynamicModule$5.PluginRtm);
28530
- return RtmPlugin.isEncodedTransformSupported();
28531
- }
28532
28528
  const strategy = window["VePlayer"].strategy;
28533
28529
  const util$1 = window["VePlayer"].util;
28534
28530
  const DynamicModule$4 = window["VePlayer"].DynamicModule;
@@ -49998,7 +49994,6 @@ export {
49998
49994
  isFLVSupported,
49999
49995
  isMMSSupported,
50000
49996
  isMseSupported,
50001
- isRTMSeiSupported,
50002
49997
  isRTMSupportCodec,
50003
49998
  isRTMSupported,
50004
49999
  isSoftDecodeSupported,