<!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>
|