@volcengine/veplayer 2.9.0-rc.1 → 2.9.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 +3 -3
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +4 -4
- package/esm/veplayer.live.development.js +4 -4
- 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 +3 -3
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +4 -4
- package/umd/veplayer.live.development.js +4 -4
- 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
|
@@ -14564,7 +14564,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14564
14564
|
* @brief Retrieve the player SDK version number.
|
|
14565
14565
|
*/
|
|
14566
14566
|
get playerVersion() {
|
|
14567
|
-
return "2.9.
|
|
14567
|
+
return "2.9.1";
|
|
14568
14568
|
}
|
|
14569
14569
|
/** {zh}
|
|
14570
14570
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -46857,10 +46857,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
46857
46857
|
device_id: (_f = (_e2 = this.player.config) == null ? void 0 : _e2.teaTracker) == null ? void 0 : _f.deviceId,
|
|
46858
46858
|
error_report_stop: true,
|
|
46859
46859
|
ext: {
|
|
46860
|
-
veplayer_version: "2.9.
|
|
46860
|
+
veplayer_version: "2.9.1",
|
|
46861
46861
|
flv_version: "3.0.23-rc.6",
|
|
46862
46862
|
hls_version: "3.0.21-rc.21",
|
|
46863
|
-
rts_version: "0.2.1-alpha.
|
|
46863
|
+
rts_version: "0.2.1-alpha.43"
|
|
46864
46864
|
}
|
|
46865
46865
|
});
|
|
46866
46866
|
}
|
|
@@ -47440,7 +47440,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
47440
47440
|
if (preferNativeForFairplay(options)) {
|
|
47441
47441
|
return false;
|
|
47442
47442
|
}
|
|
47443
|
-
return ((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true;
|
|
47443
|
+
return sniffer$1.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
|
|
47444
47444
|
}
|
|
47445
47445
|
function enableHlsJs(options) {
|
|
47446
47446
|
var _a;
|
|
@@ -14564,7 +14564,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14564
14564
|
* @brief Retrieve the player SDK version number.
|
|
14565
14565
|
*/
|
|
14566
14566
|
get playerVersion() {
|
|
14567
|
-
return "2.9.
|
|
14567
|
+
return "2.9.1";
|
|
14568
14568
|
}
|
|
14569
14569
|
/** {zh}
|
|
14570
14570
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -46857,10 +46857,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
46857
46857
|
device_id: (_f = (_e2 = this.player.config) == null ? void 0 : _e2.teaTracker) == null ? void 0 : _f.deviceId,
|
|
46858
46858
|
error_report_stop: true,
|
|
46859
46859
|
ext: {
|
|
46860
|
-
veplayer_version: "2.9.
|
|
46860
|
+
veplayer_version: "2.9.1",
|
|
46861
46861
|
flv_version: "3.0.23-rc.6",
|
|
46862
46862
|
hls_version: "3.0.21-rc.21",
|
|
46863
|
-
rts_version: "0.2.1-alpha.
|
|
46863
|
+
rts_version: "0.2.1-alpha.43"
|
|
46864
46864
|
}
|
|
46865
46865
|
});
|
|
46866
46866
|
}
|
|
@@ -47440,7 +47440,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
47440
47440
|
if (preferNativeForFairplay(options)) {
|
|
47441
47441
|
return false;
|
|
47442
47442
|
}
|
|
47443
|
-
return ((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true;
|
|
47443
|
+
return sniffer$1.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
|
|
47444
47444
|
}
|
|
47445
47445
|
function enableHlsJs(options) {
|
|
47446
47446
|
var _a;
|