![]() |
2007-08-15
, 04:32
|
Posts: 262 |
Thanked: 9 times |
Joined on Jun 2007
|
#31
|
![]() |
2007-08-15
, 05:16
|
Posts: 185 |
Thanked: 5 times |
Joined on Dec 2005
@ Texas
|
#32
|
can i use this ad2p work around to stream both internet radio stations using wifi and bluetooth to send that to nokia bh 601 headset??
please advise
![]() |
2007-08-15
, 05:18
|
Posts: 185 |
Thanked: 5 times |
Joined on Dec 2005
@ Texas
|
#33
|
Finished this up tonight. You'll see it in the next release, but here's a preview:]
![]() |
2007-08-15
, 05:35
|
Posts: 185 |
Thanked: 5 times |
Joined on Dec 2005
@ Texas
|
#34
|
![]() |
2007-08-15
, 10:19
|
Posts: 4 |
Thanked: 0 times |
Joined on Aug 2007
|
#35
|
![]() |
2007-08-15
, 12:10
|
Posts: 4 |
Thanked: 0 times |
Joined on Aug 2007
|
#36
|
![]() |
2007-08-15
, 13:12
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#37
|
![]() |
2007-08-15
, 13:45
|
Posts: 4 |
Thanked: 0 times |
Joined on Aug 2007
|
#38
|
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
![]() |
2007-08-15
, 13:54
|
|
Posts: 1,463 |
Thanked: 81 times |
Joined on Oct 2005
@ UK
|
#39
|
Finished this up tonight. You'll see it in the next release, but here's a preview:
![]() |
2007-08-15
, 16:35
|
|
Posts: 2,041 |
Thanked: 1,066 times |
Joined on Mar 2006
@ Houston
|
#40
|
sachin007: The way a2dp is set up in kagu is by passing the name of the a2dp alsa device to mplayer. Currently only mplayer understands this option so only kagu (which uses mplayer for a2dp) can play music other, software needs to be changed to handle this option and possibly the alsa architecture as well (i think the key one would be for nokia to allow their media player to use a2dp but although it is on the roadmap don't expect it very soon.)
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:
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.Code:mplayer -playlist playlist.txt -ao alsa:device=a2dpd2 -ac ffmp3
edit: just a quick update, you can put the stream url in but don't forget to escape the &... i.e:
NickCode:mplayer -playlist http://shoutcast.com/sbin/shoutcast-playlist.pls?rn=1025\&file=filename.pls -ao alsa:device=a2dpd2 -ac ffmp3