-
Notifications
You must be signed in to change notification settings - Fork 406
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 #577 from iossun/master
Release v3.4.9
- Loading branch information
Showing
17 changed files
with
61 additions
and
23 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
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,6 @@ | ||
# PLPlayerKit 3.4.8 to 3.4.9 API Differences | ||
|
||
## General Headers | ||
|
||
None | ||
|
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "PLPlayerKit" | ||
s.version = "3.4.8" | ||
s.version = "3.4.9" | ||
s.summary = "Pili iOS video player SDK, RTMP, HLS video streaming supported." | ||
s.homepage = "https://github.com/pili-engineering/PLPlayerKit" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-universal-v3.4.8.zip" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-universal-v3.4.9.zip" } | ||
|
||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|
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 |
---|---|---|
|
@@ -9,12 +9,12 @@ | |
|
||
Pod::Spec.new do |s| | ||
s.name = "PLPlayerKit" | ||
s.version = "3.4.8" | ||
s.version = "3.4.9" | ||
s.summary = "Pili iOS video player SDK, RTMP, HLS video streaming supported." | ||
s.homepage = "https://github.com/pili-engineering/PLPlayerKit" | ||
s.license = 'Apache License, Version 2.0' | ||
s.author = { "pili" => "[email protected]" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-iphoneos-v3.4.8.zip" } | ||
s.source = { :http => "https://sdk-release.qnsdk.com/PLPlayerKit-iphoneos-v3.4.9.zip" } | ||
|
||
s.platform = :ios, '8.0' | ||
s.requires_arc = true | ||
|
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
+2.35 MB
(140%)
Pod/Library-Universal/PLPlayerKit.framework.dSYM/Contents/Resources/DWARF/PLPlayerKit
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
Binary file modified
BIN
+2.35 MB
(140%)
Pod/Library/PLPlayerKit.framework.dSYM/Contents/Resources/DWARF/PLPlayerKit
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# PLPlayerKit Release Notes for 3.4.9 | ||
|
||
## 内容 | ||
|
||
- [简介](#简介) | ||
- [问题反馈](#问题反馈) | ||
- [记录](#记录) | ||
|
||
## 简介 | ||
|
||
PLPlayerKit 为 iOS 开发者提供直播播放 SDK。 | ||
|
||
## 问题反馈 | ||
|
||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLPlayerKit/issues) | ||
|
||
## 记录 | ||
|
||
### Player | ||
|
||
- 3.4.9 ([Release Notes](https://github.com/pili-engineering/PLPlayerKit/blob/master/ReleaseNotes/release-notes-3.4.9.md) && [API Diffs](https://github.com/pili-engineering/PLPlayerKit/blob/master/APIDiffs/api-diffs-3.4.9.md)) | ||
|
||
- 优化 | ||
- 更新 Openssl,优化部分视频打开失败 | ||
- 移除播放器监控模块 | ||
|
||
- 缺陷 | ||
- 修复精准 seek 不准确问题 | ||
- 修复视频变换不回调宽高 bug | ||
|
||
|
||
|
||
|