forked from pili-engineering/PLMediaStreamingKit
-
Notifications
You must be signed in to change notification settings - Fork 0
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 pili-engineering#60 from lawder/master
v2.2.1 release
- Loading branch information
Showing
18 changed files
with
107 additions
and
36 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 @@ | ||
# PLMediaStreamingKit 2.2.0 to 2.2.1 API Differences | ||
|
||
|
||
``` | ||
PLMediaStreamingSession.h | ||
``` | ||
- *Added* method `- (void)setPushImage:(nullable UIImage *)image;` |
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
+140 KB
(100%)
Example/Pods/Crashlytics/iOS/Crashlytics.framework/Crashlytics
Binary file not shown.
2 changes: 1 addition & 1 deletion
2
Example/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/CLSReport.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
26 changes: 24 additions & 2 deletions
26
Example/Pods/Crashlytics/iOS/Crashlytics.framework/Headers/Crashlytics.h
Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.
Oops, something went wrong.
Binary file modified
BIN
+0 Bytes
(100%)
Example/Pods/Crashlytics/iOS/Crashlytics.framework/Info.plist
Binary file not shown.
Binary file not shown.
Binary file modified
BIN
+4.14 KB
(100%)
Example/Pods/Crashlytics/iOS/Crashlytics.framework/uploadDSYM
Binary file not shown.
Binary file not shown.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -12,6 +12,7 @@ | |
#import <Foundation/Foundation.h> | ||
#import <AVFoundation/AVFoundation.h> | ||
|
||
|
||
#pragma mark - Stream State | ||
|
||
|
||
|
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.
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,25 @@ | ||
# PLMediaStreamingKit Release Notes for 2.2.1 | ||
|
||
## 内容 | ||
|
||
- [简介](#简介) | ||
- [问题反馈](#问题反馈) | ||
- [记录](#记录) | ||
|
||
## 简介 | ||
|
||
PLMediaStreamingKit 为 iOS 开发者提供直播推流 SDK。 | ||
|
||
## 问题反馈 | ||
|
||
当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。 | ||
|
||
[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLMediaStreamingKit/issues) | ||
|
||
## 记录 | ||
- 功能 | ||
- 支持后台推静态图的功能 | ||
- 缺陷 | ||
- 修复 iOS 8.1 使用 VideoToolbox 编码失败的问题 | ||
- 修复 iOS 9 及以上系统当 App 进入 Inactive 状态时推流画面卡住的问题 | ||
|