Skip to content

Commit

Permalink
v1.7.1 release
Browse files Browse the repository at this point in the history
  • Loading branch information
hzwangsiyu committed May 27, 2016
1 parent c345b55 commit 699e278
Show file tree
Hide file tree
Showing 10 changed files with 74 additions and 26 deletions.
3 changes: 3 additions & 0 deletions APIDiffs/api-diffs-1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
# PLCameraStreamingKit 1.7.0 to 1.7.1 API Differences

## General Headers
12 changes: 6 additions & 6 deletions Example/Podfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,13 @@ PODS:
- GPUImage (0.1.7)
- HappyDNS (0.2.4)
- pili-librtmp (1.0.1)
- PLCameraStreamingKit (1.7.0):
- PLCameraStreamingKit (1.7.1):
- GPUImage (= 0.1.7)
- PLCameraStreamingKit/precompiled (= 1.7.0)
- PLStreamingKit (= 1.2.0)
- PLCameraStreamingKit/precompiled (1.7.0):
- PLCameraStreamingKit/precompiled (= 1.7.1)
- PLStreamingKit (~> 1.2.0)
- PLCameraStreamingKit/precompiled (1.7.1):
- GPUImage (= 0.1.7)
- PLStreamingKit (= 1.2.0)
- PLStreamingKit (~> 1.2.0)
- PLStreamingKit (1.2.0):
- HappyDNS
- pili-librtmp
Expand All @@ -28,7 +28,7 @@ SPEC CHECKSUMS:
GPUImage: 733a5f0fab92df9de1c37ba9df520a833ccb406d
HappyDNS: 86ab4be498cc5cc884002b248979cd130cfbe10e
pili-librtmp: 8f2b969a1890e881715a90ab98d4d52baf53c514
PLCameraStreamingKit: a71eda3c5fc4e2f0c6f3f16f92f22f952dcf637e
PLCameraStreamingKit: e67cc80087af50278ce9af3ae93fc54466fe71e0
PLStreamingKit: 10056a9c9bcf79490e82dc01c1ea4ef57668e412

PODFILE CHECKSUM: 208aafc305683c4517af51ebc558bb0cabb72189
Expand Down
6 changes: 3 additions & 3 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.

12 changes: 6 additions & 6 deletions Example/Pods/Manifest.lock

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

4 changes: 2 additions & 2 deletions 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.7.0"
s.version = "1.7.1"
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 All @@ -22,7 +22,7 @@ Pod::Spec.new do |s|
s.public_header_files = 'Pod/Library/include/PLCameraStreamingKit/*.h'
s.source_files = 'Pod/Library/include/PLCameraStreamingKit/*.h'

s.dependency 'PLStreamingKit', '1.2.0'
s.dependency 'PLStreamingKit', '~> 1.2.0'
s.dependency 'GPUImage', '0.1.7'
s.frameworks = ['UIKit', 'AVFoundation', 'CoreGraphics', 'CFNetwork', 'AudioToolbox', 'CoreMedia', 'VideoToolbox']
s.libraries = 'z', 'c++'
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -101,7 +101,7 @@ typedef enum {
@property (nonatomic, assign, readonly) BOOL isRunning;

/*!
* @abstract 摄像头的预览视图
* @abstract 摄像头的预览视图,在 PLCameraStreamingSession 初始化之后可以获取该视图
*
*/
@property (nonatomic, PL_STRONG, readonly) UIView * previewView;
Expand Down
Binary file modified Pod/Library/lib/libPLCameraStreamingKit.a
Binary file not shown.
18 changes: 15 additions & 3 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -409,12 +409,24 @@ PLCameraStreamingKit 使用 HeaderDoc 注释来做文档支持。
- iOS Target : >= iOS 7

## 版本历史
- 1.7.1 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.7.1.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.7.1.md))
- 缺陷
- 修复切换前置摄像头之后无法缩放的问题
- 修复不添加水印无法正常推流的问题
- 1.7.0 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.7.0.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.7.0.md))
- 更新依赖 PLStreamingKit 的版本到 `v1.2.0`
- 新增后台推流功能(仅音频,因iOS隐私限制不允许后台访问摄像头
- 支持水印功能
- 功能
- 新增后台推流功能(仅音频,因 iOS 隐私限制不允许后台访问摄像头
- 新增水印功能
- 新增可选定制美颜功能(需联系工作人员)

- 缺陷
- 修复特定机型上的电流音等杂音问题

- 版本
- 更新依赖 PLStreamingKit 的版本到 `v1.2.0`

- 其他
- 部分接口重命名
- 1.6.3 ([Release Notes](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/ReleaseNotes/release-notes-1.6.2.md) && [API Diffs](https://github.com/pili-engineering/PLCameraStreamingKit/blob/master/APIDiffs/api-diffs-1.6.2.md))
- 更新依赖 PLStreamingKit 的版本到 `v1.1.6`
- 更新 Demo 适应 PLStreamingKit `v1.1.6` 接口变更
Expand Down
18 changes: 13 additions & 5 deletions ReleaseNotes/release-notes-1.7.0.md
Original file line number Diff line number Diff line change
Expand Up @@ -20,8 +20,16 @@ PLCameraStreamingKit 为 iOS 开发者提供直播推流 SDK。

### 架构

- 更新依赖 PLStreamingKit 的版本到 `v1.2.0`
- 新增后台推流功能(仅音频,因iOS隐私限制不允许后台访问摄像头)
- 支持水印功能
- 新增可选定制美颜功能(需联系工作人员)
- 修复特定机型上的电流音等杂音问题
- 功能
- 新增后台推流功能(仅音频,因 iOS 隐私限制不允许后台访问摄像头)
- 新增水印功能
- 新增可选定制美颜功能(需联系工作人员)

- 缺陷
- 修复特定机型上的电流音等杂音问题

- 版本
- 更新依赖 PLStreamingKit 的版本到 `v1.2.0`

- 其他
- 部分接口重命名
25 changes: 25 additions & 0 deletions ReleaseNotes/release-notes-1.7.1.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# PLCameraStreamingKit Release Notes for 1.7.1

## 内容

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

## 简介

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

## 问题反馈

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

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

## 记录

### 架构

- 缺陷
- 修复切换前置摄像头之后无法缩放的问题
- 修复不添加水印无法正常推流的问题

0 comments on commit 699e278

Please sign in to comment.