aliyun-aliplayer 2.34.0 → 2.34.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.
@@ -47,7 +47,7 @@ module.exports = {
47
47
  "Error_Vod_URL_Is_Empty_Text":"The url is empty",
48
48
  "Error_Vod_Fetch_Urls_Text":"Error occured when fetch urls from vod service,please close or refresh",
49
49
  "Fetch_Playauth_Error":"Error occured when fetch playauth close or refresh",
50
- "Error_Playauth_Decode_Text":"PlayAuth parse failed",
50
+ "Error_Playauth_Decode_Text":"PlayAuth parsing error — please provide the correct parameters",
51
51
  "Error_Vid_Not_Same_Text" :"Cannot renew url due to vid changed",
52
52
  "Error_Playauth_Expired_Text":"Playauth expired, please close or refresh",
53
53
  "Error_MTS_Fetch_Urls_Text":"Error occurred while requesting mst server",
@@ -47,7 +47,7 @@ module.exports = {
47
47
  "Error_Vod_URL_Is_Empty_Text":"获取播放地址为空",
48
48
  "Error_Vod_Fetch_Urls_Text":"点播接口异常,请尝试退出重试或刷新",
49
49
  "Fetch_Playauth_Error":"获取播放凭证出错啦,请尝试退出重试或刷新",
50
- "Error_Playauth_Decode_Text":"playauth解析错误",
50
+ "Error_Playauth_Decode_Text":"playauth解析错误,请传入正确的参数",
51
51
  "Error_Vid_Not_Same_Text" :"不能更新地址,vid和播放中的不一致",
52
52
  "Error_Playauth_Expired_Text":"凭证已过期,请尝试退出重试或刷新",
53
53
  "Error_MTS_Fetch_Urls_Text":"MTS获取取数失败",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-aliplayer",
3
- "version": "2.34.0",
3
+ "version": "2.34.1",
4
4
  "description": "阿里云 Web 播放器",
5
5
  "main": "./build/aliplayer-min",
6
6
  "style": "./build/skins/default/aliplayer-min.css",