diff --git a/README.md b/README.md index 88e2e79b6a07903b6ff67ae6b64a5c5719a888e5..d6fb40938e4d85c1b533401c9089e3be4339f2dd 100644 --- a/README.md +++ b/README.md @@ -45,24 +45,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer:7.0.1' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-java:7.0.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.1' //根据你的需求ijk模式的so -implementation 'com.shuyu:gsyVideoPlayer-armv5:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-arm64:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-x64:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-x86:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-armv5:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-arm64:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-x64:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-x86:7.0.1' ``` @@ -72,13 +72,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-java:7.0.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.1' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.0.1' ``` @@ -190,6 +190,20 @@ ExoSourceManager.setExoMediaSourceInterceptListener(new ExoMediaSourceInterceptL ## 五、近期版本 +### 7.0.1(2019-04-07) +* 升级 ExoPlayer 到 2.9.6 +* ExoPlayer 增加 SSL 证书忽略支持 +``` +ExoSourceManager.setSkipSSLChain(true); +``` +* 修复全屏动画过程中按下返回键问题 #1938 +* 修复全屏下的弹窗消失问题 #1927 +* 修复全屏切换过程过程中的音频焦点问题 #1912 +* 修复按键判空问题 #1919 +* 修复全屏切换surface的release问题 + + + ### 7.0.0-beta1(2019-03-03) * orientation 增加 pause ``` diff --git a/doc/DEPENDENCIES.md b/doc/DEPENDENCIES.md index f5781e0fa29e1118f5e491b78aaa7dcbceba0022..96969ae777f35e2fc21eeeaa3a8a2c3cdc7af45e 100644 --- a/doc/DEPENDENCIES.md +++ b/doc/DEPENDENCIES.md @@ -10,24 +10,24 @@ #### A、直接引入 ``` //完整版引入 -implementation 'com.shuyu:GSYVideoPlayer:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer:7.0.1' ``` #### B、添加java和你想要的so支持: ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-java:7.0.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.1' //根据你的需求ijk模式的so -implementation 'com.shuyu:gsyVideoPlayer-armv5:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-arm64:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-x64:7.0.0-beta1' -implementation 'com.shuyu:gsyVideoPlayer-x86:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-armv5:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-armv7a:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-arm64:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-x64:7.0.1' +implementation 'com.shuyu:gsyVideoPlayer-x86:7.0.1' ``` @@ -37,13 +37,13 @@ A、B普通版本支持263/264/265等,对于mpeg编码会有声音无画面情 C 引入的so支持mpeg编码和其他补充协议,但是so包相对变大。 ``` -implementation 'com.shuyu:gsyVideoPlayer-java:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-java:7.0.1' //是否需要ExoPlayer模式 -implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.0-beta1' +implementation 'com.shuyu:GSYVideoPlayer-exo2:7.0.1' //更多ijk的编码支持 -implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.0.0-beta1' +implementation 'com.shuyu:gsyVideoPlayer-ex_so:7.0.1' ``` diff --git a/doc/UPDATE_VERSION.md b/doc/UPDATE_VERSION.md index 900451bce3ddc90e8932b2b1cb0f102f474d3fa0..ad7ceeca9989b8b851e43acf0b2fccb58eccbed0 100644 --- a/doc/UPDATE_VERSION.md +++ b/doc/UPDATE_VERSION.md @@ -1,5 +1,18 @@ ## 下方个版本说明,可以当做简单的wiki使用~,效果可参考DEMO。 +### 7.0.1(2019-04-07) +* 升级 ExoPlayer 到 2.9.6 +* ExoPlayer 增加 SSL 证书忽略支持 +``` +ExoSourceManager.setSkipSSLChain(true); +``` +* 修复全屏动画过程中按下返回键问题 #1938 +* 修复全屏下的弹窗消失问题 #1927 +* 修复全屏切换过程过程中的音频焦点问题 #1912 +* 修复按键判空问题 #1919 +* 修复全屏切换surface的release问题 + + ### 7.0.0-beta1(2019-03-03) * orientation 增加 pause ``` diff --git a/gradle.properties b/gradle.properties index a928a2b7a39a573617348bd29c4cf3b79ac5d25e..735fcc49cbe47bd9ff9e96544db1fd8d1ec00ba3 100644 --- a/gradle.properties +++ b/gradle.properties @@ -18,7 +18,7 @@ org.gradle.jvmargs=-Xmx2048m BINTRAY_USER=carguo BINTRAY_KEY= PROJ_GROUP=com.shuyu -PROJ_VERSION=7.0.0-beta1 +PROJ_VERSION=7.0.1 PROJ_WEBSITEURL=https://github.com/CarGuo/GSYVideoPlayer PROJ_ISSUETRACKERURL= PROJ_VCSURL=git@github.com:CarGuo/GSYVideoPlayer.git diff --git a/issue_template.md b/issue_template.md index 682668fe5a42e8635d7c1baffc09dcfb7c8d11d4..04b85d110a26dbd9d5d779e235c35334122a448b 100644 --- a/issue_template.md +++ b/issue_template.md @@ -13,7 +13,7 @@ XXXX发生了这样的问题! ## GSY依赖版本 -例如 `implementation 'com.shuyu:gsyVideoPlayer-java:6.0.1'` +例如 `implementation 'com.shuyu:gsyVideoPlayer-java:7.0.1'` ## Demo中的复现步骤