IntelligentRecognition/ah-jjsp-web/bns/html/uav/child/UAV_Video.html

57 lines
2.8 KiB
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>实时视频</title>
<link href="../../../js/layui/css/layui.css" rel="stylesheet">
<link href="../../../js/layui_dtree/dtree/dtree.css" rel="stylesheet">
<link rel="stylesheet" href="../../../js/layui/font/icon/iconfont.css">
<link href="../../../js/contextMenu/jquery.contextMenu.min.css" rel="stylesheet" type="text/css">
<link rel="stylesheet" href="../../../js/layui_dtree/dtree/font/dtreefont.css">
<link rel="stylesheet" href="../../../js/video/videoComponent/style/common.css"/>
<link rel="stylesheet" href="../../../js/video/videoComponent/style/video.css"/>
<script src="../../../js/public/jquery-3.6.0.js"></script>
<script src="../../../js/video/uvp-bai.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/public/permission.js" type="text/javascript"></script>
<script src="../../../js/layui/layui.js"></script>
<!-- ty组件核心start -->
<script src="../../../js/video/videoComponent/jquery.min.js"></script>
<script src="../../../js/video/videoComponent/script/h265/player.js"></script>
<script src="../../../js/video/videoComponent/script/method.js"></script>
<script src="../../../js/video/videoComponent/script/flv.min.js"></script>
<script src="../../../js/video/videoComponent/script/h265/common.js"></script>
<script src="../../../js/video/videoComponent/script/h265/pcm-player.js"></script>
<script src="../../../js/video/videoComponent/script/h265/webgl.js"></script>
<script src="../../../js/video/videoComponent/uvp-bai.js"></script>
<!-- 组件核心end -->
<style>
html, body {
width: 100%;
height: 100%;
margin: 0;
padding: 0;
background-color: transparent;
color: #000000;
}
.content_video {
width: calc(100% - 10px);
height: calc(100% - 10px);
padding: 5px;
}
</style>
</head>
<body>
<div class="content_video">
<div id="videoDemo" class="video_box" style="width: 100%; height: 100%;">
</div>
</div>
</body>
<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/uav/child/UAV_Video.js"></script>
<script src="../../../js/video/video.js" type="text/javascript"></script>
</html>