File tree Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Expand file tree Collapse file tree 1 file changed +16
-2
lines changed Original file line number Diff line number Diff line change 1
1
# WSLiveDemo
2
2
直播SDK,推流,录制视频,滤镜。
3
3
4
- 博客教程:http://blog.csdn.net/King1425/article/details/79392158
4
+ 博客教程:http://blog.csdn.net/King1425/article/details/79392158 <br />
5
+ 交流群号:364886309
5
6
6
7
概述:
7
8
---
14
15
特性:
15
16
--
16
17
支持视频录制和推流,推流录制视频可以同时进行<br />
18
+ 支持推流过程中实时截帧功能<br />
19
+ 支持推流过程中实时镜像功能,不会打断推流<br />
17
20
支持设置关键帧间隔gop<br />
18
21
支持动态设置码率,帧率<br />
19
22
支持分开设置预览分辨率,编码的分辨率<br />
28
31
----
29
32
美颜滤镜可动态调节磨皮,美白,红润。你可以调出一个你喜欢的美颜滤镜。
30
33
34
+ 关于截帧,镜像:
35
+ ----
36
+ 推流过程中可以实时截帧。<br />
37
+ 推流过程中可以实时调节镜像,不会打断推流。可以分别调节预览镜像,推流镜像。
38
+
31
39
关于性能:
32
40
-----
33
41
采用相机回调纹理texture,OpenGL渲染后直接把textureID传给编码器的方案,中间没有数据格式转换,没有glReadPixel()函数耗时问题。所以性能较其它方案要好的多。缺点是必须是Android4.3以上。
109
117
110
118
//Add the dependency
111
119
112
- dependencies { compile 'com.github.WangShuo1143368701:WSLiveDemo:v1.0' }
120
+ dependencies {
121
+ compile 'com.github.WangShuo1143368701:WSLiveDemo:v1.5'
122
+ }
113
123
114
124
```
115
125
126
+ 关于学习:
127
+ -----
128
+ 欢迎加入音视频交流群:364886309
129
+
116
130
117
131
118
132
You can’t perform that action at this time.
0 commit comments