I am trying out to play internet radio with an example downloaded from
http://www.4shared.com/zip/OTcJZZft/StreamingRadio.html
which works kinda like given in this example Online radio streaming app for Android, but the problem is my logcat keeps throwing this error:
11-07 17:20:39.207: E/MediaPlayer(335): error (1, -1002)
11-07 17:20:39.237: E/MediaPlayer(335): Error (1,-1002)
11-07 17:20:48.882: W/KeyCharacterMap(335): No keyboard for id 0
11-07 17:20:48.886: W/KeyCharacterMap(335): Using default keymap: /system/usr/keychars/qwerty.kcm.bin
I am unable to understand what this means. Can someone please explain what it means and also if someone can guide me to a fresh tutorial for internet radio streaming it would be great help.
Thanks.