Flash / HTML5 player for MMS streaming

3.7k views Asked by At

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?

1

There are 1 answers

0
Paul Sweatte On

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