From: Meino.Cramer@gmx.de
To: gentoo-user@lists.gentoo.org
Subject: Re: [gentoo-user] "X11 forwarding" so to say ... but for audio
Date: Tue, 19 Jul 2016 18:08:24 +0200 [thread overview]
Message-ID: <20160719160824.GB8789@solfire> (raw)
In-Reply-To: <3712958e-b7d6-e880-affb-951ea21c827f@gmail.com>
Fernando Rodriguez <cyklonite@gmail.com> [16-07-19 17:44]:
> -----BEGIN PGP SIGNED MESSAGE-----
> Hash: SHA256
>
> On 07/19/2016 10:37 AM, Meino.Cramer@gmx.de wrote:
> > Fernando Rodriguez <cyklonite@gmail.com> [16-07-19 16:24]:
> > On 07/19/2016 08:17 AM, Neil Bothwick wrote:
> >>>> On Tue, 19 Jul 2016 07:21:33 -0400, Fernando Rodriguez wrote:
> >>>>
> >>>>>>> The following REQUIRED_USE flag constraints are unsatisfied:
> >>>>>>> client? ( x264? ( dec_av2 ) x265? ( dec_av2 ) )
> >>>>>>
> >>>>>> It means that if you have client you need x264 and x265 and those both
> >>>>>> require dec_av2, which is the one you don't have set.
> >>>>>>
> >>>>>>
> >>>>>
> >>>>> I thought it meant that if you have client AND (x264 OR x265) then you
> >>>>> need dec_av2. client doesn't require x264 or x265 by itself.
> >>>>
> >>>> Doesn't that use || ? Anyway, he has client and x264, so dec_av2 is
> >>>> needed.
> >>>>
> >
> > No, || means "any of", see [1]. And I believe in that case portage will translate
> > it to "any-of" or something like that. These are just nested conditionals. It can
> > be confusing even for someone with programming background. I suppose portage
> > could translate that into a more human friendly form but with many nesting levels
> > it will get ugly any way you put it.
> >
> > And yes, dec_av2 is what he needs (unless he doesn't need x264 and x265 support).
> > I was just clearing the point about the meaning of the message.
> >
> > [1] https://devmanual.gentoo.org/general-concepts/dependencies/
> >
> >>
> >
> > Hi all-taht-are-helping-me :)
> >
> > ...I am currently facing more fundamental problems. Background:
> > I run an Orange PI PC (Allwinner H3 quadcore, 1.2GHz), which has
> > an HDMI connector, but this would mean an additional cable. Since
> > the Orange PI PC cannot be powered via USB, currently there
> > is a power cable and an ethernet cable around here (next is to
> > replace the ethernet cable by a wlan connection, but first I need
> > some sound...)
> >
> > The traditional ssh -X user@host and then starting a X-applications
> > runs quite well and even monsters like open office are quite
> > useable...until those applications with sound.
> >
> > I tried xpra and (with your help! THX! :) it is spitting warnings
> > and is to slow even when using application, which do not create
> > sound.
> >
> > I dont want pulseaudio. I tried that several times on my dekstop
> > Linux PC and it screws up things for reasons unknown to me. I will
> > not exclude the person in front of my monitor as one of the sources
> > of those problems...but why to give it another chance.
>
> You're not alone. Sadly as you're finding out, that is the state of such
> applications. PulseAudio being the most widely used will probably
> be the easiest to setup and find answers when you run into trouble.
>
> On my laptops I disabled the pulseaudio use flag so none of my applications
> is using it (except Bluez) but I keep it installed and running for bluetooth
> audio. That way it cannot screw things up (except bluetooth audio but that
> doesn't work without it anyways). Yours would be a similar use case.
>
> > Jack-net isnt available fon Armbian as server application (Armbian
> > is running on the Orange PI PC).
> >
> > I dont like HDMI since it is a monitor thingy and does not integrate
> > into the desktop well, since it is a physical switch.
> >
> > Any other chance to get X11 talking to me without any addtional cable?
> >
> > Best regards,
> > Meino
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
> >
>
> -----BEGIN PGP SIGNATURE-----
> Version: GnuPG v2
>
> iQIcBAEBCAAGBQJXjkieAAoJEPbOFX/5UlwcGxYP+QHFjWsyvZsuLJKaq0pQw/QD
> WNGir7xp7XVpTr5T2Pjq2UecJPvjRlOB15NsUbonLiep6R7P1HD5mlq4BBbmAJv8
> P6/xKZZ2LGg2a5JZrk8BgDWijMQNO7Z2+xm3pR0jVsAqzKehWw1lcTxiEHgZqm33
> te84Uwd4YKKUFl1Vf/qih1XVHs26TRtX/j4FuTk/JQWW0fZorBoQAl+i9C8PKO9k
> i8FNyQBv/3amgpPx1xxdQWhCrNF4ljdC7dXYbNHV5V2eMKxNO7YbOIxVdSVDaCt6
> ZyswWtTHYEktn+tgbu8Uv0fQ4KCJ36YgyOhkycEObanuV1QpfSrd5bWQ0Z8BG81m
> yCKhA58z6YeMI8inW6cOFERXprFLy5VNAg4RN8jhePEHzrI6U3GVfA6uAb+CPR2u
> Q65MDxq1X3YBrE8BW01OBhVdj/dS8PGBf7yA3inXkvplr2XibfGaBn7GghpBuVZL
> ruWBRv+OiL7cU8tfaFezIhdE590pAXq+fWEiqZrmSfuwjUovPi+JhyXh7W5LbWMB
> MinCChljYFw1G5ZnWDEd2WWF3ToCV4EDuSad+PtfHbOA89yp++TQIpysv5J9T0od
> OcuRKSnZj6FUMGuCuJOSpdNoLJQvi+lRzZKQVD3teKtN9s2hq5xertIHGfYpZqPo
> IbI8Xjm0Be5ptF8bLvwR
> =9p0t
> -----END PGP SIGNATURE-----
>
Hi Fernando,
thanks for your kind help! :)
ok...I will give pulseaudio another try...(sigh)
Before I start...
If my memory serves me right...is it true, that X11 starts
automagically pulseaudio , if it founds it?
And if so: How can I prevent that?
Next problem is: that armbian offers a LOT of pulseaudio
related packages...any hint what I need to install as a
minimalistic solution (this is an embedded device with
far less resources and far less hoursepower...)?
And: What do I need to install on my GENTOO PC?
Thanks a lot in advance for any help!
Best regards,
Meino
next prev parent reply other threads:[~2016-07-19 16:08 UTC|newest]
Thread overview: 17+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-07-18 5:16 [gentoo-user] "X11 forwarding" so to say ... but for audio Meino.Cramer
2016-07-18 5:23 ` Fernando Rodriguez
2016-07-18 5:52 ` Meino.Cramer
2016-07-18 14:19 ` Erik Marsk
2016-07-19 2:33 ` Stroller
2016-07-19 5:08 ` Meino.Cramer
2016-07-19 7:49 ` Neil Bothwick
2016-07-19 11:21 ` Fernando Rodriguez
2016-07-19 12:17 ` Neil Bothwick
2016-07-19 14:13 ` Fernando Rodriguez
2016-07-19 14:37 ` Meino.Cramer
2016-07-19 15:34 ` Fernando Rodriguez
2016-07-19 16:08 ` Meino.Cramer [this message]
2016-07-19 16:30 ` Marc Joliet
2016-07-19 16:53 ` Fernando Rodriguez
2016-07-19 16:33 ` Fernando Rodriguez
2016-07-19 17:00 ` [gentoo-user] " James
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=20160719160824.GB8789@solfire \
--to=meino.cramer@gmx.de \
--cc=gentoo-user@lists.gentoo.org \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox