mirror of
https://github.com/ossrs/srs.git
synced 2025-02-12 11:21:52 +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>
|
||||
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>
|
||||
|
||||
|
|
Loading…
Reference in a new issue