地质所 沉降监测网建设项目
zmk
2024-05-19 26bdd0dc8e1d37c484e6dc199fd933d32bb88e29
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
<!DOCTYPE html>
<html lang="zh" xmlns:th="http://www.thymeleaf.org" >
<head>
    <th:block th:include="include :: header('视频播放')" />
</head>
<body class="white-bg">
    <div class="wrapper wrapper-content animated fadeInRight ibox-content">
<!--        <div id="video-container" style="width:600px;">-->
<!--        </div>-->
        <div>
            <video width="320" height="240" controls autoplay>
                <source id="videoPlayer" src="/bjfw/video/2.mp4"   type="video/mp4">
 
            </video>
        </div>
 
    </div>
    <th:block th:include="include :: footer" />
    <script th:src="@{/ajax/libs/EZUIKit/ezuikit.js}"></script>
    <script th:inline="javascript">
        var prefix = ctx + "geo/projectCamera";
        var playr;
        var playrUrl="ezopen://open.ys7.com/AA2615287/1.live";
        //var token="at.9m3gto7jdlu1kwda7ranbh3nbiwouygq-7i07tcm9pu-17eg1uk-wrpjhveay";
        var token ="ra.5i97mecz3m31opfq14v3om7p43d19ylc-6ik4g9ca17-124mwk2-ifwpxx2mt";
 
        // var player = new EZUIKit.EZUIKitPlayer({
        //     id: 'video-container', // 视频容器ID
        //     accessToken: token,
        //     url: playrUrl,
        //     template: 'simple', // simple - 极简版;standard-标准版;security - 安防版(预览回放);voice-语音版; theme-可配置主题;
        //     plugin: ['talk'],                       // 加载插件,talk-对讲
        //     width: 750,
        //     height: 450,
        // });
 
    </script>
</body>
 
</html>