Search code examples
htmlaudiostreamm3uasx

HTML5 m3u / asx stream player


I was wondering if it is possible to play a radio stream via m3u or asx on a HTML 5 player? Google doesn't give me any answers.


Solution

  • To my knowledge, it isn't possible in HTML5 yet. I think most streams are MP3. You can try to convert the ASX stream to an MP3 via PHP. Meanwhile you can load it via Javascript/HTML5 in your browser.