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-21 20:27:23 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
cb55f2336385b0dbc6216d60479d8bb0d790f55c
cb55f233
1 parent
b114fd35
update the publish link
显示空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
2 行增加
和
1 行删除
trunk/research/players/srs_publisher.html
trunk/research/players/srs_publisher.html
查看文件 @
cb55f23
...
...
@@ -142,12 +142,13 @@
$
(
"#txt_play_url"
).
text
(
url
);
$
(
"#txt_play_url"
).
attr
(
"href"
,
url
);
$
(
"#txt_play_url"
).
attr
(
"target"
,
"_blank"
);
}
function
on_user_publish
()
{
if
(
$
(
"#btn_publish"
).
text
()
==
"停止发布"
)
{
srs_publisher
.
stop
();
$
(
"#btn_publish"
).
text
(
"发布视频"
);
$
(
"#txt_play_url"
).
text
(
"请发布视频"
).
attr
(
"href"
,
"#"
);
$
(
"#txt_play_url"
).
text
(
"请发布视频"
).
attr
(
"href"
,
"#"
)
.
attr
(
"target"
,
"_self"
)
;
return
;
}
...
...
请
注册
或
登录
后发表评论