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