@volcengine/veplayer 2.5.1-rc.1 → 2.5.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 +8 -3
- 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 +8 -3
- 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
|
@@ -13868,7 +13868,7 @@ class VePlayerBase {
|
|
|
13868
13868
|
* @brief Retrieve the player SDK version number.
|
|
13869
13869
|
*/
|
|
13870
13870
|
get playerVersion() {
|
|
13871
|
-
return "2.5.1
|
|
13871
|
+
return "2.5.1";
|
|
13872
13872
|
}
|
|
13873
13873
|
/** {zh}
|
|
13874
13874
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -22166,7 +22166,7 @@ class Logger extends Plugin {
|
|
|
22166
22166
|
device_id: this._deviceId,
|
|
22167
22167
|
error_report_stop: true,
|
|
22168
22168
|
ext: {
|
|
22169
|
-
veplayer_version: "2.5.1
|
|
22169
|
+
veplayer_version: "2.5.1",
|
|
22170
22170
|
flv_version: "3.0.21-rc.5",
|
|
22171
22171
|
hls_version: "3.0.21-rc.5",
|
|
22172
22172
|
rts_version: "0.2.1-alpha.14"
|
|
@@ -22398,10 +22398,15 @@ class InfoPanel extends Plugin {
|
|
|
22398
22398
|
return rowDom;
|
|
22399
22399
|
}
|
|
22400
22400
|
}
|
|
22401
|
+
const logDoc = (
|
|
22402
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
22403
|
+
// @ts-ignore
|
|
22404
|
+
"https://www.volcengine.com/docs/6469/138655#日志上报"
|
|
22405
|
+
);
|
|
22401
22406
|
const EN = {
|
|
22402
22407
|
...EN$1,
|
|
22403
22408
|
INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
|
|
22404
|
-
INVALID_LOGGER:
|
|
22409
|
+
INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
|
|
22405
22410
|
// info-panel
|
|
22406
22411
|
FORMAT: "format",
|
|
22407
22412
|
FPS: "fps",
|
|
@@ -22419,7 +22424,7 @@ const EN = {
|
|
|
22419
22424
|
const ZH_CN = {
|
|
22420
22425
|
...ZH_CN$1,
|
|
22421
22426
|
INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
|
|
22422
|
-
INVALID_LOGGER:
|
|
22427
|
+
INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
|
|
22423
22428
|
// info-panel
|
|
22424
22429
|
FORMAT: "格式",
|
|
22425
22430
|
FPS: "帧率",
|
|
@@ -13868,7 +13868,7 @@ class VePlayerBase {
|
|
|
13868
13868
|
* @brief Retrieve the player SDK version number.
|
|
13869
13869
|
*/
|
|
13870
13870
|
get playerVersion() {
|
|
13871
|
-
return "2.5.1
|
|
13871
|
+
return "2.5.1";
|
|
13872
13872
|
}
|
|
13873
13873
|
/** {zh}
|
|
13874
13874
|
* @brief 获取当前播放视频的清晰度唯一标识(definition)。
|
|
@@ -22166,7 +22166,7 @@ class Logger extends Plugin {
|
|
|
22166
22166
|
device_id: this._deviceId,
|
|
22167
22167
|
error_report_stop: true,
|
|
22168
22168
|
ext: {
|
|
22169
|
-
veplayer_version: "2.5.1
|
|
22169
|
+
veplayer_version: "2.5.1",
|
|
22170
22170
|
flv_version: "3.0.21-rc.5",
|
|
22171
22171
|
hls_version: "3.0.21-rc.5",
|
|
22172
22172
|
rts_version: "0.2.1-alpha.14"
|
|
@@ -22398,10 +22398,15 @@ class InfoPanel extends Plugin {
|
|
|
22398
22398
|
return rowDom;
|
|
22399
22399
|
}
|
|
22400
22400
|
}
|
|
22401
|
+
const logDoc = (
|
|
22402
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
22403
|
+
// @ts-ignore
|
|
22404
|
+
"https://www.volcengine.com/docs/6469/138655#日志上报"
|
|
22405
|
+
);
|
|
22401
22406
|
const EN = {
|
|
22402
22407
|
...EN$1,
|
|
22403
22408
|
INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
|
|
22404
|
-
INVALID_LOGGER:
|
|
22409
|
+
INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
|
|
22405
22410
|
// info-panel
|
|
22406
22411
|
FORMAT: "format",
|
|
22407
22412
|
FPS: "fps",
|
|
@@ -22419,7 +22424,7 @@ const EN = {
|
|
|
22419
22424
|
const ZH_CN = {
|
|
22420
22425
|
...ZH_CN$1,
|
|
22421
22426
|
INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
|
|
22422
|
-
INVALID_LOGGER:
|
|
22427
|
+
INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
|
|
22423
22428
|
// info-panel
|
|
22424
22429
|
FORMAT: "格式",
|
|
22425
22430
|
FPS: "帧率",
|