Skip to content

Commit

Permalink
Update to 1.4.8
Browse files Browse the repository at this point in the history
  • Loading branch information
0dayZh committed Oct 27, 2015
1 parent a711da9 commit 4634aa9
Show file tree
Hide file tree
Showing 9 changed files with 43 additions and 11 deletions.
File renamed without changes.
5 changes: 5 additions & 0 deletions APIDiffs/api-diffs-1.4.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PLCameraStreamingKit 1.4.7 to 1.4.8 API Differences

## General Headers

None
8 changes: 4 additions & 4 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
@@ -1,7 +1,7 @@
PODS:
- PLCameraStreamingKit (1.4.7):
- PLCameraStreamingKit/precompiled (= 1.4.7)
- PLCameraStreamingKit/precompiled (1.4.7)
- PLCameraStreamingKit (1.4.8):
- PLCameraStreamingKit/precompiled (= 1.4.8)
- PLCameraStreamingKit/precompiled (1.4.8)

DEPENDENCIES:
- PLCameraStreamingKit (from `../`)
Expand All @@ -11,6 +11,6 @@ EXTERNAL SOURCES:
:path: ../

SPEC CHECKSUMS:
PLCameraStreamingKit: f4f09989890bcefe92fccd01c20c7713cd80794a
PLCameraStreamingKit: f97e625aeefc7397ca4acf140827dfe6b4c813dc

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLCameraStreamingKit.podspec.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

8 changes: 4 additions & 4 deletions Example/Pods/Manifest.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

2 changes: 1 addition & 1 deletion PLCameraStreamingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@

Pod::Spec.new do |s|
s.name = "PLCameraStreamingKit"
s.version = "1.4.7"
s.version = "1.4.8"
s.summary = "Pili iOS camera streaming framework via RTMP."
s.homepage = "https://github.com/pili-engineering/PLCameraStreamingKit"
s.license = 'Apache License, Version 2.0'
Expand Down
Binary file modified Pod/Library/lib/libPLCameraStreamingKit.a
Binary file not shown.
3 changes: 3 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -416,6 +416,9 @@ PLCameraStreamingKit 使用 HeaderDoc 注释来做文档支持。

## 版本历史

- 1.4.8 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.4.8.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.4.8.md))
- 尝试修复 iPhone 6s 音频获取不到权限的问题
- 修复弱网环境触发的内存和 CPU 占用升高的问题
- 1.4.7 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.4.7.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.4.7.md))
- 尝试修复音频获取不到权限的问题
- 添加关闭 SDK 渲染 preview 的接口
Expand Down
24 changes: 24 additions & 0 deletions ReleaseNotes/release-notes-1.4.8.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# PLCameraStreamingKit Release Notes for 1.4.8

## 内容

- [简介](#简介)
- [问题反馈](#问题反馈)
- [记录](#记录)

## 简介

PLCameraStreamingKit 为 iOS 开发者提供直播推流 SDK。

## 问题反馈

当你遇到任何问题时,可以通过在 GitHub 的 repo 提交 ```issues``` 来反馈问题,请尽可能的描述清楚遇到的问题,如果有错误信息也一同附带,并且在 ```Labels``` 中指明类型为 bug 或者其他。

[通过这里查看已有的 issues 和提交 Bug](https://github.com/pili-engineering/PLCameraStreamingKit/issues)

## 记录

### bug

- 尝试修复 iPhone 6s 音频获取不到权限的问题
- 修复弱网环境触发的内存和 CPU 占用升高的问题

0 comments on commit 4634aa9

Please sign in to comment.