[PATCH] Dual Audio Output support for XBMC (Eden Updated)

  Thread Rating:
  • 15 Votes - 4.67 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Post Reply
sebion Offline
Junior Member
Posts: 24
Joined: Sep 2011
Reputation: 0
Post: #491
(2012-04-23 11:53)PaulCarter Wrote:  ReMi - your binary is big because you've not disabled debug. re-running ./configure with the --disable-debug should have brought it down to the same size as the orginal. Did you also do "make clean" after the configure? I always do that to ensure that everything is rebuilt.
I'm pretty sure that will work because I had exactly the same issue last week when I forgot the debug flag and got a huge binary.

DeVilRuNNeR - I could try cross-compiling for Apple TV but I don't have one so it would be entirely untested!

Hi PaulCarter,

I am really interested in having a kind of How To compile XBMC with this patch.
I tried many things without success.

I don't know lot of things on LINUX and compiling a program is still for me a nightmare, but I wanna learn..

Thank you in advance for helping me.

Regards,

S.
find quote
PaulCarter Offline
Junior Member
Posts: 22
Joined: Jul 2011
Reputation: 0
Post: #492
sebion,
Have you followed the wiki article on how to get the source code & compile it on a Linux system?
That's the first thing to do - but note that you now need to work on the Eden branch as the trunk (master) is now heading towards Frodo.
To do that run the following command before you build:
Code:
git checkout Eden
Once you've got Eden built test it to make sure the process has worked!

Now, to create the dual audio version, create a new branch for you to use and switch to it:
Code:
git branch dualaudio
git checkout dualaudio
Then apply the patch file for the changes - which can be found here:
Code:
git apply xbmc.eden.dualaudio.patch
then rebuild everything
Code:
make all

And hopefully you now have your own build of xbmc with dual audio support Smile

Paul
find quote
schumi2004 Offline
Fan
Posts: 641
Joined: Aug 2011
Reputation: 4
Post: #493
@Paul

Were did you get that patch from, It's to big imo.
I posted a patch in the past but that 1 was faulty, you need to do dos2unix to change the file format of the modified files.
And then create patch file.

The patch i have now is only 97kb which can be found here http://dl.dropbox.com/u/6696611/OpenELEC/index.html

[Image: watched-clearlogo.jpg]
(This post was last modified: 2012-04-27 13:41 by schumi2004.)
find quote
PaulCarter Offline
Junior Member
Posts: 22
Joined: Jul 2011
Reputation: 0
Post: #494
D'Oh, More haste, less speed!
thanks Smile
Sorry, I forgot the sanity check - will sort it out later
find quote
sebion Offline
Junior Member
Posts: 24
Joined: Sep 2011
Reputation: 0
Post: #495
Thanks you, so much.

I do know how to compile xbmc. I already did it several times, but I didn't know how to apply the patch.
I will try this very soon.

How do you build this patch ?

Thanks
Seb
find quote
PaulCarter Offline
Junior Member
Posts: 22
Joined: Jul 2011
Reputation: 0
Post: #496
Ok, patch file now updated - it's now 102kB, rather more palatable!

@Seb - the patch was created by using the source files that xhdl had posted (see top of thread) and then using git diff tool to generate the patch (after converting to unix format!). If you want to build the binary yourself, you'll find it a lot easier to apply the patch as per the instructions above. In theory that will then be easier to apply to the new trunk as changes for Frodo start getting applied - until the AudioEngine branch gets merged to trunk when all bets will be off again.

Hope that helps.
find quote
DeViLRuNNeR Offline
Junior Member
Posts: 9
Joined: Aug 2011
Reputation: 0
Post: #497
For those that have the need for this dual audio output in XBMCbuntu here is mine http://www.2shared.com/file/aZrynbkt/xbmc.html.
It also includes the following patch;
http://forum.xbmc.org/showthread.php?tid=124340
http://trac.xbmc.org/ticket/12739
find quote
sebion Offline
Junior Member
Posts: 24
Joined: Sep 2011
Reputation: 0
Post: #498
(2012-04-28 11:53)PaulCarter Wrote:  Ok, patch file now updated - it's now 102kB, rather more palatable!

@Seb - the patch was created by using the source files that xhdl had posted (see top of thread) and then using git diff tool to generate the patch (after converting to unix format!). If you want to build the binary yourself, you'll find it a lot easier to apply the patch as per the instructions above. In theory that will then be easier to apply to the new trunk as changes for Frodo start getting applied - until the AudioEngine branch gets merged to trunk when all bets will be off again.

Hope that helps.

Thanks your reply. I am not sure to understand your last sentence, I am not enough aware yet of those different words, such as branches, trunk... But I learn every day, thanks to guys like you.

I will then use the patch you did. Now I have built a dual boot on my desktop pc to try this, before doing it on the HTPC.. You know about WAF (Women Acceptance Factor) !!!
Can I apply this patch to another source of XBMC ? In fact I have been using Pulse eight packages for months, and want to keep on using them.

Thanks again.

Seb
(This post was last modified: 2012-04-29 16:55 by sebion.)
find quote
Sorcer Offline
Junior Member
Posts: 8
Joined: May 2012
Reputation: 0
Post: #499
I am using the XBMCFreak version of XBMCbuntu 11. Since i use an ION 330.

In Dharma i just copied the xbmc.bin file that some1 posted here.

But I dont have the source code for XBMCfreak, so I cant make from that compilation.

Does anyone have a xbmc.bin file that I can use with XBMCFreak??

Thank you. Desperatly need audio in both rooms :/
find quote
wildzx Offline
Member
Posts: 53
Joined: Mar 2012
Reputation: 0
Post: #500
Been searching an answer in trying to get multi-zone working from xbmc htpc to the devon avr receiver and guided towards this thread.

So i have ASRock H67M-ITX (motherboard - intel) with XBMC (eden - final - windows 7 - installed), connected to the Denon AVR receiver using HDMI (i also have the optical connected, as well). There is main zone with 9.x speaker setup and there is zone 2 which are speakers around the house (i also have a pre amplifier and speaker selector in between this).

The problem is that Zone 2 is not working either from hdmi or optical. It does work from dvd player using optical connection but not hdmi; but from xbmc either optical nor the hdmi is working (i'm sure hdmi won't work); but how do i get multi zone to work from xbmc. I heard there is easy solution about connecting pre out to the zone 2 in or something in that terms; not sure how that work, can anyone guide me or guide me a good/best solution for this. thank you

(oh and the receiver i have is denon avr 5308ci)
(This post was last modified: 2012-05-07 16:35 by wildzx.)
find quote
Post Reply