说实话也就360浏览器还可以用vlc了,目前是为了播放海康视频流同时绘制报警框,因为对实时性有要求,转码延迟不大好控制因此考虑vlc。反正是针对个别用户的,也不会在公网部署
主要属性就是 windowless = true
<embed class='vlc' type="application/x-google-vlc-plugin" version="VideoLAN.VLCPlugin.2" allowfullscreen ="false" controls="false" autoplay="yes" loop="no" width=${width} height=${width*9/16} windowless = true target='${item.rtsp}' > </embed>
标签:遮挡,VLC,元素,vlc,前端,页面 From: https://www.cnblogs.com/mistrainy/p/16944294.html