i have an icecast server serving continuous mp3 stream. i tried to play it in html5 with the audio tag. in safari it shows up and plays, but the moment the song changes, the stream stops and will not start again, even it i press the play button.

does anybody know a way around this?

link|improve this question

64% accept rate
1  
Post a link to your stream. Chances are, you are getting metadata in your stream data, and your browser doesn't know what to do with it. It is then corrupt MP3 data, so instead of skipping that frame and re-syncing, it just stops. – Brad Jun 3 '11 at 16:13
feedback

1 Answer

Does it work on any other browsers? What's your code like? Are you calling audio.load() (where audio is your audio object) when loading the new track?

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.