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:
parent
7a6d5693b7
commit
6ab8974c18
1 changed files with 23 additions and 23 deletions
46
README.md
46
README.md
|
@ -134,29 +134,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…
Add table
Add a link
Reference in a new issue