05-12-2013, 06:50 PM
Hello,
I set up an HTPC with AMD A4-5300 and an Asus Xonar DX Sound Card. With the standard image downloaded here everything is OK. But since I want to use PulseAudio for easy streaming of Multicast/RTP I can not use this.
So I tried to set up my own build:
First, I copied the Fusion project to FusionPulse, and in the options file I changed PULSEAUDIO_SUPPORT to "yes".
Then:
The build ran fine and the image was installed correctly.
But there was no Audio in XBMC. I tried all the settings for audio but nothing worked.
Playing a file with aplay over ssh was successful, so I think the audio configuration is correct.
I looked through the bugtracker and several closed bugs regarding Pulse Audio leaded me to the conclusion that it is possible to use Pulse Audio.
Is there anything I have missed there?
I set up an HTPC with AMD A4-5300 and an Asus Xonar DX Sound Card. With the standard image downloaded here everything is OK. But since I want to use PulseAudio for easy streaming of Multicast/RTP I can not use this.
So I tried to set up my own build:
First, I copied the Fusion project to FusionPulse, and in the options file I changed PULSEAUDIO_SUPPORT to "yes".
Then:
Code:
git clone git://github.com/OpenELEC/OpenELEC.tv.git
git checkout openelec-3.0
PROJECT=FusionPulse ARCH=x86_64 make -j8
The build ran fine and the image was installed correctly.
But there was no Audio in XBMC. I tried all the settings for audio but nothing worked.
Playing a file with aplay over ssh was successful, so I think the audio configuration is correct.
I looked through the bugtracker and several closed bugs regarding Pulse Audio leaded me to the conclusion that it is possible to use Pulse Audio.
Is there anything I have missed there?