-
Notifications
You must be signed in to change notification settings - Fork 953
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #145 from Jhuster/release
release 1.2.3
- Loading branch information
Showing
15 changed files
with
77 additions
and
12 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file not shown.
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Binary file modified
BIN
+4 KB
(100%)
PLDroidPlayerDemo/app/src/main/jniLibs/arm64-v8a/libpldroidplayer.so
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+4 KB
(100%)
PLDroidPlayerDemo/app/src/main/jniLibs/armeabi-v7a/libpldroidplayer.so
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidPlayerDemo/app/src/main/jniLibs/armeabi/libpldroidplayer.so
100644 → 100755
Binary file not shown.
Binary file modified
BIN
+0 Bytes
(100%)
PLDroidPlayerDemo/app/src/main/jniLibs/x86/libpldroidplayer.so
100644 → 100755
Binary file not shown.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,24 @@ | ||
# PLDroidPlayer Release Notes for 1.2.3 | ||
|
||
## 简介 | ||
PLDroidPlayer 为 Android 开发者提供直播播放 SDK | ||
|
||
## 记录 | ||
|
||
### 播放器 | ||
- 发布 pldroid-player-1.2.3.jar | ||
- 更新 libpldroidplayer.so | ||
- 支持后台播放 | ||
- 优化点播的首开时间 | ||
- 优化直播过程中的累积延时 | ||
- 新增 `setWakeMode` 和 `setScreenOnWhilePlaying` 接口 | ||
- 新增 `setLooping` 和 `isLooping` 接口 | ||
- `AVOption` 添加 `prepare timeout` 超时的配置 | ||
- 修改 `seekTo` 的参数,类型改为`long` 型 | ||
- 解决播放部分纯音频流的时候,获取不到时长的问题 | ||
- 解决从后台切换回来后,播放从头开始加载的问题 | ||
- 修复`AudioManager`可能导致的内存泄漏问题 | ||
|
||
### 播放器 Demo | ||
|
||
- 更新 demo ,演示后台播放和`prepare timeout` 超时的配置 |
Binary file not shown.
Binary file not shown.