123456789101112131415161718192021222324252627282930 |
- <!DOCTYPE html>
- <html lang="en">
- <head>
- <meta content="text/html; charset=utf-8" http-equiv="Content-Type">
- <meta charset="utf-8">
- <meta content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" name="viewport">
- <meta content="yes" name="apple-mobile-web-app-capable">
- <meta content="black" name="apple-mobile-web-app-status-bar-style">
- <meta content="telephone=no" name="format-detection">
- <!-- <link rel="stylesheet" type="text/css" href="http://www.jq22.com/jquery/font-awesome.4.6.0.css"> -->
- <script src="__PUBLIC__/wxapp/js/jquery-1.8.3/jquery.min.js"></script>
- <!-- 引入 ECharts 文件 -->
- <script src="__PUBLIC__/wxapp/js/echarts.min.js"></script>
- <link rel="stylesheet" href="__PUBLIC__/wxapp/css/bootstrap.min.css">
- <link rel="stylesheet" href="__PUBLIC__/wxapp/css/jdxf.css">
- </head>
- <body>
- <div style="margin-top: 20px;">
- <div>设备编号:{$video.owner_code}</div>
- <div>设备名称:{$video.owner_name}</div>
- <div>通道:{$video.road}</div>
- <div>码流:{$video.malius}</div>
- <video class="vjs-tech" width="100%" height="100%" controls="controls" autoplay="autoplay" x-webkit-airplay="true" x5-video-player-fullscreen="true" preload="auto" playsinline="true" webkit-playsinline x5-video-player-typ="h5"> <source type="application/x-mpegURL" src="{$video.hls}">
- </video>
- </div>
- </body>
- </html>
|