Streaming audio using AS3

206 Views Asked by At

I have a simple as3 audio player. Works great for streaming a mp3 local file or for streaming regular ip radio, but fail when I try streaming from a ip address with mpeg encoding. Is a encoding problem? There is a solution?

Thanks

1

There are 1 best solutions below

1
LakatosI On

What do you mean exactly when you say you are streaming from an IP? How does you audio player get the file from the remote computer? It might just be a problem of accessing the file.

(Sorry for not just commenting, I don't have enough reputation yet.)