@volcengine/veplayer 2.5.1-rc.1 → 2.5.1-rc.2
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 +7 -2
- package/esm/veplayer.biz.live.production.js +1 -1
- package/esm/veplayer.development.js +9 -4
- package/esm/veplayer.live.development.js +9 -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 +7 -2
- package/umd/veplayer.biz.live.production.js +1 -1
- package/umd/veplayer.development.js +9 -4
- package/umd/veplayer.live.development.js +9 -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
|
@@ -13872,7 +13872,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13872
13872
|
* @brief Retrieve the player SDK version number.
|
|
13873
13873
|
*/
|
|
13874
13874
|
get playerVersion() {
|
|
13875
|
-
return "2.5.1-rc.
|
|
13875
|
+
return "2.5.1-rc.2";
|
|
13876
13876
|
}
|
|
13877
13877
|
/** {zh}
|
|
13878
13878
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -22170,7 +22170,7 @@ var __publicField = (obj, key, value) => {
|
|
|
22170
22170
|
device_id: this._deviceId,
|
|
22171
22171
|
error_report_stop: true,
|
|
22172
22172
|
ext: {
|
|
22173
|
-
veplayer_version: "2.5.1-rc.
|
|
22173
|
+
veplayer_version: "2.5.1-rc.2",
|
|
22174
22174
|
flv_version: "3.0.21-rc.5",
|
|
22175
22175
|
hls_version: "3.0.21-rc.5",
|
|
22176
22176
|
rts_version: "0.2.1-alpha.14"
|
|
@@ -22402,10 +22402,15 @@ var __publicField = (obj, key, value) => {
|
|
|
22402
22402
|
return rowDom;
|
|
22403
22403
|
}
|
|
22404
22404
|
}
|
|
22405
|
+
const logDoc = (
|
|
22406
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
22407
|
+
// @ts-ignore
|
|
22408
|
+
"https://www.volcengine.com/docs/6469/138655#日志上报"
|
|
22409
|
+
);
|
|
22405
22410
|
const EN = {
|
|
22406
22411
|
...EN$1,
|
|
22407
22412
|
INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
|
|
22408
|
-
INVALID_LOGGER:
|
|
22413
|
+
INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
|
|
22409
22414
|
// info-panel
|
|
22410
22415
|
FORMAT: "format",
|
|
22411
22416
|
FPS: "fps",
|
|
@@ -22423,7 +22428,7 @@ var __publicField = (obj, key, value) => {
|
|
|
22423
22428
|
const ZH_CN = {
|
|
22424
22429
|
...ZH_CN$1,
|
|
22425
22430
|
INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
|
|
22426
|
-
INVALID_LOGGER:
|
|
22431
|
+
INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
|
|
22427
22432
|
// info-panel
|
|
22428
22433
|
FORMAT: "格式",
|
|
22429
22434
|
FPS: "帧率",
|
|
@@ -13872,7 +13872,7 @@ var __publicField = (obj, key, value) => {
|
|
|
13872
13872
|
* @brief Retrieve the player SDK version number.
|
|
13873
13873
|
*/
|
|
13874
13874
|
get playerVersion() {
|
|
13875
|
-
return "2.5.1-rc.
|
|
13875
|
+
return "2.5.1-rc.2";
|
|
13876
13876
|
}
|
|
13877
13877
|
/** {zh}
|
|
13878
13878
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -22170,7 +22170,7 @@ var __publicField = (obj, key, value) => {
|
|
|
22170
22170
|
device_id: this._deviceId,
|
|
22171
22171
|
error_report_stop: true,
|
|
22172
22172
|
ext: {
|
|
22173
|
-
veplayer_version: "2.5.1-rc.
|
|
22173
|
+
veplayer_version: "2.5.1-rc.2",
|
|
22174
22174
|
flv_version: "3.0.21-rc.5",
|
|
22175
22175
|
hls_version: "3.0.21-rc.5",
|
|
22176
22176
|
rts_version: "0.2.1-alpha.14"
|
|
@@ -22402,10 +22402,15 @@ var __publicField = (obj, key, value) => {
|
|
|
22402
22402
|
return rowDom;
|
|
22403
22403
|
}
|
|
22404
22404
|
}
|
|
22405
|
+
const logDoc = (
|
|
22406
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
22407
|
+
// @ts-ignore
|
|
22408
|
+
"https://www.volcengine.com/docs/6469/138655#日志上报"
|
|
22409
|
+
);
|
|
22405
22410
|
const EN = {
|
|
22406
22411
|
...EN$1,
|
|
22407
22412
|
INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
|
|
22408
|
-
INVALID_LOGGER:
|
|
22413
|
+
INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
|
|
22409
22414
|
// info-panel
|
|
22410
22415
|
FORMAT: "format",
|
|
22411
22416
|
FPS: "fps",
|
|
@@ -22423,7 +22428,7 @@ var __publicField = (obj, key, value) => {
|
|
|
22423
22428
|
const ZH_CN = {
|
|
22424
22429
|
...ZH_CN$1,
|
|
22425
22430
|
INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
|
|
22426
|
-
INVALID_LOGGER:
|
|
22431
|
+
INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
|
|
22427
22432
|
// info-panel
|
|
22428
22433
|
FORMAT: "格式",
|
|
22429
22434
|
FPS: "帧率",
|