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