@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
package/package.json
CHANGED
|
@@ -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.
|
|
26579
|
+
flv_version: "3.0.23-rc.6",
|
|
26580
26580
|
hls_version: "3.0.21-rc.21",
|
|
26581
|
-
rts_version: "0.2.1-alpha.
|
|
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;
|