Remcoman / AIRShoutcast

Shoutcast API for Adobe AIR
MIT License
5 stars 2 forks source link

Shoutcast URL error #3

Open s2hago opened 8 years ago

s2hago commented 8 years ago

Hi your code really help me with my project but I´m a little stuck. The issue I found is that the player only read url format http://184.154.185.181:8000 but when the url change for example to http://stream.morow.com:8080/morow_med.mp3 or something like that (because there are many forms) there´s a connection error. Please where is the part that define the url format? I don`t know where in the code I have to edit. Thanks for your help and sorry for my bad english : )

Remcoman commented 8 years ago

Hi i am not maintaining this project anymore but it seems that http://stream.morow.com:8080/morow_med.mp3 is not a real shoutcast url. You should be able to just play that file using the builtin actionscript 3 audio api.