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.
ライブ Web ラジオ用に、Web ベースの Flash または HTML5 プレーヤーで MMS オーディオ ストリーミングを再生する必要があります。すべてのブラウザで動作するソリューションはありますか?
embedクロスブラウザーの互換性のために、HTML5 タグで 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" />
クロス OS 互換性のためにブラウザ固有のプラグインを使用します。
参考文献
HTML5 ビデオ: フォールバック
VLC ドキュメント: Web プラグイン
VLC プラグインのデモ
メディア プレーヤー接続プラグイン
廃止されたアドレッシング方式
Windows Media Player プロトコルのロールオーバー
RTSP