winlin

update arch

正在显示 1 个修改的文件 包含 10 行增加10 行删除
... ... @@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
System Architecture:
<pre>
+------------------------------------------------------+
| Srs(Simple Rtmp Server) |
| SRS(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
... ...