To link to SHOUTcast/HTTP internet radio streams, traditionally you would link to a playlist file, such as an M3U or PLS. From there, the browser would launch the audio pla
What kind of stream does you M3U file contain?
You can skip the M3U and set your datasource directly to a rtsp stream for example.
mediaPlayer.setDataSource("rtsp://xxx/stream.stream");
Works perfectly
Don't forget to run it in a different thread.