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:44:07 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
34f4e805aaebb616ec4f84591fd58bdcb58e0fbd
34f4e805
1 parent
950c4502
add bandwidth workflow
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
23 行增加
和
23 行删除
README.md
README.md
查看文件 @
34f4e80
...
...
@@ -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>
...
...
请
注册
或
登录
后发表评论