1
0
Fork 0
mirror of https://github.com/ossrs/srs.git synced 2025-02-13 03:41:55 +00:00
srs/trunk/research/players/srs_chat.html

56 lines
2.1 KiB
HTML
Raw Normal View History

2013-12-22 03:58:30 +00:00
<!DOCTYPE html>
<html>
<head>
<title>SRS</title>
<meta charset="utf-8">
<link rel="stylesheet" type="text/css" href="css/bootstrap.min.css"/>
<style>
body{
padding-top: 55px;
}
2013-12-26 07:41:04 +00:00
.accordion-group {
width: 310px;
}
2013-12-22 03:58:30 +00:00
</style>
</head>
<body>
2019-12-04 02:47:02 +00:00
<img src='https://ossrs.net:8443/gif/v1/sls.gif?site=ossrs.net&path=/player/chat'/>
2013-12-22 03:58:30 +00:00
<div class="navbar navbar-fixed-top">
<div class="navbar-inner">
<div class="container">
<a id="srs_index" class="brand" href="#">SRS</a>
2013-12-22 03:58:30 +00:00
<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 class="active"><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>
2016-03-19 14:09:36 +00:00
<!--<li><a id="nav_jwplayer6" href="jwplayer6.html">JWPlayer6播放器</a></li>-->
<!--<li><a id="nav_osmf" href="osmf.html">AdobeOSMF播放器</a></li>-->
2013-12-22 03:58:30 +00:00
<li><a id="nav_vlc" href="vlc.html">VLC播放器</a></li>
</ul>
</div>
</div>
</div>
</div>
<div class="container">
2013-12-22 17:22:10 +00:00
<!-- for the log -->
2019-12-18 01:16:56 +00:00
<div class="alert alert-danger fade in" id="txt_log">
2013-12-22 03:58:30 +00:00
<button type="button" class="close" data-dismiss="alert">×</button>
2019-12-18 01:16:56 +00:00
<strong><span id="txt_log_title">Warning:</span></strong>
<span id="txt_log_msg">
SRS不支持实时聊天请使用<a href="https://webrtc.org/" target="_blank">WebRTC</a>
SRS会在未来考虑支持(<a href="https://github.com/ossrs/srs/issues/307" target="_blank">#307</a>)。
</span>
2013-12-22 03:58:30 +00:00
</div>
2013-12-22 17:22:10 +00:00
<hr/>
2013-12-22 03:58:30 +00:00
<footer>
2015-11-11 02:37:50 +00:00
<p><a href="https://github.com/ossrs/srs">SRS Team &copy; 2013</a></p>
2013-12-22 03:58:30 +00:00
</footer>
</div>
</body>
<script type="text/javascript" src="js/jquery-1.10.2.min.js"></script>
<script type="text/javascript" src="js/bootstrap.min.js"></script>
</html>
2013-12-22 03:58:30 +00:00