Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2014-12-13 10:32:39 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
0af115429315cd22e7910e9b9f1c2bba589a66bd
0af11542
1 parent
595bf24a
add latency benchmark table.
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
32 行增加
和
0 行删除
README.md
README.md
查看文件 @
0af1154
...
...
@@ -39,6 +39,10 @@ high-performance(10k+ clients)(
[
CN
](
https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_Performance
)
,
[
EN
](
https://github.com/winlinvip/simple-rtmp-server/wiki/v1_EN_Performance
)
),
low-latency(0.1s+)(
[
CN
](
https://github.com/winlinvip/simple-rtmp-server/wiki/v2_CN_LowLatency
)
,
[
EN
](
https://github.com/winlinvip/simple-rtmp-server/wiki/v2_EN_LowLatency
)
),
single processes, edge/origin live server,
x86/x64/arm(
[
CN
](
https://github.com/winlinvip/simple-rtmp-server/wiki/v1_CN_SrsLinuxArm
)
,
...
...
@@ -751,6 +755,34 @@ The publish benchmark by [st-load](https://github.com/winlinvip/st-load):
*
2014-12-04, SRS 2.0.51, 2.5k(2500) publishers, 91%CPU, 259MB.
[
commit
](
https://github.com/winlinvip/simple-rtmp-server/commit/f57801eb46c16755b173984b915a4166922df6a6
)
*
2014-12-04, SRS 2.0.52, 4.0k(4000) publishers, 80%CPU, 331MB. (mr_sleep=350)
[
commit
](
https://github.com/winlinvip/simple-rtmp-server/commit/5589b13d2e216b91f97afb78ee0c011b2fccf7da
)
### Latency benchmark
The latency between encoder and player:
<table>
<tr>
<th>
SRS
</th>
<th>
VP6
</th>
<th>
H.264
</th>
<th>
VP6+mp3
</th>
<th>
H.264+mp3
</th>
</tr>
<tr>
<td>
1.0.10
</td>
<td>
0.4s
</td>
<td>
0.4s
</td>
<td>
0.9s
</td>
<td>
1.2s
</td>
</tr>
<tr>
<td>
2.0.70
</td>
<td>
[
0.1s
](
https://github.com/winlinvip/simple-rtmp-server/commit/10297fab519811845b549a8af40a6bcbd23411e8
)
</td>
<td>
0.4s
</td>
<td>
1.0s
</td>
<td>
0.9s
</td>
</tr>
</table>
## Architecture
SRS always use the most simple architecture to support complex transaction.
...
...
请
注册
或
登录
后发表评论