Skip to content

Commit

Permalink
Release 2.1.8
Browse files Browse the repository at this point in the history
  • Loading branch information
ReikyZ committed Jun 12, 2019
1 parent 9c324dc commit 68393d4
Show file tree
Hide file tree
Showing 14 changed files with 24 additions and 4 deletions.
4 changes: 2 additions & 2 deletions PLDroidPlayerDemo/app/build.gradle
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ android {
minSdkVersion 14
targetSdkVersion 27
versionCode 12
versionName "2.1.7"
versionName "2.1.8"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
}
buildTypes {
Expand All @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation files('libs/pldroid-player-2.1.7.jar')
implementation files('libs/pldroid-player-2.1.8.jar')
implementation 'com.android.support:appcompat-v7:27.1.0'
implementation 'com.android.support:recyclerview-v7:27.1.0'
implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
Expand Down
Binary file not shown.
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
public class MainActivity extends AppCompatActivity {

private static final String TAG = "MainActivity";
private static final String DEFAULT_TEST_URL = "rtmp://live.hkstv.hk.lxdns.com/live/hks";
private static final String DEFAULT_TEST_URL = "rtmp://live.hkstv.hk.lxdns.com/live/hks1";

private Spinner mActivitySpinner;
private EditText mEditText;
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -275,4 +275,4 @@ public void run() {
}
});
}
}
}
Binary file not shown.
Binary file not shown.
Binary file modified PLDroidPlayerDemo/app/src/main/jniLibs/armeabi/libQPlayer.so
Binary file not shown.
Binary file modified PLDroidPlayerDemo/app/src/main/jniLibs/x86/libQPlayer.so
Binary file not shown.
20 changes: 20 additions & 0 deletions ReleaseNotes/release-notes-2.1.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,20 @@
# PLDroidPlayer Release Notes for 2.1.8

本次更新:

## 说明

- 从 v2.0.0 版本开始,全面升级为七牛自研的播放器内核,拥有更优异的性能

## 版本

- 发布 pldroid-player-2.1.8.jar
- 更新 libQPlayer.so

## 优化

- 优化了部分 FLV 流播放流畅度

## 缺陷

- 修复了部分场景的空指针异常
Binary file modified releases/arm64-v8a/libQPlayer.so
Binary file not shown.
Binary file modified releases/armeabi-v7a/libQPlayer.so
Binary file not shown.
Binary file modified releases/armeabi/libQPlayer.so
Binary file not shown.
Binary file not shown.
Binary file modified releases/x86/libQPlayer.so
Binary file not shown.

0 comments on commit 68393d4

Please sign in to comment.