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-26 09:02:16 +0800
Browse Files
Options
Browse Files
Download
Email Patches
Plain Diff
Commit
7094b6f43737d5258d1633a392658552d08b093f
7094b6f4
1 parent
531fa6fb
set default to chat.
隐藏空白字符变更
内嵌
并排对比
正在显示
2 个修改的文件
包含
51 行增加
和
1 行删除
trunk/research/api-server/static-dir/index.html
trunk/research/players/index.html
trunk/research/api-server/static-dir/index.html
0 → 100755
查看文件 @
7094b6f
<!DOCTYPE html>
<html>
<head>
<title>
SRS
</title>
<meta
charset=
"utf-8"
>
<link
rel=
"stylesheet"
type=
"text/css"
href=
"players/css/bootstrap.min.css"
/>
<script
type=
"text/javascript"
src=
"players/js/jquery-1.10.2.min.js"
></script>
<script
type=
"text/javascript"
src=
"players/js/bootstrap.min.js"
></script>
<script
type=
"text/javascript"
src=
"players/js/swfobject.js"
></script>
<script
type=
"text/javascript"
src=
"players/js/srs.page.js"
></script>
<style>
body
{
padding-top
:
55px
;
}
</style>
<script
type=
"text/javascript"
>
$
(
function
(){
update_nav
();
// direct to the default vhost for players.
window
.
location
.
href
=
"players/index.html"
;
});
</script>
</head>
<body>
<div
class=
"navbar navbar-fixed-top"
>
<div
class=
"navbar-inner"
>
<div
class=
"container"
>
<a
class=
"brand"
href=
"index.html"
>
SRS
</a>
<div
class=
"nav-collapse collapse"
>
<ul
class=
"nav"
>
<li><a
id=
"nav_srs_player"
href=
"srs_player.html"
>
SRS播放器
</a></li>
<li><a
id=
"nav_srs_publisher"
href=
"srs_publisher.html"
>
SRS编码器
</a></li>
<li><a
id=
"nav_srs_chat"
href=
"srs_chat.html"
>
SRS会议
</a></li>
<li><a
id=
"nav_srs_bwt"
href=
"srs_bwt.html"
>
SRS测网速
</a></li>
<li><a
id=
"nav_jwplayer6"
href=
"jwplayer6.html"
>
JWPlayer6播放器
</a></li>
<li><a
id=
"nav_osmf"
href=
"osmf.html"
>
AdobeOSMF播放器
</a></li>
<li><a
id=
"nav_vlc"
href=
"vlc.html"
>
VLC播放器
</a></li>
</ul>
</div>
</div>
</div>
</div>
<div
class=
"container"
>
<hr>
<footer>
<p><a
href=
"https://github.com/winlinvip/simple-rtmp-server"
>
SRS Team
©
2013
</a></p>
</footer>
</div>
</body>
...
...
trunk/research/players/index.html
查看文件 @
7094b6f
...
...
@@ -18,7 +18,7 @@
update_nav
();
// direct to the default vhost for players.
window
.
location
.
href
=
"srs_
player
.html?vhost="
+
srs_get_player_vhost
();
window
.
location
.
href
=
"srs_
chat
.html?vhost="
+
srs_get_player_vhost
();
});
</script>
</head>
...
...
请
注册
或
登录
后发表评论