Fix audio parameters And Add Rate display

This commit is contained in:
Sake
2020-09-29 18:13:12 +08:00
parent b6a613f28e
commit 06a4259bd7
5 changed files with 49 additions and 3171 deletions

File diff suppressed because one or more lines are too long

View File

@@ -5,7 +5,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>EasyWasmPlayer</title>
<script src="/EasyWasmPlayer.js"></script>
<script src="./EasyWasmPlayer.js"></script>
</head>
<body>
@@ -14,6 +14,7 @@
<div style="width:600px;height: 400px; background-color:pink;margin: auto;">
<div id="newplay" onClick="onplay"></div>
<p>列如http://127.0.0.1:8080/flv/hls/stream.flv</p>
<p style="color:red;font-size: 12px;">注意:本实例需要以服务方式启动</p>
<input type="text" id="value">
<button id="btn">播放</button>
</div>