Skip to content

Commit 68393d4

Browse files
committed
Release 2.1.8
1 parent 9c324dc commit 68393d4

14 files changed

Lines changed: 24 additions & 4 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.7"
12+
versionName "2.1.8"
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.7.jar')
30+
implementation files('libs/pldroid-player-2.1.8.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.2 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/hks";
33+
private static final String DEFAULT_TEST_URL = "rtmp://live.hkstv.hk.lxdns.com/live/hks1";
3434

3535
private Spinner mActivitySpinner;
3636
private EditText mEditText;

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -275,4 +275,4 @@ public void run() {
275275
}
276276
});
277277
}
278-
}
278+
}
Binary file not shown.
Binary file not shown.
0 Bytes
Binary file not shown.
4 KB
Binary file not shown.
Lines changed: 20 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,20 @@
1+
# PLDroidPlayer Release Notes for 2.1.8
2+
3+
本次更新:
4+
5+
## 说明
6+
7+
- 从 v2.0.0 版本开始,全面升级为七牛自研的播放器内核,拥有更优异的性能
8+
9+
## 版本
10+
11+
- 发布 pldroid-player-2.1.8.jar
12+
- 更新 libQPlayer.so
13+
14+
## 优化
15+
16+
- 优化了部分 FLV 流播放流畅度
17+
18+
## 缺陷
19+
20+
- 修复了部分场景的空指针异常

releases/arm64-v8a/libQPlayer.so

4 KB
Binary file not shown.

0 commit comments

Comments
 (0)