From 7a6d5693b7bffd9a484737490f0c49d0bc788bfe Mon Sep 17 00:00:00 2001 From: winlin Date: Sun, 22 Dec 2013 17:49:10 +0800 Subject: [PATCH] add bandwidth workflow --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index 5b1fd3e1e..00e913853 100755 --- a/README.md +++ b/README.md @@ -139,23 +139,23 @@ Bandwidth Test Workflow: +-----+------+ +-----+----+ | | | connect vhost------> | - | \<-----result(success) | + | <-----result(success) | | | - | <----call(start play) | + | <----call(start play) | | result(playing)-----> | - | <-------data(playing) | - | <-----call(stop play) | + | <-------data(playing) | + | <-----call(stop play) | | result(stopped)-----> | | | - | <-call(start publish) | + | <-call(start publish) | | result(publishing)--> | | data(publishing)----> | - | <--call(stop publish) | + | <--call(stop publish) | | result(stopped)(1)--> | | | - | <--------------report | + | <--------------report | | final(2)------------> | - | | + | <END> | @see: class SrsBandwidth comments.