解决VLC前端遮挡页面元素问题

说实话也就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>

  

posted @ 2022-12-02 14:04  越甲鸣吾君  阅读(104)  评论(0编辑  收藏  举报