mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
fix bug of bandwidth test, donot use vhost in query
This commit is contained in:
parent
89ac091c35
commit
df349da7d9
2 changed files with 1 additions and 1 deletions
Binary file not shown.
|
@ -203,7 +203,7 @@ package
|
||||||
kbps = (int(kbps * 10))/10.0;
|
kbps = (int(kbps * 10))/10.0;
|
||||||
|
|
||||||
flash.utils.setTimeout(stopPlayTest, 0);
|
flash.utils.setTimeout(stopPlayTest, 0);
|
||||||
updateState("下行带宽测试完毕,服务器: " + server_ip + "," + kbps + "kbps,开始测试上行带宽。");
|
updateState("下行带宽测试完毕,服务器: " + server_ip + ", " + kbps + "kbps,开始测试上行带宽。");
|
||||||
}
|
}
|
||||||
|
|
||||||
private function stopPlayTest():void{
|
private function stopPlayTest():void{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue