Hi,
i have made the pcm_a2dp plugin to work. mainly it was
cut and past from a2play program. now i can select
headphone as my alsa output device. XMMS and mplayer
both work.
however, when XMMS finishes a song it does not start
to play the next one. Also, video in mplayer with the
sound through headphones does not work. It goes out of
sync and says something about buggy driver. I guess
the alsa part of the pcm_a2dp should also be fixed.
Any suggestion for the similar plugin code? So the cut
and past approach will work again?
I attach the modified pcm_a2dp.c
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
Hi Brad,
I have not had any problems with the sound.wav file.
i guess it is system specific and i am lucky. I am on
FC5 with HP headphones.
Nice that you made it work too, i have the same
simptomps with xmms, however most annoing is that i
can not watch movies with mplayer.
Sergey
__________________________________________________
Do You Yahoo!?
Tired of spam? Yahoo! Mail has the best spam protection around
http://mail.yahoo.com
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel
guys
woooooo... after more tweaks the alsa plugin is finally working (mostly)
for me. I've only played through xmms and aplay. The strangeness now is
the xmms display looks like it's jittering around and it gets "stuck" at
the end of a song, sometimes crashing with "alsa mixer timed out."
If it doesn't crash, I can click the next-track button or drag the
slider to the end of the song to have it start the next one.
i've elaborated in the alsa-plugins/BUILD document. i'm requiring the
external libsbc build now since the version in the project isn't
properly built for use by shared objects and the codec is going to be
maintained externally anyway.
brad
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel
Sergey
> i have made the pcm_a2dp plugin to work. mainly it was
> cut and past from a2play program. now i can select
> headphone as my alsa output device. XMMS and mplayer
> both work.
I made some changes to what you gave us. I made it use the system's
libsbc since the sbc inside the project is not built properly as a
shared lib (install libsbc from cvs in the
http://sourceforge.net/projects/sbc project)
I had to recode to retry some connections since alsa was interrupting
system calls.
However, I'm still finding that
aplay -B 1000000 -D pcm.headphone ~/sound.wav
will segfault. It's when the memmove at line 706 is being called with a
0 for the length to copy.
fwiw, my sound.wav is available at bluetooth-alsa.sf.net/sound.wav
Brad
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel
Sergey
> i have made the pcm_a2dp plugin to work. mainly it was
> cut and past from a2play program. now i can select
> headphone as my alsa output device. XMMS and mplayer
> both work.
I am very excited to see you have run with this and got it working. I
have been out of town and unable to try it but I applied it anyway (what
we had before didn't work at all... :)
> however, when XMMS finishes a song it does not start
> to play the next one.
There may be some more things we need to fix up in the plugin like
capabilities negotiation. Also, Marcel had worked on connection caching
so the connection wouldn't drop and have to be reestablished between
songs on xmms. I'm not sure if the code we have now does that right.
I'll be back tonight and be able to try things. Thanks tons.
Brad
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Bluez-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/bluez-devel