码迷,mamicode.com
首页 > Web开发 > 详细

时时监控的rtsp流视频显示在前端与一些css;

时间:2018-11-13 18:30:43      阅读:621      评论:0      收藏:0      [点我收藏+]

标签:absolute   type   htm   styles   javascrip   set   ext   vol   style   

技术分享图片

 

不过试了下只兼容IE。

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<meta http-equiv="X-UA-Compatible" content="ie=edge">
<title>Document</title>
<link href="./vxgplayer-1.8.31.min.css" rel=‘stylesheet‘/>
<script src="./vxgplayer-1.8.31.min.js" type="text/javascript"></script>
<style>
.cont{
position:absolute;
width:720px;
height:410px;
margin-left:-360px;
left:50%;
}
</style>
</head>
<body>
<div class="cont">
<object type=‘application/x-vlc-plugin‘ pluginspage="http://www.videolan.org/" id=‘vlc‘ events=‘false‘ width="720" height="410">
<param name=‘mrl‘ value=‘rtsp://admin:Yunshitubest123@192.168.2.48‘ />
<param name=‘volume‘ value=‘50‘ />
<param name=‘autoplay‘ value=‘false‘ />
<param name=‘loop‘ value=‘true‘ />
<param name=‘fullscreen‘ value=‘true‘ />
<param name=‘controls‘ value=‘true‘ />
</object>
</div>
</body>
</html>

时时监控的rtsp流视频显示在前端与一些css;

标签:absolute   type   htm   styles   javascrip   set   ext   vol   style   

原文地址:https://www.cnblogs.com/MDGE/p/9953691.html

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!