@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/esm/veplayer.biz.live.development.js +2 -16
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.d.ts +1 -2
- package/esm/veplayer.development.js +5 -19
- package/esm/veplayer.live.d.ts +1 -2
- package/esm/veplayer.live.development.js +5 -19
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +1 -1
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +2 -16
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.d.ts +1 -2
- package/umd/veplayer.development.js +5 -19
- package/umd/veplayer.live.d.ts +1 -2
- package/umd/veplayer.live.development.js +5 -19
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +1 -1
- package/umd/veplayer.vod.production.js +1 -1
- package/veplayer.d.ts +1 -2
- package/veplayer.live.d.ts +1 -2
|
@@ -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.
|
|
26575
|
+
flv_version: "3.0.23-rc.6",
|
|
26576
26576
|
hls_version: "3.0.21-rc.21",
|
|
26577
|
-
rts_version: "0.2.1-alpha.
|
|
26577
|
+
rts_version: "0.2.1-alpha.64"
|
|
26578
26578
|
}
|
|
26579
26579
|
});
|
|
26580
26580
|
}
|
|
@@ -28247,20 +28247,11 @@ function preferNativeForFairplay(options) {
|
|
|
28247
28247
|
var _a;
|
|
28248
28248
|
return ((_a = options == null ? void 0 : options.drm) == null ? void 0 : _a.fairplay) && (Sniffer$2.browser === "safari" || Sniffer$2.os.isIos);
|
|
28249
28249
|
}
|
|
28250
|
-
function isBaiduOnOpenHarmony() {
|
|
28251
|
-
const ua = navigator.userAgent;
|
|
28252
|
-
const isOpenHarmony = /OpenHarmony/i.test(ua);
|
|
28253
|
-
const isBaidu = /baiduboxapp|baiduboxlite/i.test(ua);
|
|
28254
|
-
return isOpenHarmony && isBaidu;
|
|
28255
|
-
}
|
|
28256
28250
|
function enableMse(options) {
|
|
28257
28251
|
var _a;
|
|
28258
28252
|
if (preferNativeForFairplay(options)) {
|
|
28259
28253
|
return false;
|
|
28260
28254
|
}
|
|
28261
|
-
if (isBaiduOnOpenHarmony()) {
|
|
28262
|
-
return false;
|
|
28263
|
-
}
|
|
28264
28255
|
return Sniffer$2.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
|
|
28265
28256
|
}
|
|
28266
28257
|
function enableHlsJs(options) {
|
|
@@ -28534,10 +28525,6 @@ async function isRTMSupportCodec(codec = RTMCodec.H264) {
|
|
|
28534
28525
|
return RtmPlugin.isSupportedH264();
|
|
28535
28526
|
return false;
|
|
28536
28527
|
}
|
|
28537
|
-
async function isRTMSeiSupported() {
|
|
28538
|
-
const { RtmPlugin } = await load$4(DynamicModule$5.PluginRtm);
|
|
28539
|
-
return RtmPlugin.isEncodedTransformSupported();
|
|
28540
|
-
}
|
|
28541
28528
|
const strategy = window["VePlayer"].strategy;
|
|
28542
28529
|
const util$1 = window["VePlayer"].util;
|
|
28543
28530
|
const DynamicModule$4 = window["VePlayer"].DynamicModule;
|
|
@@ -50007,7 +49994,6 @@ export {
|
|
|
50007
49994
|
isFLVSupported,
|
|
50008
49995
|
isMMSSupported,
|
|
50009
49996
|
isMseSupported,
|
|
50010
|
-
isRTMSeiSupported,
|
|
50011
49997
|
isRTMSupportCodec,
|
|
50012
49998
|
isRTMSupported,
|
|
50013
49999
|
isSoftDecodeSupported,
|