index.html 1.9 KB
<!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" + window.location.search;
        });
    </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/simple-rtmp-server/srs">SRS Team &copy; 2013</a></p>
    </footer>
</div>
</body>