Skip to content

Commit

Permalink
Merge pull request #1156 from ReikyZ/master
Browse files Browse the repository at this point in the history
Release 2.1.9
  • Loading branch information
KevinHuo authored Oct 31, 2019
2 parents c97ccb2 + 62156d6 commit 207d3eb
Show file tree
Hide file tree
Showing 13 changed files with 24 additions and 3 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.8"
versionName "2.1.9"
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
}
buildTypes {
Expand All @@ -27,7 +27,7 @@ android {
}

dependencies {
implementation files('libs/pldroid-player-2.1.8.jar')
implementation files('libs/pldroid-player-2.1.9.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/hks1";
private static final String DEFAULT_TEST_URL = "http://demo-videos.qnsdk.com/movies/qiniu.mp4";

private Spinner mActivitySpinner;
private EditText mEditText;
Expand Down
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.
21 changes: 21 additions & 0 deletions ReleaseNotes/release-notes-2.1.9.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# PLDroidPlayer Release Notes for 2.1.9

本次更新:

## 说明

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

## 版本

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

## 新增

- 新增 KEY_SDK_ID 的 AVOptions 设置

## 缺陷

- 修复了 seek failed 后控件不显示的异常
- 修复了 Android Q 及部分场景 ssl handshake 异常
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 207d3eb

Please sign in to comment.