[SOLVED] No audio when booting directly into XBMC frodo
#1
Hi guys,
Ive got a bit of a strange problem, ive got an xbmcbuntu setup with frodo 12.2 the problem is that when I boot Directly into XBMC i get no audio whatsoever, (i have tried to change any possible audio setting) whereas, when i acces xbmc from the xbmcbuntu platform everything works fine. any ideas on how to fix this?
Reply
#2
Anybody? Nobody? ... Sad
Reply
#3
I think I remember someone once saying that it's possible that XBMC boots up "too fast", and just before the audio device is ready. Not sure how to fix something like that, though. Some kind of script to delay the launch of XBMC, maybe?
Reply
#4
Managed to solve this! after 2 days of trial n error.
the trick is in changing this file:

Code:
~/.xbmc/userdata/advancedsettings.xml

and ADD in-between

Code:
<advancedsettings>
<audio>
  <resample>48000</resample>
</audio>
</advancedsettings>


Hope it helps!

Resource:
http://trac.xbmc.org/ticket/13949
Reply

Logout Mark Read Team Forum Stats Members Help
[SOLVED] No audio when booting directly into XBMC frodo0