1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-03-09 15:49:59 +00:00

add bandwidth workflow

This commit is contained in:
winlin 2013-12-22 17:54:32 +08:00
parent 7a6d5693b7
commit 6ab8974c18

View file

@ -138,23 +138,23 @@ Bandwidth Test Workflow:
| Client | | Server | | Client | | Server |
+-----+------+ +-----+----+ +-----+------+ +-----+----+
| | | |
| connect vhost------> | | connect vhost-------------> |
| <-----result(success) | | <-----------result(success) |
| | | |
| <----call(start play) | | <----------call(start play) |
| result(playing)-----> | | result(playing)----------> |
| <-------data(playing) | | <-------------data(playing) |
| <-----call(stop play) | | <-----------call(stop play) |
| result(stopped)-----> | | result(stopped)----------> |
| | | |
| <-call(start publish) | | <-------call(start publish) |
| result(publishing)--> | | result(publishing)-------> |
| data(publishing)----> | | data(publishing)---------> |
| <--call(stop publish) | | <--------call(stop publish) |
| result(stopped)(1)--> | | result(stopped)(1)-------> |
| | | |
| <--------------report | | <--------------------report |
| final(2)------------> | | final(2)-----------------> |
| <END> | | <END> |
@see: class SrsBandwidth comments. @see: class SrsBandwidth comments.