Skip to content

Commit

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

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

SPEC CHECKSUMS:
HappyDNS: 6d85942e64c28b4fa61f8c76580398f52d6d1d11
PLStreamingKit: 22964059d92e91dd64f644bac6621722039b2fef
PLStreamingKit: 0031931293c5acbe5874515f13f8451a33186755

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.1"
s.version = "1.1.2"
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.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))
- 修复因 video configuration rtmp 发送时没读渠道发送 onMetaData 只有音频信息的问题
- 添加版本信息读取方法
Expand Down
25 changes: 25 additions & 0 deletions ReleaseNotes/release-notes-1.1.2.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,25 @@
# PLStreamingKit Release Notes for 1.1.2

## 内容

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

## 简介

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

## 问题反馈

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

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

## 记录

PLStreamingKit 第一公开版本发布,提供基础的编码推流功能,音视频采集及其余工作交给开发者自己完成。

### 稳定性

- 修复 dynamic 推流 nounce 取值过小,导致安卓端推流后,同一个流在 iOS 端推流会失败的问题

0 comments on commit ce8bea0

Please sign in to comment.