Skip to content

Commit

Permalink
重要更新
Browse files Browse the repository at this point in the history
更新功能

- 修复推流过程中静音,然后再开启声音,仍然没有声音的问题。

升级jar包

- polyvRTMP1.0.5.jar -> polyvRTMP1.0.6.jar
- polyvRTMPChat1.0.5.jar -> polyvRTMPChat1.0.6.jar

升级源码包

- polyvRTMPSources1.0.5.jar -> polyvRTMPSources1.0.6.jar
  • Loading branch information
tanqu2013 committed Jul 20, 2017
1 parent 7ea8e9c commit 84b706d
Show file tree
Hide file tree
Showing 5 changed files with 4 additions and 3 deletions.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -28,4 +28,5 @@ rtmpSDK1.0demo是rtmpSDK1.0的demo示例Android studio项目工程,其中包
#### 更多关于rtmpSDK1.0demo和rtmpSDK1.0的详细介绍请看[Wiki](https://github.com/easefun/polyv-android-rtmp-sdk-1.0-demo/wiki)
1.0.3版API文档请看[v1.0.3 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.3/api/index.html)。<br/>
1.0.4版API文档请看[v1.0.4 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.4/api/index.html)。<br/>
1.0.5版API文档请看[v1.0.5 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.5/api/index.html)
1.0.5版API文档请看[v1.0.5 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.5/api/index.html)。<br/>
1.0.6版API文档请看[v1.0.6 API](http://demo.polyv.net/polyv/android/rtmp/sdk/1.0.6/api/index.html)
4 changes: 2 additions & 2 deletions app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -6,8 +6,8 @@ android {
defaultConfig {
minSdkVersion 18
targetSdkVersion 23
versionCode 5
versionName "1.0.5"
versionCode 6
versionName "1.0.6"
testInstrumentationRunner "android.support.test.runner.AndroidJUnitRunner"
}
buildTypes {
Expand Down
Binary file not shown.
Binary file not shown.
Binary file not shown.

0 comments on commit 84b706d

Please sign in to comment.