mirror of https://github.com/ossrs/srs.git
You cannot select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
27 lines
1.0 KiB
HTML
27 lines
1.0 KiB
HTML
|
|
<html>
|
|
<head>
|
|
<title>SRS</title>
|
|
<meta charset="utf-8">
|
|
</head>
|
|
<body>
|
|
<h3><a href="https://github.com/ossrs/srs">SRS</a> works!</h3>
|
|
<p>
|
|
Click <a id="en" href="#">here</a> to enter SRS console.<br/>
|
|
点击进入<a id="cn" href="#">SRS控制台</a>
|
|
</p>
|
|
<p>
|
|
Click <a href="players/?autostart=true">here</a> to start SRS player.<br/>
|
|
点击进入<a href="players/?autostart=true">SRS播放器</a>
|
|
</p>
|
|
<p><a href="https://github.com/ossrs/srs">SRS Team © 2021</a></p>
|
|
<script type="text/javascript">
|
|
// http://localhost:8080/console/ng_index.html#/connect?port=1985
|
|
// http://localhost:8080/console/ng_index.html#/summaries?port=1985
|
|
var en_url = window.location.protocol + "//" + window.location.host + "/console/en_index.html#/summaries?port=1985";
|
|
var cn_url = window.location.protocol + "//" + window.location.host + "/console/ng_index.html#/summaries?port=1985";
|
|
document.getElementById("en").setAttribute('href', en_url);
|
|
document.getElementById("cn").setAttribute('href', cn_url);
|
|
</script>
|
|
</body>
|