2

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?

double-beep
  • 5,031
  • 17
  • 33
  • 41
IRIS
  • 61
  • 2
  • 5

1 Answers1

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