@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
|
@@ -28449,10 +28449,10 @@ let Logger$1 = class Logger2 extends Plugin$2 {
|
|
|
28449
28449
|
device_id: (_f = (_e2 = this.player.config) == null ? void 0 : _e2.teaTracker) == null ? void 0 : _f.deviceId,
|
|
28450
28450
|
error_report_stop: true,
|
|
28451
28451
|
ext: {
|
|
28452
|
-
veplayer_version: "2.3.
|
|
28452
|
+
veplayer_version: "2.3.0",
|
|
28453
28453
|
flv_version: "3.0.23-rc.6",
|
|
28454
28454
|
hls_version: "3.0.21-rc.21",
|
|
28455
|
-
rts_version: "0.2.1-alpha.
|
|
28455
|
+
rts_version: "0.2.1-alpha.43"
|
|
28456
28456
|
}
|
|
28457
28457
|
});
|
|
28458
28458
|
}
|
|
@@ -30124,7 +30124,7 @@ function enableMse(options) {
|
|
|
30124
30124
|
if (preferNativeForFairplay(options)) {
|
|
30125
30125
|
return false;
|
|
30126
30126
|
}
|
|
30127
|
-
return ((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true;
|
|
30127
|
+
return Sniffer$2.device !== "mobile" || (((_a = options == null ? void 0 : options.hls) == null ? void 0 : _a.enableMSE) ?? true);
|
|
30128
30128
|
}
|
|
30129
30129
|
function enableHlsJs(options) {
|
|
30130
30130
|
var _a;
|