XBMC takes full control of alsa even if nothing's playing

  Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
d0m1nation Offline
Junior Member
Posts: 43
Joined: Jan 2011
Reputation: 0
Post: #1
For a long long time I've used mpd for audio and xbmc for video. After I upgraded to the nightlies I noticed that mpd could no longer play audio when xbmc was on. (Device busy)
Is there some workaround to make this configuration work again that does not involve using another sound server?
find quote
te36 Offline
Junior Member
Posts: 34
Joined: Jan 2010
Reputation: 0
Post: #2
Not sure if XBMC has changed behavior but it sounds as if you have a diital output device. Alsa does by default not put a mixer device in front of digital outputs so only one app can use them at a time. Eg: configure a dmix for your digital audio output in .asoundrc and then multiple apps can access it at the same time.
find quote
wsnipex Offline
Team-XBMC packaging monkey
Posts: 1,792
Joined: Jun 2011
Reputation: 48
Post: #3
that thread was 7 months old Wink Good that it has been fixed in the meantime, try the next nightly
find quote
uNiversal Offline
Out of Memory
Posts: 3,194
Joined: Oct 2012
Reputation: 75
Location: Binary pulsar
Post: #4
This post was before Frodo v12 was released and this particular problem is resolved with v13 alpha1

See https://github.com/xbmc/xbmc/pull/2218

This PR should complete the fixes needed idk as I dont experience this problem since my XBMC is dedicated to just xbmc so it requires a nightly ppa of compile from source.

Edit
wsnipex beat me to it Wink

uNi
(This post was last modified: 2013-02-14 23:06 by uNiversal.)
find quote