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-22 00:44:30 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
01a02d2effc337a979d26fdbd8461e03b01c2521
01a02d2e
1 parent
4b74435e
refine the tips of ui
隐藏空白字符变更
内嵌
并排对比
正在显示
3 个修改的文件
包含
8 行增加
和
2 行删除
trunk/research/players/js/srs.js
trunk/research/players/srs_player.html
trunk/research/players/srs_publisher.html
trunk/research/players/js/srs.js
查看文件 @
01a02d2
...
...
@@ -158,7 +158,7 @@ function srs_get_player_width() { return srs_get_player_modal() - 30; }
function
srs_get_player_height
()
{
return
srs_get_player_width
()
*
9
/
19
;
}
// to query the swf anti cache.
function
srs_get_version_code
()
{
return
"1.
3
"
;
}
function
srs_get_version_code
()
{
return
"1.
5
"
;
}
// get the default vhost for players.
function
srs_get_player_vhost
()
{
return
"players"
;
}
// get the stream published to vhost,
...
...
trunk/research/players/srs_player.html
查看文件 @
01a02d2
...
...
@@ -516,7 +516,6 @@
</div>
</div>
</div>
<hr>
<footer>
<p><a
href=
"https://github.com/winlinvip/simple-rtmp-server"
>
SRS Team
©
2013
</a></p>
</footer>
...
...
trunk/research/players/srs_publisher.html
查看文件 @
01a02d2
...
...
@@ -30,6 +30,10 @@
$
(
"#audio_modal"
).
modal
({
show
:
true
});
});
$
(
"#remote_tips"
).
tooltip
({
title
:
"为了支持HLS输出,FLASH编码器输出的流需要经过转码(VP6=>H264,MP3=>aac),所以会黑屏较长时间,请耐心等待"
});
$
(
"#btn_publish"
).
click
(
on_user_publish
);
// for publish, we use randome stream name.
...
...
@@ -405,6 +409,9 @@
<div
class=
"accordion-heading"
>
<span
class=
"accordion-toggle"
data-toggle=
"collapse"
href=
"#collapseTwo"
>
<strong>
远程服务器
</strong>
<a
id=
"remote_tips"
href=
"#"
data-toggle=
"tooltip"
data-placement=
"top"
title=
""
>
黑屏
<img
src=
"img/tooltip.png"
/>
</a>
</span>
</div>
<div
id=
"collapseTwo"
class=
"accordion-body collapse in"
>
...
...
请
注册
或
登录
后发表评论