Kodi Community Forum
XBMC takes full control of alsa even if nothing's playing - Printable Version

+- Kodi Community Forum (https://forum.kodi.tv)
+-- Forum: Support (https://forum.kodi.tv/forumdisplay.php?fid=33)
+--- Forum: General Support (https://forum.kodi.tv/forumdisplay.php?fid=111)
+---- Forum: Linux (https://forum.kodi.tv/forumdisplay.php?fid=52)
+---- Thread: XBMC takes full control of alsa even if nothing's playing (/showthread.php?tid=136587)



XBMC takes full control of alsa even if nothing's playing - d0m1nation - 2012-07-21

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?


RE: XBMC takes full control of alsa even if nothing's playing - te36 - 2013-02-14

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.


RE: XBMC takes full control of alsa even if nothing's playing - wsnipex - 2013-02-14

that thread was 7 months old Wink Good that it has been fixed in the meantime, try the next nightly


RE: XBMC takes full control of alsa even if nothing's playing - un1versal - 2013-02-14

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