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
2014-11-25 11:05:45 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
02778dba4c744f52c6c83739cb21abd4230a1809
02778dba
1 parent
a2af0518
udpate the srs_bwt.
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
2 行删除
trunk/research/players/srs_bwt.html
trunk/research/players/srs_bwt.html
查看文件 @
02778db
...
...
@@ -63,9 +63,9 @@
bandwidth
.
on_update_status
=
function
(
status
)
{
$
(
"#check_status"
).
text
(
status
);
}
bandwidth
.
on_srs_info
=
function
(
srs_server
,
srs_primary_authors
,
srs_id
,
srs_pid
,
srs_server_ip
)
{
bandwidth
.
on_srs_info
=
function
(
srs_server
,
srs_primary
,
srs
_authors
,
srs_id
,
srs_pid
,
srs_server_ip
)
{
$
(
"#check_info"
).
text
(
"server:"
+
srs_server
+
",
authors:"
+
srs_primary
_authors
+
"server:"
+
srs_server
+
",
primary:"
+
srs_primary
+
", authors:"
+
srs
_authors
+
", srs_id:"
+
srs_id
+
", srs_pid:"
+
srs_pid
+
", ip:"
+
srs_server_ip
);
}
...
...
请
注册
或
登录
后发表评论