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.
Asked
Active
Viewed 4,183 times
1 Answers
1
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.

John Watts
- 8,717
- 1
- 31
- 35

Tim Ruls
- 26
- 1
-
Could you give more details please about converting/loading in my browser? – ProjectAO Aug 15 '13 at 09:43