-
Notifications
You must be signed in to change notification settings - Fork 408
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
0dayZh
committed
Nov 30, 2015
1 parent
893dcd6
commit 5499b21
Showing
12 changed files
with
107 additions
and
24 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,7 @@ | ||
# PLPlayerKit 2.0.1 to 2.0.2 API Differences | ||
|
||
## General Headers | ||
|
||
```PLPlayer.h``` | ||
|
||
- *Added* `@property (nonatomic, assign) NSTimeInterval timeoutIntervalForMediaPackets;` |
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
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
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 not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,26 @@ | ||
# PLPlayerKit Release Notes for 2.0.2 | ||
|
||
## 内容 | ||
|
||
- [简介](#简介) | ||
- [问题反馈](#问题反馈) | ||
- [记录](#记录) | ||
|
||
## 简介 | ||
|
||
PLPlayerKit 为 iOS 开发者提供直播播放 SDK。 | ||
|
||
## 问题反馈 | ||
|
||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLPlayerKit/issues) | ||
|
||
## Player | ||
|
||
- 添加 RTMP Cache 机制 | ||
- 添加数据超时属性 | ||
- 修复 RTMP 播放内存 leak | ||
- 修复 RTMP 播放音频错误问题 | ||
- 修复 RTMP 播放主线程卡死问题 | ||
- 优化架构,减少内存和 cpu 占用 |