2024-05-17 10:19:09 +08:00
|
|
|
|
<!DOCTYPE html>
|
|
|
|
|
<html>
|
|
|
|
|
|
|
|
|
|
<head>
|
|
|
|
|
<meta charset="UTF-8" />
|
|
|
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=0" />
|
|
|
|
|
<meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1" />
|
|
|
|
|
<meta name="renderer" content="webkit" />
|
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
|
<meta name="apple-mobile-web-app-capable" content="yes" />
|
|
|
|
|
<meta name="apple-mobile-web-app-status-bar-style" content="black" />
|
|
|
|
|
<meta name="format-detection" content="telephone=no" />
|
|
|
|
|
<meta name="applicable-device" content="pc,mobile" />
|
|
|
|
|
<link rel="shortcut icon" href="/favicon.ico" />
|
|
|
|
|
<title>熙讯-产品中心</title>
|
|
|
|
|
<meta name="keywords" content="熙讯,LED控制系统,LED控制卡,播控系统,软件服务,熙讯下载,解决方案提供商-熙讯、熙讯云科技、熙讯电子科技有限公司、熙讯官网、熙讯下载" />
|
|
|
|
|
<meta name="description"
|
|
|
|
|
content="上海熙讯电子科技有限公司是全球户外数字传媒与LED显示控制系统解决方案服务商,致力于以互联网技术和智能系统推动行业的产业升级,为打造数字智慧城市贡献力量。10年来我们精耕于这一领域,凭借卓越的创新能力、突出的定制能力、优秀的服务能力、赢得了全球客户的信任!" />
|
|
|
|
|
<link rel="stylesheet" href="/static/iconfont/iconfont.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/layui/css/layui.css" />
|
|
|
|
|
<link rel="stylesheet" type="text/css" href="/static/css/layout.css" />
|
|
|
|
|
|
|
|
|
|
<script type="text/javascript" src="/static/js/jquery.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/js/BeerSlider.js"></script>
|
|
|
|
|
<meta name="Author" content="xixun" />
|
|
|
|
|
|
|
|
|
|
</head>
|
|
|
|
|
<script>
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?7ff6901a09fa9902efaaf3ed8347d4d6";
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
var _hmt = _hmt || [];
|
|
|
|
|
(function () {
|
|
|
|
|
var hm = document.createElement("script");
|
|
|
|
|
hm.src = "https://hm.baidu.com/hm.js?affc14f9acc293b595d93fb3d8e21590";
|
|
|
|
|
var s = document.getElementsByTagName("script")[0];
|
|
|
|
|
s.parentNode.insertBefore(hm, s);
|
|
|
|
|
})();
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
var type = navigator.appName;
|
|
|
|
|
if (type == "Netscape") var lang = navigator.language;
|
|
|
|
|
else var lang = navigator.userLanguage;
|
|
|
|
|
var lang = lang.substr(0, 2);
|
|
|
|
|
|
|
|
|
|
//英文路径
|
|
|
|
|
var url = window.location;
|
|
|
|
|
//获取网页的来路
|
|
|
|
|
|
|
|
|
|
function getQueryString(name) {
|
|
|
|
|
const url_string = window.location.href; // window.location.href
|
|
|
|
|
const url = new URL(url_string);
|
|
|
|
|
if (url.searchParams.get(name) != null) {
|
|
|
|
|
Cookie_Set('language', url.searchParams.get(name));
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
getQueryString('language');
|
|
|
|
|
console.log(!Cookie_Get('language'), lang)
|
|
|
|
|
if (!Cookie_Get('language') && lang == 'en') {
|
|
|
|
|
window.location.href = 'https://en.colorlightinside.com';
|
|
|
|
|
}
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
function Cookie_Set(name, val) {
|
|
|
|
|
// var strsec = getsec(time);
|
|
|
|
|
var exp = new Date();
|
|
|
|
|
// exp.setTime(exp.getTime() + strsec * 1);
|
|
|
|
|
document.cookie = name + "=" + val + ";path=/";
|
|
|
|
|
}
|
|
|
|
|
function Cookie_Get(name) {
|
|
|
|
|
var arr, reg = new RegExp("(^| )" + name + "=([^;]*)(;|$)");
|
|
|
|
|
if (arr = document.cookie.match(reg)) {
|
|
|
|
|
return (arr[2]);
|
|
|
|
|
} else {
|
|
|
|
|
return null;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
function getsec(str) {
|
|
|
|
|
var str1 = str.substring(1, str.length) * 1;
|
|
|
|
|
var str2 = str.substring(0, 1);
|
|
|
|
|
if (str2 == "s") {
|
|
|
|
|
return str1 * 1000;
|
|
|
|
|
} else if (str2 == "h") {
|
|
|
|
|
return str1 * 60 * 60 * 1000;
|
|
|
|
|
} else if (str2 == "d") {
|
|
|
|
|
return str1 * 24 * 60 * 60 * 1000;
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
</script>
|
|
|
|
|
|
|
|
|
|
<body>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="header head3">
|
|
|
|
|
#include(navbar)
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<div class="Lcrumbs">
|
|
|
|
|
<div class="container1260">
|
2024-05-17 13:41:51 +08:00
|
|
|
|
<a href="javascript:;">操作视频</a>
|
2024-05-17 10:19:09 +08:00
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="Bg">
|
|
|
|
|
<div class="container1260">
|
|
|
|
|
<div class="service_videoXQ clearfix">
|
|
|
|
|
<div class="publicLeft">
|
|
|
|
|
<div class="li active">
|
|
|
|
|
<h5>软件操作<div class="liOn"></div>
|
|
|
|
|
</h5>
|
|
|
|
|
<div class="li2">
|
|
|
|
|
<a class="active" href="/service/video/xixun_software/LedOK Express/index.html">LedOK Express</a>
|
|
|
|
|
<a class="" href="/service/video/xixun_software/AIPS2.0/index.html">AIPS2.0通用信发平台</a>
|
|
|
|
|
<a class="" href="/service/video/xixun_software/Vehicle HUB/index.html">Vehicle HUB车载专用平台</a>
|
|
|
|
|
<a class="" href="/service/video/xixun_software/LEDOK Iot/index.html">LEDOK Iot智慧物联平台</a>
|
|
|
|
|
<a class="" href="/service/video/xixun_software/LEDOK Lite/index.html">LEDOK Lite</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="li ">
|
|
|
|
|
<h5>realtime操作<div class="liOn"></div>
|
|
|
|
|
</h5>
|
|
|
|
|
<div class="li2">
|
|
|
|
|
<a class="" href="/service/realtime/index.html">realtime操作</a>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="right wow fadeInRight" data-wow-duration="2s">
|
|
|
|
|
<div class="con">
|
|
|
|
|
<div class="box">
|
|
|
|
|
<div class="imgbox">
|
|
|
|
|
<div class="pictureBox">
|
|
|
|
|
<!-- <video src="https://ledok.cn/download/realtime视频教程/realtime环境搭建.mp4"></video> -->
|
|
|
|
|
<img src=""
|
|
|
|
|
alt="" data-url="https://ledok.cn/download/realtime视频教程/realtime环境搭建.mp4">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text">
|
|
|
|
|
<h5>realtime环境搭建</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="box">
|
|
|
|
|
<div class="imgbox">
|
|
|
|
|
<div class="pictureBox">
|
|
|
|
|
<!-- <video src="https://ledok.cn/download/realtime视频教程/realtime节目下发.mp4"></video> -->
|
|
|
|
|
<img src=""
|
|
|
|
|
alt="" data-url="https://ledok.cn/download/realtime视频教程/realtime环境搭建.mp4">
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="text">
|
|
|
|
|
<h5>realtime节目下发</h5>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
<div class="LVideoPopup">
|
|
|
|
|
<i></i>
|
|
|
|
|
<div class="con">
|
|
|
|
|
<!-- <div class="off"><img src="/dist/images/closeIcon.png" alt=""></div> -->
|
|
|
|
|
<video src="" controls="controls" controlslist="nodownload" id="video"></video>
|
|
|
|
|
</div>
|
|
|
|
|
</div>
|
|
|
|
|
#include(footer)
|
|
|
|
|
<div class="Topping" id="ScrollTop"><i class="iconfont icon_top1"></i></div>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
</body>
|
|
|
|
|
|
|
|
|
|
</html>
|
|
|
|
|
<!--百度分享脚本-->
|
|
|
|
|
<script type="text/javascript" src="/static/js/share.js"></script>
|
|
|
|
|
<!--select模拟插件-->
|
|
|
|
|
<script type="text/javascript" src="/static/js/select2.min.js"></script>
|
|
|
|
|
<!--省市区三级联动-->
|
|
|
|
|
<script type="text/javascript" src="https://pv.sohu.com/cityjson"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/js/jquery.citys.js"></script>
|
|
|
|
|
<!--wow入场插件-->
|
|
|
|
|
<script type="text/javascript" src="/static/js/wow.min.js"></script>
|
|
|
|
|
<!-- 数字滚动插件 -->
|
|
|
|
|
<script type="text/javascript" src="/static/js/jquery.counterup.min.js"></script>
|
|
|
|
|
<script type="text/javascript" src="/static/js/waypoints.min.js"></script>
|
|
|
|
|
<!--swiper插件-->
|
|
|
|
|
<script type="text/javascript" src="/static/js/swiper.jquery.min.js"></script>
|
|
|
|
|
<!--瀑布流插件-->
|
|
|
|
|
<script src="/static/js/modernizr.custom.js"></script>
|
|
|
|
|
<script src="/static/js/masonry.pkgd.min.js"></script>
|
|
|
|
|
<script src="/static/js/imagesloaded.pkgd.min.js"></script>
|
|
|
|
|
<script src="/static/js/classie.js"></script>
|
|
|
|
|
<script src="/static/js/AnimOnScroll.js"></script>
|
|
|
|
|
<!--自定义-->
|
|
|
|
|
<script type="text/javascript" src="/js/layout.js"></script>
|
|
|
|
|
<script src="/static/layui/layui.js" charset="utf-8"></script>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<script>
|
|
|
|
|
layui.use(['laypage', 'layer'], function () {
|
|
|
|
|
var laypage = layui.laypage
|
|
|
|
|
, layer = layui.layer;
|
|
|
|
|
|
|
|
|
|
//总页数低于页码总数
|
|
|
|
|
laypage.render({
|
|
|
|
|
elem: 'demo0',
|
|
|
|
|
count: "3",
|
|
|
|
|
curr: "1",
|
|
|
|
|
limit: "12",
|
|
|
|
|
prev: ' ',
|
|
|
|
|
next: ' ',
|
|
|
|
|
jump: function (obj, first) {
|
|
|
|
|
//首次不执行
|
|
|
|
|
if (!first) {
|
|
|
|
|
//do something
|
|
|
|
|
location.href = "/service/videolist/index_" + obj.curr + '.html' + '?id=64';
|
|
|
|
|
}
|
|
|
|
|
}
|
|
|
|
|
});
|
|
|
|
|
});
|
|
|
|
|
</script>
|
|
|
|
|
<script>
|
|
|
|
|
$(".service_videoXQ .right .con .box").click(function () {
|
|
|
|
|
var url = $(this).find("img").attr("data-url")
|
|
|
|
|
$(".LVideoPopup").find("video").attr("src", url)
|
|
|
|
|
$(".LVideoPopup").stop().fadeIn()
|
|
|
|
|
})
|
|
|
|
|
$(".LVideoPopup i").click(function () {
|
|
|
|
|
$(".LVideoPopup").stop().fadeOut()
|
|
|
|
|
$('#video').get(0).pause();
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
$(".LVideoPopup .con .off").click(function () {
|
|
|
|
|
$(".LVideoPopup").stop().fadeOut()
|
|
|
|
|
$('#video').get(0).pause();
|
|
|
|
|
})
|
|
|
|
|
</script>
|