Toggle navigation
Toggle navigation
此项目
正在载入...
Sign in
胡斌
/
srs
转到一个项目
Toggle navigation
项目
群组
代码片段
帮助
Toggle navigation pinning
Project
Activity
Repository
Pipelines
Graphs
Issues
0
Merge Requests
0
Wiki
Network
Create a new issue
Builds
Commits
Authored by
winlin
2013-12-22 17:43:03 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
1ac88459bc297ca71468be0ce1fddcded5cf0ae9
1ac88459
1 parent
908f0d87
add bandwidth workflow
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
18 行增加
和
20 行删除
README.md
README.md
查看文件 @
1ac8845
...
...
@@ -137,28 +137,26 @@ Bandwidth Test Workflow:
| Client | | Server |
+-----+------+ +-----+----+
| |
| connect vhost------> | if vhost enable bandwidth,
| <-----result(success) | do bandwidth check.
| |
| <----call(start play) | onSrsBandCheckStartPlayBytes
| result(playing)-----> | onSrsBandCheckStartingPlayBytes
| <-------data(playing) | onSrsBandCheckStartingPlayBytes
| <-----call(stop play) | onSrsBandCheckStopPlayBytes
| result(stopped)-----> | onSrsBandCheckStoppedPlayBytes
| |
| <-call(start publish) | onSrsBandCheckStartPublishBytes
| result(publishing)--> | onSrsBandCheckStartingPublishBytes
| data(publishing)----> | onSrsBandCheckStartingPublishBytes
| <--call(stop publish) | onSrsBandCheckStopPublishBytes
| result(stopped)(1)--> | onSrsBandCheckStoppedPublishBytes
| |
| 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)------------> |
finalClientPacket
| final(2)------------> |
|
<END>
|
1.
when flash client, server ignore the publish stopped result,
and directly send the report to flash client.
2.
flash client only. when got report, flash client should send out
a final packet and close the connection immediately.
@see: class SrsBandwidth comments.
</pre>
### System Requirements
...
...
请
注册
或
登录
后发表评论