Skip to content

Commit 62156d6

Browse files
committed
Release 2.1.9
1 parent 68393d4 commit 62156d6

13 files changed

Lines changed: 24 additions & 3 deletions

File tree

PLDroidPlayerDemo/app/build.gradle

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@ android {
99
minSdkVersion 14
1010
targetSdkVersion 27
1111
versionCode 12
12-
versionName "2.1.8"
12+
versionName "2.1.9"
1313
buildConfigField "long", "BUILD_TIMESTAMP", System.currentTimeMillis() + "L"
1414
}
1515
buildTypes {
@@ -27,7 +27,7 @@ android {
2727
}
2828

2929
dependencies {
30-
implementation files('libs/pldroid-player-2.1.8.jar')
30+
implementation files('libs/pldroid-player-2.1.9.jar')
3131
implementation 'com.android.support:appcompat-v7:27.1.0'
3232
implementation 'com.android.support:recyclerview-v7:27.1.0'
3333
implementation 'com.journeyapps:zxing-android-embedded:3.0.2@aar'
77.3 KB
Binary file not shown.

PLDroidPlayerDemo/app/src/main/java/com/pili/pldroid/playerdemo/MainActivity.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -30,7 +30,7 @@
3030
public class MainActivity extends AppCompatActivity {
3131

3232
private static final String TAG = "MainActivity";
33-
private static final String DEFAULT_TEST_URL = "rtmp://live.hkstv.hk.lxdns.com/live/hks1";
33+
private static final String DEFAULT_TEST_URL = "http://demo-videos.qnsdk.com/movies/qiniu.mp4";
3434

3535
private Spinner mActivitySpinner;
3636
private EditText mEditText;
Binary file not shown.
Binary file not shown.
16 KB
Binary file not shown.
20 KB
Binary file not shown.
Lines changed: 21 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,21 @@
1+
# PLDroidPlayer Release Notes for 2.1.9
2+
3+
本次更新:
4+
5+
## 说明
6+
7+
- 从 v2.0.0 版本开始,全面升级为七牛自研的播放器内核,拥有更优异的性能
8+
9+
## 版本
10+
11+
- 发布 pldroid-player-2.1.9.jar
12+
- 更新 libQPlayer.so
13+
14+
## 新增
15+
16+
- 新增 KEY_SDK_ID 的 AVOptions 设置
17+
18+
## 缺陷
19+
20+
- 修复了 seek failed 后控件不显示的异常
21+
- 修复了 Android Q 及部分场景 ssl handshake 异常

releases/arm64-v8a/libQPlayer.so

20 KB
Binary file not shown.

releases/armeabi-v7a/libQPlayer.so

12 KB
Binary file not shown.

0 commit comments

Comments
 (0)