winlin

update arch

正在显示 1 个修改的文件 包含 13 行增加13 行删除
@@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8 @@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8
76 System Architecture: 76 System Architecture:
77 <pre> 77 <pre>
78 +------------------------------------------------------+ 78 +------------------------------------------------------+
79 -| Srs(Simple Rtmp Server) | 79 +| SRS(Simple Rtmp Server) |
80 +---------------+---------------+-----------+----------+ 80 +---------------+---------------+-----------+----------+
81 | API/hook | Transcoder | HLS | RTMP | 81 | API/hook | Transcoder | HLS | RTMP |
82 | http-parser | FFMPEG/x264 | NGINX/ts | protocol | 82 | http-parser | FFMPEG/x264 | NGINX/ts | protocol |
@@ -88,18 +88,18 @@ System Architecture: @@ -88,18 +88,18 @@ System Architecture:
88 </pre> 88 </pre>
89 Stream Architecture: 89 Stream Architecture:
90 <pre> 90 <pre>
91 - +---------+ +----------+  
92 - + Publish + + Deliver |  
93 - +---|-----+ +----|-----+  
94 -+-----------+------------------------+-----------------+  
95 -| Encoder | SRS | Client |  
96 -+-----------+------------------------+-----------------+  
97 -| (FMLE, | +-> RTMP protocol ---+-> Flash Player |  
98 -| FFMPEG, --+-> +-> HLS/NGINX -------+-> m3u8 player |  
99 -| Flash, | +-> Fowarder --------+-> RTMP Server |  
100 -| XSPLIT, | +-> Transcoder ------+-> RTMP Server |  
101 -| ...) | +-> DVR -------------+-> FILE |  
102 -+-----------+------------------------+-----------------+ 91 + +---------+ +----------+
  92 + + Publish + + Deliver |
  93 + +---|-----+ +----|-----+
  94 ++-----------+-------------------------+----------------+
  95 +| Encoder | SRS(Simple Rtmp Server) | Client |
  96 ++-----------+-------------------------+----------------+
  97 +| (FMLE, | +-> RTMP protocol ----+-> Flash Player |
  98 +| FFMPEG, --+-> +-> HLS/NGINX --------+-> m3u8 player |
  99 +| Flash, | +-> Fowarder ---------+-> RTMP Server |
  100 +| XSPLIT, | +-> Transcoder -------+-> RTMP Server |
  101 +| ...) | +-> DVR --------------+-> FILE |
  102 ++-----------+-------------------------+----------------+
103 </pre> 103 </pre>
104 104
105 ### System Requirements 105 ### System Requirements