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 19:08:48 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
a33ca8b517a6f8ec2894113cddd4ac3f36535c01
a33ca8b5
1 parent
6f0bba98
update arch
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
10 行增加
和
10 行删除
README.md
README.md
查看文件 @
a33ca8b
...
...
@@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
System Architecture:
<pre>
+------------------------------------------------------+
| S
rs
(Simple Rtmp Server) |
| S
RS
(Simple Rtmp Server) |
+---------------+---------------+-----------+----------+
| API/hook | Transcoder | HLS | RTMP |
| http-parser | FFMPEG/x264 | NGINX/ts | protocol |
...
...
@@ -91,15 +91,15 @@ Stream Architecture:
+---------+ +----------+
+
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 |
+-----------+------------------------+-----------------+
+-----------+-------------------------+----------------+
| Encoder | SRS(Simple Rtmp Server) | Client |
+-----------+-------------------------+----------------+
| (FMLE, | +-> RTMP protocol ----+-> Flash Player |
| FFMPEG, --+-> +-> HLS/NGINX --------+-> m3u8 player |
| Flash, | +-> Fowarder ---------+-> RTMP Server |
| XSPLIT, | +-> Transcoder -------+-> RTMP Server |
| ...) | +-> DVR --------------+-> FILE |
+-----------+-------------------------+----------------+
</pre>
### System Requirements
...
...
请
注册
或
登录
后发表评论