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 |
+-----+------+ +-----+----+
| |
| connect vhost------> |
| <-----result(success) |
| connect vhost-------------> |
| <-----------result(success) |
| |
| <----call(start play) |
| result(playing)-----> |
| <-------data(playing) |
| <-----call(stop play) |
| result(stopped)-----> |
| <----------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)--> |
| <-------call(start publish) |
| result(publishing)-------> |
| data(publishing)---------> |
| <--------call(stop publish) |
| result(stopped)(1)-------> |
| |
| <--------------report |
| final(2)------------> |
| <--------------------report |
| final(2)-----------------> |
| <END> |
@see: class SrsBandwidth comments.