aliyun-aliplayer 2.9.18 → 2.9.19
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/dist/aliplayer-min.js +2 -2
- package/dist/lang/all.json +1 -0
- package/dist/lang/en-us.json +1 -0
- package/dist/lang/zh-cn.json +1 -0
- package/package.json +1 -1
package/dist/lang/all.json
CHANGED
|
@@ -43,6 +43,7 @@
|
|
|
43
43
|
"Error_MTS_Fetch_Urls_Text":"MTS获取取数失败",
|
|
44
44
|
"Error_Load_M3U8_Failed_Text" :"获取m3u8文件失败,请确认域名是否配置了https证书或者是否开启了允许跨域访问",
|
|
45
45
|
"Error_Load_M3U8_Timeout_Text" :"获取m3u8文件超时",
|
|
46
|
+
"Error_Liveshift_M3U8_Not_Found_Text" :"没有更多时移视频了",
|
|
46
47
|
"Error_M3U8_Decode_Text" :"获取m3u8文件解析失败",
|
|
47
48
|
"Error_TX_Decode_Text" :"解析数据出错",
|
|
48
49
|
"Error_Waiting_Timeout_Text":"缓冲数据超时,请尝试退出重试或刷新",
|
package/dist/lang/en-us.json
CHANGED
|
@@ -47,6 +47,7 @@ module.exports = {
|
|
|
47
47
|
"Error_MTS_Fetch_Urls_Text":"Error occurred while requesting mst server",
|
|
48
48
|
"Error_Load_M3U8_Failed_Text" :"The m3u8 file loaded failed,please make sure domain configuration https certificate or enable cors",
|
|
49
49
|
"Error_Load_M3U8_Timeout_Text" :"Timeout error occored when the m3u8 file loaded",
|
|
50
|
+
"Error_Liveshift_M3U8_Not_Found_Text" :"No more liveshift video avaliable",
|
|
50
51
|
"Error_M3U8_Decode_Text" :"The m3u8 file decoded failed",
|
|
51
52
|
"Error_TX_Decode_Text" :"Video decoded failed",
|
|
52
53
|
"Error_Waiting_Timeout_Text":"Buffering timeout, please close or refresh",
|
package/dist/lang/zh-cn.json
CHANGED
|
@@ -47,6 +47,7 @@ module.exports = {
|
|
|
47
47
|
"Error_MTS_Fetch_Urls_Text":"MTS获取取数失败",
|
|
48
48
|
"Error_Load_M3U8_Failed_Text" :"获取m3u8文件失败,请确认域名是否配置了https证书或者是否开启了允许跨域访问",
|
|
49
49
|
"Error_Load_M3U8_Timeout_Text" :"获取m3u8文件超时",
|
|
50
|
+
"Error_Liveshift_M3U8_Not_Found_Text" :"没有更多时移视频了",
|
|
50
51
|
"Error_M3U8_Decode_Text" :"获取m3u8文件解析失败",
|
|
51
52
|
"Error_TX_Decode_Text" :"解析数据出错",
|
|
52
53
|
"Error_Waiting_Timeout_Text":"缓冲数据超时,请尝试退出重试或刷新",
|