I have an application playing very low-bandwidth mp3 streams. It was working fine with flowplayer 3.07, but now that I've upgraded to 3.10, it's broken! It definitely looks like a bug in the new version.
Basically, it starts playing, but then stops randomly - sometimes less than a second in, sometimes after 10 seconds. It rarely lasts any longer than that though.
I've tried a bit of testing with javascript - the onStop event never gets called when it stops this way.
I've also tried adjusting the buffer length, thinking that it might be related to that, but this setting seems to be completely ignored - bufferLength: 20 still starts playing immediately. I don't think that's the way it's supposed to work...
I do think it has to do with the buffer though, because when I change the clip url to a static file (sent through apache directly) it works just fine. It's only when it's streamed through icecast that there's any trouble.
Basically, it starts playing, but then stops randomly - sometimes less than a second in, sometimes after 10 seconds. It rarely lasts any longer than that though.
I've tried a bit of testing with javascript - the onStop event never gets called when it stops this way.
I've also tried adjusting the buffer length, thinking that it might be related to that, but this setting seems to be completely ignored - bufferLength: 20 still starts playing immediately. I don't think that's the way it's supposed to work...
I do think it has to do with the buffer though, because when I change the clip url to a static file (sent through apache directly) it works just fine. It's only when it's streamed through icecast that there's any trouble.