Skip to content

Commit

Permalink
优化
Browse files Browse the repository at this point in the history
  • Loading branch information
guoxiaopang committed Oct 26, 2016
1 parent 1d06122 commit 1cc4f61
Show file tree
Hide file tree
Showing 2 changed files with 6 additions and 4 deletions.
Binary file not shown.
10 changes: 6 additions & 4 deletions 直播.md
Original file line number Diff line number Diff line change
Expand Up @@ -255,12 +255,11 @@ GPUImageBeautifyFilter *fiter = [[GPUImageBeautifyFilter alloc] init];

参考:[https://my.oschina.net/jerikc/blog/501948](https://my.oschina.net/jerikc/blog/501948)

##7. 拉流

##9. 音视频播放
##7. 音视频播放


###10.开源框架
###8.开源框架
前面所讲都有第三方框架支持。采集、美颜、推流有`LFLiveKit`, 拉流播放有`IJKMediaFramework`

[`LFLiveKit`](https://github.com/LaiFengiOS/LFLiveKit) : LFLiveKit是iOS版开源RTMP流SDK。他支持后台录制、美颜功能、支持h264、AAC硬编码,动态改变速率,RTMP传输等
Expand All @@ -270,7 +269,10 @@ GPUImageBeautifyFilter *fiter = [[GPUImageBeautifyFilter alloc] init];
个人实验只需要配置Nginx+RTMP服务
这里我采用这两个第三方框架写了一个直播:

[搭建`Nginx+RTMP环境`](www/qq/com)
搭建`Nginx+RTMP环境`:
> 1.[MAC]()
>
> 2.[Centos]()
iOS项目例子:[https://github.com/tiantianlan/miaoboDemo](https://github.com/tiantianlan/miaoboDemo)

Expand Down

0 comments on commit 1cc4f61

Please sign in to comment.