From 6ab8974c188d72c2a0f33250fa65c494f11a2379 Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 22 Dec 2013 17:54:32 +0800 Subject: [PATCH] add bandwidth workflow --- README.md | 46 +++++++++++++++++++++++----------------------- 1 file changed, 23 insertions(+), 23 deletions(-) diff --git a/README.md b/README.md index 00e913853..3902eb557 100755 --- a/README.md +++ b/README.md @@ -134,29 +134,29 @@ Stream Architecture: Bandwidth Test Workflow:
-      +------------+             +----------+
-      |  Client    |             |  Server  |
-      +-----+------+             +-----+----+
-            |                          |
-            |  connect vhost------>    |
-            |  <-----result(success)   |
-            |                          |
-            |  <----call(start play)   |
-            |  result(playing)----->   |
-            |  <-------data(playing)   |
-            |  <-----call(stop play)   |
-            |  result(stopped)----->   |
-            |                          |
-            |  <-call(start publish)   |
-            |  result(publishing)-->   |
-            |  data(publishing)---->   |
-            |  <--call(stop publish)   |
-            |  result(stopped)(1)-->   |
-            |                          |
-            |  <--------------report   |
-            |  final(2)------------>   |
-            |          <END>           |
-            
+   +------------+                    +----------+
+   |  Client    |                    |  Server  |
+   +-----+------+                    +-----+----+
+         |                                 |
+         |   connect vhost------------->   |
+         |   <-----------result(success)   |
+         |                                 |
+         |   <----------call(start play)   |
+         |   result(playing)---------->    |
+         |   <-------------data(playing)   |
+         |   <-----------call(stop play)   |
+         |   result(stopped)---------->    |
+         |                                 |
+         |   <-------call(start publish)   |
+         |   result(publishing)------->    |
+         |   data(publishing)--------->    |
+         |   <--------call(stop publish)   |
+         |   result(stopped)(1)------->    |
+         |                                 |
+         |   <--------------------report   |
+         |   final(2)----------------->    |
+         |           <END>                 |
+         
 @see: class SrsBandwidth comments.