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
2015-05-23 13:10:11 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
c19856be5ca93c8b28c67f232ea3834870fe7d5d
c19856be
1 parent
a993462f
refine for 2.0
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
4 行增加
和
8 行删除
README.md
README.md
查看文件 @
c19856b
...
...
@@ -1170,10 +1170,6 @@ SRS always use the most simple architecture to support complex transaction.
*
System arch: the system structure and arch.
*
Modularity arch: the main modularity of SRS.
*
Stream arch: the stream dispatch arch of SRS.
*
RTMP cluster arch: the RTMP origin and edge cluster arch.
*
Multiple processes arch (by wenjie): the multiple process of SRS.
*
CLI arch: the cli arch for SRS, api to manage SRS.
*
Bandwidth specification: the bandwidth test specification of SRS.
### System Architecture
...
...
@@ -1181,12 +1177,12 @@ SRS always use the most simple architecture to support complex transaction.
+------------------------------------------------------+
| SRS(Simple RTMP Server) |
+---------------+---------------+-----------+----------+
| API/hook | Transcoder |
HLS | RTMP
|
| API/hook | Transcoder |
HLS/HDS | RTMP/FLV
|
| http-parser | FFMPEG/x264 | NGINX/ts | protocol |
+---------------+---------------+-----------+----------+
| Network(state-threads) |
+------------------------------------------------------+
|
All Linux(RHEL,CentOS,Ubuntu,Fedora...)
|
|
All Linux/Unix(RHEL,CentOS,Ubuntu,Fedora...)
|
+------------------------------------------------------+
</pre>
...
...
@@ -1194,11 +1190,11 @@ SRS always use the most simple architecture to support complex transaction.
<pre>
+------------------------------------------------------+
| Main(srs/
bandwidth/librtmp)
|
| Main(srs/
ingest-hls/librtmp)
|
+------------------------------------------------------+
| App(Server/Client application) |
+------------------------------------------------------+
|
RTMP(Protocol stack)
|
|
RTMP/HTTP/RawStream(Protocol stack)
|
+------------------------------------------------------+
| Kernel(depends on Core, provides error/log) |
+------------------------------------------------------+
...
...
请
注册
或
登录
后发表评论