Weird playback when using Stream.play("mp3:file")
Hello!
I'm trying to setup a server-side playlist for playing back mp3 files, though I stumble into a weird FMS behaviour.
I'm using latest FMS 4.0.2
Here is how I try to publish the stream (Server-side ActionScript):
var s = Stream.get("boo");
if (s) {s.play("mp3:rhcp", 0);}
On the client side, I try to play it using NetStream.play("boo"). Though, the sound quality I get is really weird. The sound goes slower and faster and stops for a split of a second. It may play properly for a couple of seconds, but that's all. Sounds like a decoder problem to me, or a bitrate conversion problem.
When I play the stream with NetStream.play("mp3:rhcp") the playback goes smoothly.
I've tried several mp3 files with different bitrates, but they all have the same problem.
It looks like a bug to me, so I would expect someone from Adobe to comment on this one.
