Hello,

I am trying to test a simple streaming app, but whenever I run it, I get 
this error: Prepare failed.: status 0x1

My code is very basic:

   mp.setDataSource("http://asculta.kno.ro:9090/";);
   
mp.setAudioStreamType(AudioManager.STREAM_MUSIC);

mp.prepare();

mp.start();


However, all goes well if I use the BBC url: 
http://mp32.bbc.streamuk.com:80/


Can anybody help? Any hint would be great!


Thanks!
   

-- 
You received this message because you are subscribed to the Google
Groups "Android Developers" group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

Reply via email to