@volcengine/veplayer 2.10.3 → 2.10.4-rc.1
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 +9 -4
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.d.ts +2 -1
- package/esm/veplayer.development.js +10 -5
- package/esm/veplayer.live.d.ts +2 -1
- package/esm/veplayer.live.development.js +10 -5
- 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 +9 -4
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.d.ts +2 -1
- package/umd/veplayer.development.js +10 -5
- package/umd/veplayer.live.d.ts +2 -1
- package/umd/veplayer.live.development.js +10 -5
- 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 +2 -1
- package/veplayer.live.d.ts +2 -1
package/package.json
CHANGED
|
@@ -26575,10 +26575,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
26575
26575
|
device_id: deviceId,
|
|
26576
26576
|
error_report_stop: true,
|
|
26577
26577
|
ext: {
|
|
26578
|
-
veplayer_version: "2.3.
|
|
26579
|
-
flv_version: "3.0.23-rc.
|
|
26578
|
+
veplayer_version: "2.3.1-rc.1",
|
|
26579
|
+
flv_version: "3.0.23-rc.7",
|
|
26580
26580
|
hls_version: "3.0.21-rc.21",
|
|
26581
|
-
rts_version: "0.2.1-alpha.
|
|
26581
|
+
rts_version: "0.2.1-alpha.62"
|
|
26582
26582
|
}
|
|
26583
26583
|
});
|
|
26584
26584
|
}
|
|
@@ -28523,6 +28523,10 @@ 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
|
+
}
|
|
28526
28530
|
const strategy = window["VePlayer"].strategy;
|
|
28527
28531
|
const util$1 = window["VePlayer"].util;
|
|
28528
28532
|
const DynamicModule$4 = window["VePlayer"].DynamicModule;
|
|
@@ -49951,7 +49955,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
|
|
|
49951
49955
|
}
|
|
49952
49956
|
await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
|
|
49953
49957
|
...options,
|
|
49954
|
-
playerVersion: "2.3.
|
|
49958
|
+
playerVersion: "2.3.1-rc.1",
|
|
49955
49959
|
type: "LIVE"
|
|
49956
49960
|
}));
|
|
49957
49961
|
return liveVeStrategy.veStrategyManager;
|
|
@@ -49999,6 +50003,7 @@ Radeong 0.4 on AMD TAHITI (DRM 2.43.0, LLVM 3.9.0)|-1
|
|
|
49999
50003
|
exports2.isFLVSupported = isFLVSupported;
|
|
50000
50004
|
exports2.isMMSSupported = isMMSSupported;
|
|
50001
50005
|
exports2.isMseSupported = isMseSupported;
|
|
50006
|
+
exports2.isRTMSeiSupported = isRTMSeiSupported;
|
|
50002
50007
|
exports2.isRTMSupportCodec = isRTMSupportCodec;
|
|
50003
50008
|
exports2.isRTMSupported = isRTMSupported;
|
|
50004
50009
|
exports2.isSoftDecodeSupported = isSoftDecodeSupported;
|