mirror of
https://github.com/ossrs/srs.git
synced 2025-03-09 15:49:59 +00:00
refine the ui, add osmf/jwplayer
This commit is contained in:
parent
5e9915bd15
commit
1c04e35924
32 changed files with 475 additions and 1139 deletions
39
trunk/research/players/srs_bwt.html
Executable file
39
trunk/research/players/srs_bwt.html
Executable file
|
@ -0,0 +1,39 @@
|
|||
<!DOCTYPE html>
|
||||
<html>
|
||||
<head>
|
||||
<title>SrsPlayers</title>
|
||||
<meta charset="utf-8">
|
||||
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
|
||||
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
|
||||
<script type="text/javascript" src="js/bootstrap.min.js"></script>
|
||||
<script type="text/javascript" src="js/swfobject.js"></script>
|
||||
<style>
|
||||
body{
|
||||
padding-top: 55px;
|
||||
}
|
||||
</style>
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
});
|
||||
</script>
|
||||
</head>
|
||||
<body>
|
||||
<div class="navbar navbar-fixed-top">
|
||||
<div class="navbar-inner">
|
||||
<div class="container">
|
||||
<a class="brand" href="#">SrsPlayers</a>
|
||||
<div class="nav-collapse collapse">
|
||||
<ul class="nav">
|
||||
<li><a href="srs_player.html">SRS播放器</a></li>
|
||||
<li><a href="srs_publisher.html">SRS编码器</a></li>
|
||||
<li class="active"><a href="srs_bwt.html">SRS测网速</a></li>
|
||||
<li><a href="jwplayer6.html">JWPlayer6播放器</a></li>
|
||||
<li><a href="osmf.html">AdobeOSMF播放器</a></li>
|
||||
<li><a href="vlc.html">VLC播放器</a></li>
|
||||
</ul>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
|
Loading…
Add table
Add a link
Reference in a new issue