提交 56694576 编写于 作者: G guoshuyu

release 8.1.2

上级 8c94c2ad
......@@ -55,24 +55,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:8.1.1'
implementation 'com.shuyu:GSYVideoPlayer:8.1.2'
```
#### B、添加java和你想要的so支持:
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.2'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.2'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.2'
```
......@@ -82,13 +82,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.2'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.2'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.2'
```
......@@ -207,7 +207,16 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
## 五、近期版本
## 8.1.0 (2020-03-15)
## 8.1.2 (2020-03-29)
* update support exo_player2 = '2.13.2'
* ijk uri.getScheme #3194
* fix error cache server when HostnameVerifier & TrustManager null
## 8.1.1 (2020-03-15)
* #3174 fix HostnameVerifier for google play
......
......@@ -111,7 +111,7 @@ public class GSYApplication extends MultiDexApplication {
}
});*/
ProxyCacheManager.instance().setHostnameVerifier(new HostnameVerifier() {
/*ProxyCacheManager.instance().setHostnameVerifier(new HostnameVerifier() {
@Override
public boolean verify(String hostname, SSLSession session) {
return true;
......@@ -133,7 +133,7 @@ public class GSYApplication extends MultiDexApplication {
}
}
};
ProxyCacheManager.instance().setTrustAllCerts(trustAllCerts);
ProxyCacheManager.instance().setTrustAllCerts(trustAllCerts);*/
}
......
......@@ -33,7 +33,7 @@ ext {
imageLoader = '4.9.0'
gsyVideoVersion = '8.1.1'
gsyVideoVersion = '8.1.2'
exo_player2 = '2.13.2'
......
......@@ -10,24 +10,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:8.1.1'
implementation 'com.shuyu:GSYVideoPlayer:8.1.2'
```
#### B、添加java和你想要的so支持:
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.2'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
implementation 'com.shuyu:GSYVideoPlayer-exo2:8.1.2'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-armv5:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-arm64:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x64:8.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x86:8.1.2'
```
......@@ -37,13 +37,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-java:8.1.2'
//是否需要ExoPlayer模式
implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.1'
implementatcon 'com.shuyu:GSYVideoPlayer-exo2:8.1.2'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.1'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:8.1.2'
```
......@@ -69,7 +69,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.2'
```
......@@ -78,15 +78,15 @@ implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v8.1.1'
```
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer-exo2:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.1'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v8.1.2'
implementation 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-base:v8.1.2'
```
......@@ -98,8 +98,8 @@ C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变
```
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.1'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v8.1.2'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.1'
implementatcon 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v8.1.2'
```
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
## 8.1.0 (2020-03-15)
## 8.1.2 (2020-03-29)
* update support exo_player2 = '2.13.2'
* ijk uri.getScheme #3194
* fix error cache server when HostnameVerifier & TrustManager null
## 8.1.1 (2020-03-15)
* #3174 fix HostnameVerifier for google play
......
......@@ -36,7 +36,7 @@ dependencies {
implementation fileTree(dir: 'libs', include: ['*.jar'])
//
// api project(':gsyVideoPlayer-java')
api project(':gsyVideoPlayer-exo_player2')
// api project(':gsyVideoPlayer-exo_player2')
// api project(':gsyVideoPlayer-armv5')
// api project(':gsyVideoPlayer-armv7a')
// api project(':gsyVideoPlayer-armv64')
......@@ -49,7 +49,7 @@ dependencies {
//api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-java:$gsyVideoVersion"
//api "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
api "com.shuyu:GSYVideoPlayer-exo2:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv5:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-armv7a:$gsyVideoVersion"
api "com.shuyu:gsyVideoPlayer-arm64:$gsyVideoVersion"
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册