Skip to content

horizontaStream

Franken Zeng edited this page Nov 21, 2016 · 9 revisions

横屏推流

demo设置

默认横屏推流设置

horizontaStream1

若想横屏推流,我们选择图中的 Landscape Left 和 Landscape Right 就行

接口说明

控制横屏推流的接口位于kit类中,videoOrientation具体实现请见开源代码KSYGPUStreamerKit.m

如果需要横屏推流,直接做如下配置:

_kit.videoOrientation = UIInterfaceOrientationLandscapeLeft;

如果此时摄像头方向不是UIInterfaceOrientationLandscapeLeft,则会产生旋转。

一般情况,推荐摄像头处于横屏时,使用如下配置:

_kit.videoOrientation = [[UIApplication sharedApplication] statusBarOrientation];;

1. 推流环节说明

2. 特色功能说明

2.1 采集

2.2 音频处理

2.3 视频处理

2.4 编码

2.5 推流

2.6 输入多样化

2.7 集成

3. 第三方功能

4. 技术专栏

5. 已知问题

8. FAQ

金山云计算

Clone this wiki locally