@volcengine/veplayer 2.5.1-rc.0 → 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
|
@@ -3293,11 +3293,16 @@ class InfoPanel extends Plugin$1 {
|
|
|
3293
3293
|
return rowDom;
|
|
3294
3294
|
}
|
|
3295
3295
|
}
|
|
3296
|
+
const logDoc = (
|
|
3297
|
+
// eslint-disable-next-line @typescript-eslint/ban-ts-comment
|
|
3298
|
+
// @ts-ignore
|
|
3299
|
+
"https://www.volcengine.com/docs/6469/138655#日志上报"
|
|
3300
|
+
);
|
|
3296
3301
|
const BaseEN = window["VePlayer"].EN;
|
|
3297
3302
|
const EN$1 = {
|
|
3298
3303
|
...BaseEN,
|
|
3299
3304
|
INVALID_PARAMETER: "The imported parameter is empty, please pass in necessary parameters such as the stream address",
|
|
3300
|
-
INVALID_LOGGER:
|
|
3305
|
+
INVALID_LOGGER: `Log options not configured correctly. Please refer to this document ${logDoc} to configure the logs.`,
|
|
3301
3306
|
// info-panel
|
|
3302
3307
|
FORMAT: "format",
|
|
3303
3308
|
FPS: "fps",
|
|
@@ -3316,7 +3321,7 @@ const BaseZH_CN = window["VePlayer"].ZH_CN;
|
|
|
3316
3321
|
const ZH_CN$1 = {
|
|
3317
3322
|
...BaseZH_CN,
|
|
3318
3323
|
INVALID_PARAMETER: "入参为空,请传入流地址等必要参数",
|
|
3319
|
-
INVALID_LOGGER:
|
|
3324
|
+
INVALID_LOGGER: `未正确配置质量日志参数, 请参考 ${logDoc} 配置`,
|
|
3320
3325
|
// info-panel
|
|
3321
3326
|
FORMAT: "格式",
|
|
3322
3327
|
FPS: "帧率",
|