I believe you can get audio streaming working if you are happy to use shoutcast streams and enjoy playing on the command line. Maybe an app to handle these should come next... I had a play and if you save the playlist file into playlist.txt, then start a2dp you can run the following: Code: mplayer -playlist playlist.txt -ao alsa:device=a2dpd2 -ac ffmp3 This produced the audio stream with this stream and might work with many others... Be careful, forget the -ac ffmp3 and you'll get noise. edit: just a quick update, you can put the stream url in but don't forget to escape the &... i.e: Code: mplayer -playlist http://shoutcast.com/sbin/shoutcast-playlist.pls?rn=1025\&file=filename.pls -ao alsa:device=a2dpd2 -ac ffmp3 Nick
mplayer -playlist playlist.txt -ao alsa:device=a2dpd2 -ac ffmp3
mplayer -playlist http://shoutcast.com/sbin/shoutcast-playlist.pls?rn=1025\&file=filename.pls -ao alsa:device=a2dpd2 -ac ffmp3