提交 e6c29fce 编写于 作者: G guoshuyu

prepare release 7.1.3

上级 25551600
......@@ -50,24 +50,24 @@
#### A、直接引入
```
//完整版引入
implementation 'com.shuyu:GSYVideoPlayer:7.1.2'
implementation 'com.shuyu:GSYVideoPlayer:7.1.3'
```
#### B、添加java和你想要的so支持:
```
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.3'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.2'
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.3'
//根据你的需求ijk模式的so
implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-armv5:7.1.3'
implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.1.3'
implementation 'com.shuyu:gsyVideoPlayer-arm64:7.1.3'
implementation 'com.shuyu:gsyVideoPlayer-x64:7.1.3'
implementation 'com.shuyu:gsyVideoPlayer-x86:7.1.3'
```
......@@ -77,13 +77,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情
C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。
```
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-java:7.1.3'
//是否需要ExoPlayer模式
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.2'
implementation 'com.shuyu:GSYVideoPlayer-exo2:7.1.3'
//更多ijk的编码支持
implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.2'
implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.1.3'
```
......@@ -202,6 +202,17 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL
## 五、近期版本
## 7.1.3 (2020-03-19)
* update exoplayer 2.11.3
* fix #2588 setOverrideExtension 方法全屏失效问题
* fix #2570 add OrientationOption 增加旋转灵敏度调节
* add isShowDragProgressTextOnSeekBar 判断拖动进度条时,是否在 seekbar 开始部位显示拖动进度
* exo 内核增加外挂字幕的支持
* fix #2456 and update from [1869#issuecomment-569615314](https://github.com/CarGuo/GSYVideoPlayer/issues/1869#issuecomment-569615314)
* fix #2489 优化网络监听
* fix #2480 修复屏幕旋转问题
### 7.1.2(2019-12-02)
......
## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。
## 7.1.3 (2020-03-19)
* update exoplayer 2.11.3
* fix #2588 setOverrideExtension 方法全屏失效问题
* fix #2570 add OrientationOption 增加旋转灵敏度调节
* add isShowDragProgressTextOnSeekBar 判断拖动进度条时,是否在 seekbar 开始部位显示拖动进度
* exo 内核增加外挂字幕的支持
* fix #2456 and update from [1869#issuecomment-569615314](https://github.com/CarGuo/GSYVideoPlayer/issues/1869#issuecomment-569615314)
* fix #2489 优化网络监听
* fix #2480 修复屏幕旋转问题
### 7.1.2(2019-12-02)
* fix #2436 增加 exo 的 http timeout
......
......@@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m
BINTRAY_USER=carguo
BINTRAY_KEY=
PROJ_GROUP=com.shuyu
PROJ_VERSION=7.1.2
PROJ_VERSION=7.1.3
PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer
PROJ_ISSUETRACKERURL=
PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册