@volcengine/veplayer 2.10.2-rc.1 → 2.10.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 +4 -4
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +5 -5
- package/esm/veplayer.live.development.js +5 -5
- package/esm/veplayer.live.production.js +2 -2
- package/esm/veplayer.production.js +2 -2
- package/esm/veplayer.vod.development.js +2 -2
- package/esm/veplayer.vod.production.js +1 -1
- package/package.json +1 -1
- package/umd/veplayer.biz.live.development.js +4 -4
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +5 -5
- package/umd/veplayer.live.development.js +5 -5
- package/umd/veplayer.live.production.js +1 -1
- package/umd/veplayer.production.js +1 -1
- package/umd/veplayer.vod.development.js +2 -2
- package/umd/veplayer.vod.production.js +1 -1
|
@@ -13431,7 +13431,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13431
13431
|
var lodash_curry = curry;
|
|
13432
13432
|
var curry$1 = /* @__PURE__ */ getDefaultExportFromCjs$3(lodash_curry);
|
|
13433
13433
|
const src = typeof document === "undefined" && typeof location === "undefined" ? require("url").pathToFileURL(__filename).href : typeof document === "undefined" ? location.href : document.currentScript && document.currentScript.src || new URL("umd/veplayer.development.js", document.baseURI).href;
|
|
13434
|
-
const baseUrl = src.slice(0, src.lastIndexOf("/"));
|
|
13434
|
+
const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
|
|
13435
13435
|
const loader = new Loader({
|
|
13436
13436
|
baseUrl
|
|
13437
13437
|
});
|
|
@@ -14580,7 +14580,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14580
14580
|
* @brief Retrieve the player SDK version number.
|
|
14581
14581
|
*/
|
|
14582
14582
|
get playerVersion() {
|
|
14583
|
-
return "2.10.
|
|
14583
|
+
return "2.10.3";
|
|
14584
14584
|
}
|
|
14585
14585
|
/** {zh}
|
|
14586
14586
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -55419,10 +55419,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
55419
55419
|
device_id: deviceId,
|
|
55420
55420
|
error_report_stop: true,
|
|
55421
55421
|
ext: {
|
|
55422
|
-
veplayer_version: "2.10.
|
|
55422
|
+
veplayer_version: "2.10.3",
|
|
55423
55423
|
flv_version: "3.0.23-rc.6",
|
|
55424
55424
|
hls_version: "3.0.21-rc.21",
|
|
55425
|
-
rts_version: "0.2.1-alpha.
|
|
55425
|
+
rts_version: "0.2.1-alpha.57"
|
|
55426
55426
|
}
|
|
55427
55427
|
});
|
|
55428
55428
|
}
|
|
@@ -72882,7 +72882,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
72882
72882
|
}
|
|
72883
72883
|
await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
|
|
72884
72884
|
...options,
|
|
72885
|
-
playerVersion: "2.10.
|
|
72885
|
+
playerVersion: "2.10.3",
|
|
72886
72886
|
type: "LIVE"
|
|
72887
72887
|
}));
|
|
72888
72888
|
return liveVeStrategy.veStrategyManager;
|
|
@@ -13431,7 +13431,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13431
13431
|
var lodash_curry = curry;
|
|
13432
13432
|
var curry$1 = /* @__PURE__ */ getDefaultExportFromCjs$3(lodash_curry);
|
|
13433
13433
|
const src = typeof document === "undefined" && typeof location === "undefined" ? require("url").pathToFileURL(__filename).href : typeof document === "undefined" ? location.href : document.currentScript && document.currentScript.src || new URL("umd/veplayer.live.development.js", document.baseURI).href;
|
|
13434
|
-
const baseUrl = src.slice(0, src.lastIndexOf("/"));
|
|
13434
|
+
const baseUrl = src == null ? void 0 : src.slice(0, src == null ? void 0 : src.lastIndexOf("/"));
|
|
13435
13435
|
const loader = new Loader({
|
|
13436
13436
|
baseUrl
|
|
13437
13437
|
});
|
|
@@ -14580,7 +14580,7 @@ var __publicField = (obj, key, value) => {
|
|
|
14580
14580
|
* @brief Retrieve the player SDK version number.
|
|
14581
14581
|
*/
|
|
14582
14582
|
get playerVersion() {
|
|
14583
|
-
return "2.10.
|
|
14583
|
+
return "2.10.3";
|
|
14584
14584
|
}
|
|
14585
14585
|
/** {zh}
|
|
14586
14586
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -55419,10 +55419,10 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
55419
55419
|
device_id: deviceId,
|
|
55420
55420
|
error_report_stop: true,
|
|
55421
55421
|
ext: {
|
|
55422
|
-
veplayer_version: "2.10.
|
|
55422
|
+
veplayer_version: "2.10.3",
|
|
55423
55423
|
flv_version: "3.0.23-rc.6",
|
|
55424
55424
|
hls_version: "3.0.21-rc.21",
|
|
55425
|
-
rts_version: "0.2.1-alpha.
|
|
55425
|
+
rts_version: "0.2.1-alpha.57"
|
|
55426
55426
|
}
|
|
55427
55427
|
});
|
|
55428
55428
|
}
|
|
@@ -72888,7 +72888,7 @@ MediaSource ${JSON.stringify(attachMediaSourceData)} from ${logFromSource}`);
|
|
|
72888
72888
|
}
|
|
72889
72889
|
await ((_a = liveVeStrategy.veStrategyManager) == null ? void 0 : _a.init({
|
|
72890
72890
|
...options,
|
|
72891
|
-
playerVersion: "2.10.
|
|
72891
|
+
playerVersion: "2.10.3",
|
|
72892
72892
|
type: "LIVE"
|
|
72893
72893
|
}));
|
|
72894
72894
|
return liveVeStrategy.veStrategyManager;
|