diff --git a/README.md b/README.md index 40e5a86ef..af63a800c 100755 --- a/README.md +++ b/README.md @@ -76,7 +76,7 @@ m3u8 url: http://demo:80/forward/live/livestream_sd.m3u8 System Architecture:
 +------------------------------------------------------+
-|        Srs(Simple Rtmp Server)                       |
+|        SRS(Simple Rtmp Server)                       |
 +---------------+---------------+-----------+----------+
 |   API/hook    |   Transcoder  |    HLS    |   RTMP   |
 |  http-parser  |  FFMPEG/x264  |  NGINX/ts | protocol |
@@ -88,18 +88,18 @@ System Architecture:
 
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          |
-+-----------+------------------------+-----------------+
+        +---------+              +----------+ 
+        + Publish +              +  Deliver | 
+        +---|-----+              +----|-----+ 
++-----------+-------------------------+----------------+
+| 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         |
++-----------+-------------------------+----------------+
 
### System Requirements