@volcengine/veplayer 2.10.4-rc.0 → 2.10.4-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.
@@ -26574,7 +26574,7 @@ let Logger$1 = class Logger2 extends Plugin$2 {
26574
26574
  veplayer_version: "2.3.1-rc.1",
26575
26575
  flv_version: "3.0.23-rc.7",
26576
26576
  hls_version: "3.0.21-rc.21",
26577
- rts_version: "0.2.1-alpha.61"
26577
+ rts_version: "0.2.1-alpha.62"
26578
26578
  }
26579
26579
  });
26580
26580
  }
@@ -28525,6 +28525,10 @@ 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
+ }
28528
28532
  const strategy = window["VePlayer"].strategy;
28529
28533
  const util$1 = window["VePlayer"].util;
28530
28534
  const DynamicModule$4 = window["VePlayer"].DynamicModule;
@@ -49994,6 +49998,7 @@ export {
49994
49998
  isFLVSupported,
49995
49999
  isMMSSupported,
49996
50000
  isMseSupported,
50001
+ isRTMSeiSupported,
49997
50002
  isRTMSupportCodec,
49998
50003
  isRTMSupported,
49999
50004
  isSoftDecodeSupported,