From 4d880f82b85609a4ce6035b703b4419e67c778ca Mon Sep 17 00:00:00 2001 From: winlin Date: Fri, 21 Mar 2014 18:27:20 +0800 Subject: [PATCH] refine readme --- README.md | 38 +++++++++++++++++++------------------- 1 file changed, 19 insertions(+), 19 deletions(-) diff --git a/README.md b/README.md index 9ce4b2b4c..f2fd4ef5f 100755 --- a/README.md +++ b/README.md @@ -314,25 +314,25 @@ srs always use the most simple architecture to support complex transaction. ### Stream Architecture
-               +---------+              +----------+
-               + Publish +              +  Deliver |
-               +---|-----+              +----|-----+
-+------------------+-------------------------+----------------+
-|     Input        | SRS(Simple RTMP Server) |     Output     |
-+------------------+-------------------------+----------------+
-|    Encoder(1)    |   +-> RTMP protocol ----+-> Flash Player |
-|  (FMLE,FFMPEG, --+->-+-> HLS/NGINX --------+-> m3u8 player  |
-|  Flash,XSPLIT,   |   +-> Fowarder ---------+-> RTMP Server  |
-|  ......)         |   +-> Transcoder -------+-> RTMP Server  |
-|                  |   +-> DVR --------------+-> FILE         |
-|                  |   +-> BandwidthTest ----+-> Flash/StLoad |
-+------------------+                         |                |
-|  MediaSource(2)  |                         |                |
-|  (RTSP,FILE,     |                         |                |
-|   HTTP,HLS,    --+->-- Ingester -----------+-> SRS          |
-|   Device,        |                         |                |
-|   ......)        |                         |                |
-+------------------+-------------------------+----------------+
+                    +---------+              +----------+
+                    + Publish +              +  Deliver |
+                    +---|-----+              +----|-----+
++-----------------------+-------------------------+----------------+
+|     Input             | SRS(Simple RTMP Server) |     Output     |
++-----------------------+-------------------------+----------------+
+|    Encoder(1)         |   +-> RTMP protocol ----+-> Flash Player |
+|  (FMLE,FFMPEG, --rtmp-+->-+-> HLS/NGINX --------+-> m3u8 player  |
+|  Flash,XSPLIT,        |   +-> Fowarder ---------+-> RTMP Server  |
+|  ......)              |   +-> Transcoder -------+-> RTMP Server  |
+|                       |   +-> DVR --------------+-> FILE         |
+|                       |   +-> BandwidthTest ----+-> Flash/StLoad |
++-----------------------+                         |                |
+|  MediaSource(2)       |                         |                |
+|  (RTSP,FILE,          |                         |                |
+|   HTTP,HLS,    -------+->-- Ingester -----------+-> SRS          |
+|   Device,             |                         |                |
+|   ......)             |                         |                |
++-----------------------+-------------------------+----------------+
 
 Remark:
 (1) Encoder: encoder must push RTMP stream to SRS server.