无法在 IE11 上通过 vlc 插件播放 rtsp

unable to play rtsp throuth vlc plugin on IE11

我创建了一个示例网站,通过它我可以在我的 LAN 中流式传输视频。

我正在使用 VLC(最新版本)。

但是我在 win10 IE11 中遇到问题,因为 vlc 插件没有加载到这里。我正在使用 IE11,我的机器是 Windows10 64 位。

并且我的 vlc activex 插件已启用: enter image description here

有什么解决办法

以下是我的代码:

<embed
    type="application/x-vlc-plugin"
    pluginspage="http://www.videolan.org"
    wmode="opaque"
    id="vlc"
    width="640"
    height="480"
    target="my_rtsp_url"
/>

我已经解决了这个问题。 我安装了错误版本的vlc插件,我的浏览器是win32的,但是我用的是win64的vlc