Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我需要使用基于网络的 Flash 或 HTML5 播放器来播放 MMS 音频流以进行实时网络广播。是否有适用于所有借款人的解决方案?
使用带有 HTML5embed标签的 VLC 播放器插件以实现跨浏览器兼容性:
embed
<embed type="application/x-vlc-plugin" pluginspage="http://www.videolan.org" autoplay="yes" loop="no" width="300" height="200" target="mms://127.0.0.1:554/video" />
使用特定于浏览器的插件以实现跨操作系统兼容性。
参考
HTML5 视频:后备
VLC 文档:Web 插件
VLC 插件演示
媒体播放器连接插件
退休的寻址方案
Windows Media Player 协议翻转
RTSP