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------> |
| \<-----result(success) |
| &lt;-----result(success) |
| |
| <----call(start play) |
| &lt;----call(start play) |
| result(playing)-----> |
| <-------data(playing) |
| <-----call(stop play) |
| &lt;-------data(playing) |
| &lt;-----call(stop play) |
| result(stopped)-----> |
| |
| <-call(start publish) |
| &lt;-call(start publish) |
| result(publishing)--> |
| data(publishing)----> |
| <--call(stop publish) |
| &lt;--call(stop publish) |
| result(stopped)(1)--> |
| |
| <--------------report |
| &lt;--------------report |
| final(2)------------> |
| <END> |
| &lt;END> |
@see: class SrsBandwidth comments.
</pre>