带有IE,Firefox和Chrome Activex的RTSP嵌入式视频播放器

时间:2014-09-13 18:55:05

标签: html activex vlc

我正在寻找支持RTSP的视频播放器,该播放器具有适用于IE,Firefox和Chrome的activex控件。

VLC播放器有效,但我无法让Chrome或IE检测到activex并让访问者下载控制器(如果他们没有)。

我能够让Firefox和IE与Quicktime配合使用,而不是Chrome。 WMP似乎不喜欢RTSP,或者我做错了。

非常感谢任何建议。

我的VLC代码示例:

<object classid='clsid:9BE31822-FDAD-461B-AD51-BE1D1C159921' codebase='http://download.videolan.org/pub/videolan/vlc/last/win32/axvlc.cab' width='440' height='260'>
<param name='movie' value='rtsp://xxx/mpeg4/ch1/main/av_stream'>
<embed type='application/x-vlc-plugin' pluginspage='http://www.videolan.org' width='440' height='260' target='rtsp://xxx/mpeg4/ch1/main/av_stream'>
</object>

0 个答案:

没有答案