@byteplus/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.
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@byteplus/veplayer",
3
- "version": "2.10.4-rc.0",
3
+ "version": "2.10.4-rc.1",
4
4
  "main": "./umd/veplayer.production.js",
5
5
  "module": "./esm/veplayer.production.js",
6
6
  "browser": "./umd/veplayer.production.js",
@@ -26578,7 +26578,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
26578
26578
  veplayer_version: "2.3.1-rc.3",
26579
26579
  flv_version: "3.0.23-rc.7",
26580
26580
  hls_version: "3.0.21-rc.21",
26581
- rts_version: "0.2.1-alpha.61"
26581
+ rts_version: "0.2.1-alpha.62"
26582
26582
  }
26583
26583
  });
26584
26584
  }
@@ -28523,6 +28523,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
28523
28523
  return RtmPlugin.isSupportedH264();
28524
28524
  return false;
28525
28525
  }
28526
+ async function isRTMSeiSupported() {
28527
+ const { RtmPlugin } = await load$4(DynamicModule$5.PluginRtm);
28528
+ return RtmPlugin.isEncodedTransformSupported();
28529
+ }
28526
28530
  const strategy = window["VePlayer"].strategy;
28527
28531
  const util$1 = window["VePlayer"].util;
28528
28532
  const DynamicModule$4 = window["VePlayer"].DynamicModule;
@@ -49999,6 +50003,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
49999
50003
  exports2.isFLVSupported = isFLVSupported;
50000
50004
  exports2.isMMSSupported = isMMSSupported;
50001
50005
  exports2.isMseSupported = isMseSupported;
50006
+ exports2.isRTMSeiSupported = isRTMSeiSupported;
50002
50007
  exports2.isRTMSupportCodec = isRTMSupportCodec;
50003
50008
  exports2.isRTMSupported = isRTMSupported;
50004
50009
  exports2.isSoftDecodeSupported = isSoftDecodeSupported;