winlin

add bandwidth workflow

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