aliyun-aliplayer 2.9.23 → 2.10.0

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.
@@ -49,6 +49,7 @@
49
49
  "Error_Waiting_Timeout_Text":"缓冲数据超时,请尝试退出重试或刷新",
50
50
  "Error_Invalidate_Source":"无效地址",
51
51
  "Error_Fetch_NotStream":"此vid没有可播放视频",
52
+ "Error_Fetch_Media_Not_Found":"数据不存在或已被删除",
52
53
  "Error_Not_Found":"播放地址不存在",
53
54
  "Error_Drm_License_Request_Failed": "DRM License请求失败",
54
55
  "Live_End":"亲,直播已结束",
@@ -54,7 +54,9 @@ module.exports = {
54
54
  "Error_Invalidate_Source":"Video shoud be mp4、mp3、m3u8、mpd or flv",
55
55
  "Error_Empty_Source":"Video URL shouldn't be empty",
56
56
  "Error_Vid_Empty_Source":"vid's video URL hasn't been fetched",
57
+ "Error_Mediaauth_Empty_Source": "mediaAuth's video URL hasn't been fetched",
57
58
  "Error_Fetch_NotStream":"The vid has no stream to play",
59
+ "Error_Fetch_Media_Not_Found":"Data is not found",
58
60
  "Error_Not_Found":"Url is not found",
59
61
  "Error_Drm_License_Request_Failed": "DRM license request failed",
60
62
  "Live_End":"Live has finished",
@@ -54,7 +54,9 @@ module.exports = {
54
54
  "Error_Invalidate_Source":"播放地址格式需要为mp4、mp3、m3u8、mpd或flv",
55
55
  "Error_Empty_Source":"播放地址不能为空",
56
56
  "Error_Vid_Empty_Source":"vid对应的视频地址还未获取到",
57
+ "Error_Mediaauth_Empty_Source":"mediaAuth对应的视频地址还未获取到",
57
58
  "Error_Fetch_NotStream":"此vid没有可播放视频",
59
+ "Error_Fetch_Media_Not_Found":"数据不存在或已被删除",
58
60
  "Error_Not_Found":"播放地址不存在",
59
61
  "Error_Drm_License_Request_Failed": "DRM License请求失败",
60
62
  "Live_End":"亲,直播已结束",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "aliyun-aliplayer",
3
- "version": "2.9.23",
3
+ "version": "2.10.0",
4
4
  "description": "aliyun h5 player",
5
5
  "main": "./dist/aliplayer-min",
6
6
  "files": [