Skip to content

Commit

Permalink
Update to v1.1.3
Browse files Browse the repository at this point in the history
  • Loading branch information
0dayZh committed Jan 21, 2016
1 parent ce8bea0 commit 4c2c801
Show file tree
Hide file tree
Showing 8 changed files with 39 additions and 11 deletions.
5 changes: 5 additions & 0 deletions APIDiffs/api-diffs-1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
# PLCameraStreamingKit 1.1.2 to 1.1.3 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,9 +1,9 @@
PODS:
- HappyDNS (0.2.3)
- PLStreamingKit (1.1.2):
- PLStreamingKit (1.1.3):
- HappyDNS
- PLStreamingKit/precompiled (= 1.1.2)
- PLStreamingKit/precompiled (1.1.2):
- PLStreamingKit/precompiled (= 1.1.3)
- PLStreamingKit/precompiled (1.1.3):
- HappyDNS

DEPENDENCIES:
Expand All @@ -15,6 +15,6 @@ EXTERNAL SOURCES:

SPEC CHECKSUMS:
HappyDNS: 6d85942e64c28b4fa61f8c76580398f52d6d1d11
PLStreamingKit: 0031931293c5acbe5874515f13f8451a33186755
PLStreamingKit: 4ce7abd3688c4e6767b4ac83a813bd785a2c1748

COCOAPODS: 0.39.0
4 changes: 2 additions & 2 deletions Example/Pods/Local Podspecs/PLStreamingKit.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 PLStreamingKit.podspec
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,7 @@

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

## 版本历史

- 1.1.3 ([Release Notes](https://github.com/pili-engineering/PLStreamingKit/blob/master/ReleaseNotes/release-notes-1.1.3.md) && [API Diffs](https://github.com/pili-engineering/PLStreamingKit/blob/master/APIDiffs/api-diffs-1.1.3.md))
- 优化网络发包,合并多个小包一起发送,提升带宽利用率
- 1.1.2 ([Release Notes](https://github.com/pili-engineering/PLStreamingKit/blob/master/ReleaseNotes/release-notes-1.1.2.md) && [API Diffs](https://github.com/pili-engineering/PLStreamingKit/blob/master/APIDiffs/api-diffs-1.1.2.md))
- 修复 dynamic 推流 nounce 取值过小,导致安卓端推流后,同一个流在 iOS 端推流会失败的问题
- 1.1.1 ([Release Notes](https://github.com/pili-engineering/PLStreamingKit/blob/master/ReleaseNotes/release-notes-1.1.1.md) && [API Diffs](https://github.com/pili-engineering/PLStreamingKit/blob/master/APIDiffs/api-diffs-1.1.1.md))
Expand Down
21 changes: 21 additions & 0 deletions ReleaseNotes/release-notes-1.1.3.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,21 @@
# PLStreamingKit Release Notes for 1.1.3

## 内容

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

## 简介

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

## 问题反馈

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

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

## 网络

- 优化网络发包,合并多个小包一起发送,提升带宽利用率

0 comments on commit 4c2c801

Please sign in to comment.