@volcengine/veplayer 2.10.4-rc.2 → 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.2",
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
  }
@@ -28245,20 +28245,11 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
28245
28245
  var _a;
28246
28246
  return ((_a = options == null ? void 0 : options.drm) == null ? void 0 : _a.fairplay) && (Sniffer$2.browser === "safari" || Sniffer$2.os.isIos);
28247
28247
  }
28248
- function isBaiduOnOpenHarmony() {
28249
- const ua = navigator.userAgent;
28250
- const isOpenHarmony = /OpenHarmony/i.test(ua);
28251
- const isBaidu = /baiduboxapp|baiduboxlite/i.test(ua);
28252
- return isOpenHarmony && isBaidu;
28253
- }
28254
28248
  function enableMse(options) {
28255
28249
  var _a;
28256
28250
  if (preferNativeForFairplay(options)) {
28257
28251
  return false;
28258
28252
  }
28259
- if (isBaiduOnOpenHarmony()) {
28260
- return false;
28261
- }
28262
28253
  return Sniffer$2.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
28263
28254
  }
28264
28255
  function enableHlsJs(options) {
@@ -28532,10 +28523,6 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
28532
28523
  return RtmPlugin.isSupportedH264();
28533
28524
  return false;
28534
28525
  }
28535
- async function isRTMSeiSupported() {
28536
- const { RtmPlugin } = await load$4(DynamicModule$5.PluginRtm);
28537
- return RtmPlugin.isEncodedTransformSupported();
28538
- }
28539
28526
  const strategy = window["VePlayer"].strategy;
28540
28527
  const util$1 = window["VePlayer"].util;
28541
28528
  const DynamicModule$4 = window["VePlayer"].DynamicModule;
@@ -50012,7 +49999,6 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
50012
49999
  exports2.isFLVSupported = isFLVSupported;
50013
50000
  exports2.isMMSSupported = isMMSSupported;
50014
50001
  exports2.isMseSupported = isMseSupported;
50015
- exports2.isRTMSeiSupported = isRTMSeiSupported;
50016
50002
  exports2.isRTMSupportCodec = isRTMSupportCodec;
50017
50003
  exports2.isRTMSupported = isRTMSupported;
50018
50004
  exports2.isSoftDecodeSupported = isSoftDecodeSupported;