我使用 embed vlc 插件在我的网页上演示 rtsp 视频流。
我以这种方式将它包含到我的页面正文中:
<embed type="application/x-vlc-plugin" name="VLC" autoplay="yes"
loop="no" volume="100" width="800" height="600" target="rtsp://url.to.stream">
但如果用户没有安装 vlc 播放器插件,则没有图像,并且不提供安装链接。我如何识别用户是否有插件(可能通过 JavaScript),或者是否可以添加<embed>
元素的更多属性,它会自动提供插件安装?