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
2016-09-27 11:00:13 +0800
Browse Files
Options
Browse Files
Download
Plain Diff
Commit
78aa518ecc9668cb3f725a2e25b865c74833ea05
78aa518e
2 parents
9cc528cd
b19702f6
merge srs2
隐藏空白字符变更
内嵌
并排对比
正在显示
1 个修改的文件
包含
3 行增加
和
2 行删除
trunk/research/players/srs_player.html
trunk/research/players/srs_player.html
查看文件 @
78aa518
...
...
@@ -334,6 +334,7 @@
<ul
class=
"dropdown-menu"
>
<li><a
id=
"btn_mbt_0_6"
href=
"#"
>
0.6秒(实时)
</a></li>
<li><a
id=
"btn_mbt_0_9"
href=
"#"
>
0.9秒(实时)
</a></li>
<li><a
id=
"btn_mbt_1_2"
href=
"#"
>
1.2秒(实时)
</a></li>
<li><a
id=
"btn_mbt_1_5"
href=
"#"
>
1.5秒(实时)
</a></li>
<li><a
id=
"btn_mbt_2_4"
href=
"#"
>
2.4秒(会议)
</a></li>
<li><a
id=
"btn_mbt_3_0"
href=
"#"
>
3秒(低延迟)
</a></li>
...
...
@@ -511,8 +512,8 @@
srs_init_rtmp
(
"#txt_url"
,
"#main_modal"
);
// consts for buffer and max buffer.
var
bts
=
[
0.1
,
0.2
,
0.3
,
0.5
,
0.8
,
1
,
2
,
3
,
4
,
5
,
6
,
8
,
10
,
15
,
20
,
30
];
var
mbts
=
[
0.6
,
0.9
,
1.5
,
2.4
,
3
,
6
,
9
,
12
,
15
,
18
,
24
,
30
,
45
,
60
,
90
];
var
bts
=
[
0.1
,
0.2
,
0.3
,
0.5
,
0.8
,
1
,
2
,
3
,
4
,
5
,
6
,
8
,
10
,
15
,
20
,
30
];
var
mbts
=
[
0.6
,
0.9
,
1.2
,
1.5
,
2.4
,
3
,
6
,
9
,
12
,
15
,
18
,
24
,
30
,
45
,
60
,
90
];
// the play startup time.
var
pst
=
new
Date
();
...
...
请
注册
或
登录
后发表评论