提交 b4e7b394 编写于 作者: S shuyu

release 5.0.1

上级 1f635745
......@@ -45,21 +45,21 @@
#### A、直接引入
```
//完整版引入
compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta'
compile 'com.shuyu:GSYVideoPlayer:5.0.1'
```
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.1'
```
......@@ -69,9 +69,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.1'
```
......@@ -127,23 +127,13 @@ IJK编码格式|**[--- 项目支持视频格式(如果遇上黑屏,没声音
## 五、近期版本
### 5.0.1(2018-xx-xx 未发布)
### 5.0.1(2018-07-01)
* Update ListGSYVideoPlayer
* ijkPlayer的ex_so增加avi支持
* update ExoPlayer to 2.8.1
* update ExoPlayer to 2.8.2
* ExoPlayer模式的问题修复
### 5.0.0-beta(2018-05-24)
* 调整cache机制,抽离cache管理器。
* update ExoPlayer to 2.8.0,全面针对ExoPlayer进行优化
* 优化ExoPlayer的问题
* 增加ExoPlayer循环播放支持
* 增加ExoPlayer自定义DEMO,演示ExoPlayer实现无缝切换
* ijk的`logLevel``ijkLibLoader`直接通过IJKPlayerManager静态方法设置
* 进一步调整框架结构和内部耦合度
### 更多版本请查阅:[版本更新说明](https://github.com/CarGuo/GSYVideoPlayer/blob/master/doc/UPDATE_VERSION.md)
......
......@@ -106,7 +106,7 @@ public class RecyclerViewActivity extends AppCompatActivity {
@Override
protected void onResume() {
super.onResume();
GSYVideoManager.onResume();
GSYVideoManager.onResume(false);
}
@Override
......
......@@ -31,7 +31,7 @@ ext {
gsyVideoVersion = '5.0.0-beta'
exo_player2 = '2.8.1'
exo_player2 = '2.8.2'
permissionsdispatcher = '3.2.0'
......
......@@ -14,14 +14,14 @@ compile 'com.shuyu:GSYVideoPlayer:5.0.0-beta'
#### B、添加java和你想要的so支持:
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
//根据你的需求
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-armv5:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-armv7a:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-arm64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x64:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-x86:5.0.1'
```
......@@ -31,9 +31,9 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.shuyu:gsyVideoPlayer-java:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-java:5.0.1'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.0-beta'
compile 'com.shuyu:gsyVideoPlayer-ex_so:5.0.1'
```
......@@ -68,7 +68,7 @@ allprojects {
#### A、直接引入
```
//完整版引入
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.1'
```
......@@ -76,14 +76,14 @@ compile 'com.github.CarGuo.GSYVideoPlayer:GSYVideoPlayer:v5.0.0-beta'
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.1'
//根据你的需求
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x64:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-x86:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-arm64:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv5:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-armv7a:v5.0.1'
```
......@@ -93,8 +93,8 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 方法引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-java:v5.0.1'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.0-beta'
compile 'com.github.CarGuo.GSYVideoPlayer:gsyVideoPlayer-ex_so:v5.0.1'
```
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
### 5.0.1(2018-07-01)
* Update ListGSYVideoPlayer
* ijkPlayer的ex_so增加avi支持
* update ExoPlayer to 2.8.2
* ExoPlayer模式的问题修复
### 5.0.0-beta(2018-05-24)
* 调整cache机制,抽离cache管理器。
......
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx1536m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=5.0.0-beta
PROJ_VERSION=5.0.1
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
......@@ -39,7 +39,7 @@ dependencies {
//api project(':gsyVideoPlayer-x86_64')
//更多配置版so,增加了concat,rtsp,mpeg,crypto
//api project(':gsyVideoPlayer-ex_so')
api project(':gsyVideoPlayer-ex_so')
//api "com.shuyu:GSYVideoPlayer:$gsyVideoVersion"
......@@ -51,7 +51,7 @@ dependencies {
//api "com.shuyu:gsyVideoPlayer-x86:$gsyVideoVersion"
//更多配置版so,增加了concat,rtsp,mpeg,crypto
api "com.shuyu:gsyVideoPlayer-ex_so:$gsyVideoVersion"
//api "com.shuyu:gsyVideoPlayer-ex_so:$gsyVideoVersion"
//compile fileTree(dir: 'libs', include: ['*.jar'])
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册