@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/esm/veplayer.biz.live.development.js +2 -7
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.d.ts +1 -2
- package/esm/veplayer.development.js +5 -10
- package/esm/veplayer.live.d.ts +1 -2
- package/esm/veplayer.live.development.js +5 -10
- 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 -7
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.d.ts +1 -2
- package/umd/veplayer.development.js +5 -10
- package/umd/veplayer.live.d.ts +1 -2
- package/umd/veplayer.live.development.js +5 -10
- 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
|
}
|
|
@@ -28525,10 +28525,6 @@ 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
|
-
}
|
|
28532
28528
|
const strategy = window["VePlayer"].strategy;
|
|
28533
28529
|
const util$1 = window["VePlayer"].util;
|
|
28534
28530
|
const DynamicModule$4 = window["VePlayer"].DynamicModule;
|
|
@@ -49998,7 +49994,6 @@ export {
|
|
|
49998
49994
|
isFLVSupported,
|
|
49999
49995
|
isMMSSupported,
|
|
50000
49996
|
isMseSupported,
|
|
50001
|
-
isRTMSeiSupported,
|
|
50002
49997
|
isRTMSupportCodec,
|
|
50003
49998
|
isRTMSupported,
|
|
50004
49999
|
isSoftDecodeSupported,
|