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-27 18:54:34 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
89ac091c35799aa933957615113f3106bfdadf18
89ac091c
1 parent
62f1f239
fix bug of bandwidth test, donot use vhost in query
显示空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
1 行增加
和
1 行删除
trunk/research/players/srs_bwt/release/srs_bwt.swf
trunk/research/players/srs_bwt/src/srs_bwt.as
trunk/research/players/srs_bwt/release/srs_bwt.swf
查看文件 @
89ac091
不能预览此文件类型
trunk/research/players/srs_bwt/src/srs_bwt.as
查看文件 @
89ac091
...
...
@@ -203,7 +203,7 @@ package
kbps
=
(
int
(
kbps
*
10
))
/
10
.
0
;
flash
.
utils
.
setTimeout
(
stopPlayTest
,
0
)
;
updateState
(
"下行带宽测试完毕
:
"
+
kbps
+
"kbps,开始测试上行带宽。"
)
;
updateState
(
"下行带宽测试完毕
,服务器: "
+
server_ip
+
",
"
+
kbps
+
"kbps,开始测试上行带宽。"
)
;
}
private
function
stopPlayTest
()
:
void
{
...
...
请
注册
或
登录
后发表评论