google-code-export / flowplayer-core

Automatically exported from code.google.com/p/flowplayer-core
2 stars 0 forks source link

Non-IE browsers: "Audio"-provider with mp3 http pseudo stream doesn't go into "playing" state, doesn't trigger onStart event #632

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Use an http pseudo mp3 stream and the audio provider
2. Add a onStart callback
3. Use a non-IE browser

What is the expected output? What do you see instead?

1. The onStart callback should be called when the stream is started
2. In fact it isn't

What version of the product are you using? On what operating system?

1. flowplayer.audio-3.2.10.swf, flowplayer-3.2.15.swf, flowplayer-3.2.11.min.js
2. Not working on: Chrome(OSX), Firefox(OSX), Chrome(Win), Firefox(Win)
3. Working on: IE9, IE9 in IE8-mode

See a demo of the problem here: http://www.laut.fm/test/flowplayer_bug.html

Original issue reported on code.google.com by niko.dit...@googlemail.com on 27 Sep 2012 at 10:12