I need to play MMS audio streaming with a web base flash or HTML5 player for a live web radio. Is there a solution that works with all borwsers?
Asked
Active
Viewed 3,657 times
2
-
MMS audio for browsers? In what format? – putvande Aug 02 '13 at 10:49
-
HI I use WMS (Windows Media) server – IRIS Aug 02 '13 at 11:34
1 Answers
1
Use the VLC Player Plugin with the HTML5 embed
tag for cross-browser compatibility:
<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" />
Use a browser specific plugin for cross-OS compatibility.
References

Paul Sweatte
- 24,148
- 7
- 127
- 265