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.