Forum
  • Search
  • Member List
  • Calendar
Hello There, Guest! Login Register — Login with Facebook

[PROBLEM] Two output audio
Thank you for your donation

Pages (4): « Previous 1 2 3 4 Next »
Post Reply 
 
Thread Rating:
  • 0 Votes - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Threaded Mode | Linear Mode
Problem: Two output audio
4th Feb, 2014, 10:17 PM
Post: #31
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
@Thak

3.12.7+ is already mainline ... all updates maybe week at stable.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
11th Mar, 2014, 09:56 PM
Post: #32
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
Hello.
There is OpenElec build http://forum.xbmc.org/showthread.php?tid=184420&pid=1646057#pid1646057
with HifiBerry support. It plays through ALSA using dvdplayer/paplayer (not omxplayer).

So, it should be enough to play the audio files (FLAC,etc) from xbmc.

Is there chance to get xbmc experimental build for Xbian with this cool feature?

Best regards
Piotr
Find all posts by this user
Quote this message in a reply
17th Mar, 2014, 09:31 PM
Post: #33
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
Any idea?
Find all posts by this user
Quote this message in a reply
4th Apr, 2014, 12:53 PM
Post: #34
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
@0xFF

what is your targeted functionality there with XBMC? use it as audio player only? as I suppose dvdplayer/paplayer is still without RPI hw video support.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
4th Apr, 2014, 05:22 PM
Post: #35
belese Offline
Moderator
******
Posts: 650
Joined: Jan 2013
Reputation: 38
RE: Two output audio
Not sure about this build,
but popcornmix has implemented omxcodec,
and if i understand all :-), dvdplayer should have hw video support.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 12:38 AM
Post: #36
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
@belese

I know this is plan, but is this already part of mainstream Gotham ? I have the feeling not. But can be mistaken.

Ok, just trying to build with platform RPI but without player omxplayer.

nope, there is no omxcodec

in Beta4

but looks like libstagefright is including OMXCodec class.

lets see.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 01:45 AM
Post: #37
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
@belese

ok, that is wrong.

we have to merge https://github.com/popcornmix/xbmc/commits/omxcodec into Gotham.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 01:50 AM
Post: #38
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
(4th Apr, 2014 12:53 PM)mk01 Wrote:  @0xFF

what is your targeted functionality there with XBMC? use it as audio player only? as I suppose dvdplayer/paplayer is still without RPI hw video support.

Hello,
I don't want to limit RPi functionality to audio player, in fact I want to extend it.
Now I use XBMC as a movie player, as well as an audio player.

My setup looks like that:
RPi -> HDMI -> TVSet -> SPDIF ->AVReceiver
That's ok for watching the movies.

But for audio listening, there are disadvantages:
1. To listen to the music I have to switch TVSet on (AVReceiver lacks HDMI input).
2. In my opinion "analog" connection RPi -> DAC -> AVReceiver sounds far better than HDMI option.

I know it is possible to use different audio outputs for the audio and video player, here is an answer:
(post #37) http://forum.xbmc.org/showthread.php?tid=184420&pid=1655098#pid1655098
That's exactly what I want in XBian ;-)

Best regards.
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 01:56 AM
Post: #39
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
it is not exactly as you want it.

there is separate destination for passthrough audio and normal audio. so if movie is stereo only (or better say not one of passthrough formats) audio will not go out via HDMI.

(at least this is how I read the popcorn's info)

Even if we merge OMXCodec & get ALSA running, you will have to switch sources constantly. For music & 2ch videos to one input on AV, for AC3/DTS SPDIF.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 02:18 AM
Post: #40
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
(5th Apr, 2014 01:56 AM)mk01 Wrote:  [...]
Even if we merge OMXCodec & get ALSA running, you will have to switch sources constantly. For music & 2ch videos to one input on AV, for AC3/DTS SPDIF.

Ok, thanks for explanation.
I understand limitations, but for me it is small inconvenience compared to what I can get.

Best regards.
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 07:24 AM
Post: #41
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
0xFF.

tried to do, but that branch is 3m old and doesn't match any Gotham Beta3. doesn't merge witch any Beta - as during those 3m some structures in AE sound changed significantly.

rebase / update it would be now waste of time due to constant changes on Gotham. I have the feeling that's also reason why the last update there is 3m old. wait until RC at least.

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
5th Apr, 2014, 08:31 PM
Post: #42
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
Thank you for your efforts.
I hope this nice feature will be merged to next Gotham version just after final release .
Find all posts by this user
Quote this message in a reply
14th May, 2014, 09:00 AM
Post: #43
mmontev Offline
Registered
Posts: 8
Joined: Aug 2013
Reputation: 0
RE: Two output audio
oh, what a dilemma.

I'm looking for a solution with only one analog quality stereo output for some time. intended for listening to music, but also used to view video.

Ideally something like xbian + raspyfi integrated into one system. (I come from foobar + xbmc in winxp, and xbmc does not satisfy me as a music player). I understand de benefits of using GPU+OMXplayer combo instead of CPU+MPD. But I dont like xbmc as a music player.

I have questions for users and developers.

To Developers: considerong 3 scenarios :

  1. hdmi only. xbian exclusive as player of video AND music. -> Buy hdmi audio splitter.
  2. hdmi for xbian and videos. I2S DAC for MPD and music. -> Buy hdmi audio splitter and hifiberry (or wolfson?).
  3. I2S DAC only. xbian for MPD for videos and music. -> Buy I2S DAC ( wolfson or hifiberry?).

wich one do you consider more real in the near future?

To Users:

From what I read it seems that is possible to have xbian (hdmi) + MPD (USB DAC and I2S DAC) , right?
Can run simultaneously ? I do not pretend watch video and listen to music simultaneously , but both processes simultaneously would avoid me to start/stop xbmc and MPD.

And one last thought: It would be possible to compile MPD to use OpenMAX? I think this should be the best way.
Find all posts by this user
Quote this message in a reply
21st May, 2014, 05:20 AM
Post: #44
0xFF Offline
Registered
Posts: 34
Joined: May 2013
Reputation: 3
RE: Two output audio
(14th May, 2014 09:00 AM)mmontev Wrote:  From what I read it seems that is possible to have xbian (hdmi) + MPD (USB DAC and I2S DAC) , right?

Right! ;-)

(5th Apr, 2014 07:24 AM)mk01 Wrote:  0xFF.

tried to do, but that branch is 3m old and doesn't match any Gotham Beta3. doesn't merge witch any Beta - as during those 3m some structures in AE sound changed significantly.

rebase / update it would be now waste of time due to constant changes on Gotham. I have the feeling that's also reason why the last update there is 3m old. wait until RC at least.


According to this info
http://forum.xbmc.org/showthread.php?tid=184420&pid=1709713#pid1709713

new Openelec Gotham release (not testbuild) pulled required patches to HifiBerry/ALSA support.
So, is there chance now for Xbian to get this feature?
Find all posts by this user
Quote this message in a reply
6th Aug, 2014, 10:31 PM
Post: #45
mk01 Offline
Registered
Posts: 2,485
Joined: Mar 2013
Reputation: 209
RE: Two output audio
@0FF

the mentioned branch "gotham_rbp_backports" we build as xbian-package-xbmc-alsa

Please read rules and do a search before you post! . FAQs . How to post log file? . Looking for answers? Please start here
Find all posts by this user
Quote this message in a reply
« Next Oldest | Next Newest »
Pages (4): « Previous 1 2 3 4 Next »
Post Reply 


Possibly Related Threads...
Thread: Author Replies Views: Last Post
  [PROBLEM] Video's output audio to DAC DENVER44 2 8,025 10th Mar, 2014 05:32 PM
Last Post: teekay
  Audio-Output nomax 6 17,781 8th Jun, 2013 06:53 PM
Last Post: nomax

  • View a Printable Version
  • Send this Thread to a Friend
  • Subscribe to this thread
Forum Jump:

Current time: 9th May, 2025, 08:51 PM Powered By MyBB, © 2002-2025 MyBB Group.