-
Notifications
You must be signed in to change notification settings - Fork 1
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
opening discussion #1
Comments
yes that's it, Also sound quality is not optimal (but same as with pulseaudio), it's due that bluez only implement sbc codec, and not aptx (closed source). package (xbian-package-a2dp) use aplay to output sound to alsa, xbmc can't read raw sound audio, Later i can implement, stop xbmc player when pairing and , Now i use a "workaround", just wait 15 sec before starting pairing agent. |
if you are fine I will update the upstart staff (I had it almost done, just didn't finish because of the previous pulse issue with xbmc) and it is as you say, quite elegant. give me today to finish it. |
i corrected the access rights. just push what you have and I take over then to prevent git conflict. |
i'm fine for upstart! you know better than me. maybe you can revert the push request i've done if needed |
not "better" - but why to make a double work. |
Hi, Since you guys have already spend some time with this, do you have any good ideas how to play the stream directly through XBMC while maintaining its "live" character? Thanks. |
Hi about playing in xbmc without latence,it probably need to be in xbmc code. I check a bit how airplay was implemented and probably follow the same way. Problem is i can read more or less c code but write it it's another think. One easy solution for this case is to stop the service a2dp when xbmc player start. But i've no cubox and since pi use omx player,i don't have this problem. And what device did you use?it work quite well with my samsung s3 mini. But with a friend's mac or htc,sound is buggy. But i've now my devel and test machine nearly ready,i'll check log to see what happen but i suspect missing frame. |
I already tried to stop the a2dp service on start of the xbmc player, however, by the time XBMC emits the signal for "player start" it is already to late. It seems that the allocation of the audio device happens before the player gets started. It seems that the only good solution is to integrate it into XBMC directly. I tried it on the S3 and the Xperia Z2 - both work well. However, I did not test it for a very log time. |
ok, you've already test a lot :-) if it's integrate to xbmc, it will be probably a xbian patch for xbmc, but not a one that can be merge on main branch, as it should be multiplatform, and proper :-), and it's over my capabilities in C. |
i've just find this, and problem for the pi, is codec decode is cpu hungry for some kind of format |
@belese
so we can create alsa "only" package (not depending on pulse) providing function of BT Speakers and/or using remote BT speakers for sound output?
The text was updated successfully, but these errors were encountered: