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:
parent
950c4502d6
commit
34f4e805aa
1 changed files with 23 additions and 23 deletions
46
README.md
46
README.md
|
@ -133,29 +133,29 @@ 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>
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue