HTML5 text stream stops after each song

I have an icecast server serving a continuous mp3 stream. I tried to play it in html5 using a sound tag. in safari, it appears and plays, but at the moment when the song changes, the stream stops and does not start again, even if I press the play button.

Does anyone know about this?

+3
source share
1 answer

This is the famous Firefox Bug โ€œFirefox does not work on the ogg-stream chainโ€ # 455165 and should be fixed in Firefox 20 .

Update: Sorry, did not see that you said that you are streaming mp3. Firefox may have similar problems with mp3 ...

0
source

All Articles