1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-15 04:42:04 +00:00

add bandwidth workflow

This commit is contained in:
winlin 2013-12-22 17:44:07 +08:00
parent 950c4502d6
commit 34f4e805aa

View file

@ -133,28 +133,28 @@ Stream Architecture:
</pre> </pre>
Bandwidth Test Workflow: Bandwidth Test Workflow:
<pre> <pre>
+------------+ +----------+ +------------+ +----------+
| 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.
</pre> </pre>