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
2013-12-01 18:36:12 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
b1d33bfb379bc264ab804bd89437b4b8fd001635
b1d33bfb
1 parent
2695e4d0
add arch
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
30 行增加
和
0 行删除
README.md
README.md
查看文件 @
b1d33bf
...
...
@@ -72,6 +72,36 @@ rtmp url: rtmp://demo:19350/live/livestream_sd
m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
</pre>
### Architecture
System Architecture:
<pre>
+------------------------------------------------------+
| Srs(Simple Rtmp Server) |
+---------------+---------------+-----------+----------+
| API/hook | Transcoder | HLS | RTMP |
| http-parser | FFMPEG/x264 | NGINX/ts | protocol |
+---------------+---------------+-----------+----------+
| Network(state-threads) |
+------------------------------------------------------+
| All Linux(RHEL,Centos,Ubuntu,Fedora...) |
+------------------------------------------------------+
</pre>
Stream Architecture:
<pre>
+---------+ +----------+
+
Publish + + Deliver |
+---|-----+ +----|-----+
+-----------+------------------------+-----------------+
| Encoder | SRS | Client |
+-----------+------------------------+-----------------+
| (FMLE, | +-> RTMP protocol ---+-> Flash Player |
| FFMPEG, --+-> +-> HLS/NGINX -------+-> m3u8 player |
| Flash, | +-> Fowarder --------+-> RTMP Server |
| XSPLIT, | +-> Transcoder ------+-> RTMP Server |
| ...) | +-> DVR -------------+-> FILE |
+-----------+------------------------+-----------------+
</pre>
### System Requirements
Supported operating systems and hardware:
*
All Linux , both 32 and 64 bits
...
...
请
注册
或
登录
后发表评论