2018-06-24 16:28:37 +08:00

30 lines
758 B
HTML

<!doctype html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport"
content="width=device-width, user-scalable=no, initial-scale=1.0, maximum-scale=1.0, minimum-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>flv转码到fmp4</title>
<style>
.container {
width: 100%;
min-height: 300px;
}
#start_btn {
width: 100px;
height: 30px;
}
#byted-player {
width: 480px;
height: 320px;
}
</style>
</head>
<body>
<div class="container">
<button type="button" id="start_btn">开始解析</button>
<div id="byted-player"></div>
</div>
</body>
</html>