Kodi Community Forum
Eden Crash on files with DD/DTS - 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: Mac OS X (https://forum.kodi.tv/forumdisplay.php?fid=56)
+---- Thread: Eden Crash on files with DD/DTS (/showthread.php?tid=127397)



Eden Crash on files with DD/DTS - jomanscool2 - 2012-04-01

http://pastebin.com/tcRuMaSk

Running 11.0 from the DMG on OSX 10.7.3 on an i7 Hackintosh with GA-X58A-UD3R and a RadeonHD 5850. XBMC crashes at start of playback on files with DTS or DD audio streams with both onboard and my PCI-E X-Fi Titanium HD.

Code:
<audiooutput>
        <ac3passthrough>true</ac3passthrough>
        <audiodevice>Line Out (Green Rear)</audiodevice>
        <channellayout>0</channellayout>
        <dontnormalizelevels>true</dontnormalizelevels>
        <dtspassthrough>true</dtspassthrough>
        <mode>0</mode>
        <passthroughaac>false</passthroughaac>
        <passthroughmp1>false</passthroughmp1>
        <passthroughmp2>false</passthroughmp2>
        <passthroughmp3>false</passthroughmp3>
    </audiooutput>

That is from the guisetting.xml - it is what I believe is the audio settings. I am trying to play it back over the analog 2 channel output from either my onboard or my X-Fi, and neither work.

Any idea what the problem is? Thank you.


RE: Eden Crash on files with DD/DTS - jmarshall - 2012-04-01

Turn off VDA decoding.


RE: Eden Crash on files with DD/DTS - jomanscool2 - 2012-04-01

(2012-04-01, 07:30)jmarshall Wrote: Turn off VDA decoding.

Thank you!