IntelligentRecognition/ah-jjsp-web/.svn/pristine/fa/fa82d9e9236f8e159e791c23242...

29 lines
963 B
Plaintext
Raw Normal View History

2024-05-24 16:09:40 +08:00
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>视频点播</title>
<link href="../../js/layui/css/layui.css" rel="stylesheet">
<script src="../../js/public/jquery-3.6.0.js"></script>
<script src="../../js/public/sm3.js" type="text/javascript"></script>
<script src="../../js/public/public.js" type="text/javascript"></script>
<script src="../../js/layui/layui.js"></script>
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
}
</style>
</head>
<body>
<video id="videoDemo" style="width: 100%;height: 99%;">
</video>
</body>
</html>
<script type="text/javascript" src="../../js/qx/conf.js"></script>
<script type="text/javascript" src="../../js/qx/flv.min.js"></script>
<script type="text/javascript" src="../../js/qx/FileSaver.min.js"></script>
<script type="text/javascript" src="../../js/video/flvStart.js"></script>