1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-12 19:31:53 +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,29 +133,29 @@ Stream Architecture:
</pre>
Bandwidth Test Workflow:
<pre>
+------------+ +----------+
| Client | | Server |
+-----+------+ +-----+----+
| |
| connect vhost------> |
| <-----result(success) |
| |
| <----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)--> |
| |
| <--------------report |
| final(2)------------> |
| <END> |
+------------+ +----------+
| Client | | Server |
+-----+------+ +-----+----+
| |
| connect vhost------> |
| <-----result(success) |
| |
| <----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)--> |
| |
| <--------------report |
| final(2)------------> |
| <END> |
@see: class SrsBandwidth comments.
</pre>