时时监控的rtsp流视频显示在前端与一些css;
生活随笔
收集整理的這篇文章主要介紹了
时时监控的rtsp流视频显示在前端与一些css;
小編覺得挺不錯的,現在分享給大家,幫大家做個參考.
?
不過試了下只兼容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>轉載于:https://www.cnblogs.com/MDGE/p/9953691.html
總結
以上是生活随笔為你收集整理的时时监控的rtsp流视频显示在前端与一些css;的全部內容,希望文章能夠幫你解決所遇到的問題。
- 上一篇: iframe的子界面获取父界面的标签元素
- 下一篇: templates的语法