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:49:10 +08:00
parent bac42f03eb
commit 7a6d5693b7

View file

@ -139,23 +139,23 @@ Bandwidth Test Workflow:
+-----+------+ +-----+----+ +-----+------+ +-----+----+
| | | |
| connect vhost------> | | connect vhost------> |
| \<-----result(success) | | &lt;-----result(success) |
| | | |
| <----call(start play) | | &lt;----call(start play) |
| result(playing)-----> | | result(playing)-----> |
| <-------data(playing) | | &lt;-------data(playing) |
| <-----call(stop play) | | &lt;-----call(stop play) |
| result(stopped)-----> | | result(stopped)-----> |
| | | |
| <-call(start publish) | | &lt;-call(start publish) |
| result(publishing)--> | | result(publishing)--> |
| data(publishing)----> | | data(publishing)----> |
| <--call(stop publish) | | &lt;--call(stop publish) |
| result(stopped)(1)--> | | result(stopped)(1)--> |
| | | |
| <--------------report | | &lt;--------------report |
| final(2)------------> | | final(2)------------> |
| <END> | | &lt;END> |
@see: class SrsBandwidth comments. @see: class SrsBandwidth comments.
</pre> </pre>