winlin

add bandwidth workflow

正在显示 1 个修改的文件 包含 8 行增加8 行删除
@@ -139,23 +139,23 @@ Bandwidth Test Workflow: @@ -139,23 +139,23 @@ Bandwidth Test Workflow:
139 +-----+------+ +-----+----+ 139 +-----+------+ +-----+----+
140 | | 140 | |
141 | connect vhost------> | 141 | connect vhost------> |
142 - | \<-----result(success) | 142 + | &lt;-----result(success) |
143 | | 143 | |
144 - | <----call(start play) | 144 + | &lt;----call(start play) |
145 | result(playing)-----> | 145 | result(playing)-----> |
146 - | <-------data(playing) |  
147 - | <-----call(stop play) | 146 + | &lt;-------data(playing) |
  147 + | &lt;-----call(stop play) |
148 | result(stopped)-----> | 148 | result(stopped)-----> |
149 | | 149 | |
150 - | <-call(start publish) | 150 + | &lt;-call(start publish) |
151 | result(publishing)--> | 151 | result(publishing)--> |
152 | data(publishing)----> | 152 | data(publishing)----> |
153 - | <--call(stop publish) | 153 + | &lt;--call(stop publish) |
154 | result(stopped)(1)--> | 154 | result(stopped)(1)--> |
155 | | 155 | |
156 - | <--------------report | 156 + | &lt;--------------report |
157 | final(2)------------> | 157 | final(2)------------> |
158 - | <END> | 158 + | &lt;END> |
159 159
160 @see: class SrsBandwidth comments. 160 @see: class SrsBandwidth comments.
161 </pre> 161 </pre>