1
0
Fork 0
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:
winlin 2013-12-27 18:55:10 +08:00
parent 89ac091c35
commit df349da7d9
2 changed files with 1 additions and 1 deletions

View file

@ -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{