Re: [pulseaudio-discuss] [PATCH] default.pa: remove X11 module examples

2016-02-09 Thread Arun Raghavan
On 6 February 2016 at 19:05, Tanu Kaskinen wrote: > Loading X stuff from default.pa is a bad idea, since it doesn't work > if there are multiple X sessions, or PulseAudio is started outside the > X session. Since it's a bad idea, don't encourage it by including > examples that do

Re: [pulseaudio-discuss] [PATCH v6 00/37] raop2 support for module-raop-sink

2016-02-09 Thread Arun Raghavan
On Sun, 2016-01-31 at 22:15 -0600, Hajime Fujita wrote: > From: Hajime Fujita > > This is basically same as the previous patch series, > with several patches squashed for conciseness, rebased > on the latest master. >

Re: [pulseaudio-discuss] [PATCH 5/5] tunnel-new: Replace pa_mainloop with pa_rtpoll

2016-02-09 Thread Arun Raghavan
On Fri, 2015-01-02 at 15:04 +0200, Tanu Kaskinen wrote: > This fixes crashes when trying to use module-rtp-recv or > module-combine-sink together with module-tunnel-sink-new. > module-rtp-recv and module-combine-sink assume that all IO threads > use > pa_rtpoll. > > BugLink:

Re: [pulseaudio-discuss] [PATCH 4/5] rtpoll: Implement pa_mainloop_api support

2016-02-09 Thread Tanu Kaskinen
On Tue, 2016-02-09 at 15:47 +0530, Arun Raghavan wrote: > On Fri, 2015-01-02 at 15:04 +0200, Tanu Kaskinen wrote: > > The new tunnel sink and source use libpulse to talk to the remote > > server, and libpulse requires a pa_mainloop_api implementation for > > interacting with the event loop. The

Re: [pulseaudio-discuss] [PATCH v6 04/37] raop: Add pulsecore/core-utils a pa_str_in_list function

2016-02-09 Thread Arun Raghavan
On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: > From: Martin Blanchard > > --- >  src/pulsecore/core-util.c | 20 >  src/pulsecore/core-util.h |  5 +++-- >  2 files changed, 23 insertions(+), 2 deletions(-) > > diff --git a/src/pulsecore/core-util.c

Re: [pulseaudio-discuss] [PATCH 4/5] rtpoll: Implement pa_mainloop_api support

2016-02-09 Thread Arun Raghavan
On Fri, 2015-01-02 at 15:04 +0200, Tanu Kaskinen wrote: > The new tunnel sink and source use libpulse to talk to the remote > server, and libpulse requires a pa_mainloop_api implementation for > interacting with the event loop. The tunnel sink and source have so > far been using pa_mainloop, but

Re: [pulseaudio-discuss] [PATCH v6 09/37] raop: Add UDP protocol handling

2016-02-09 Thread Arun Raghavan
On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: > From: Hajime Fujita > > There are two versions in the RAOP protocol; one uses TCP and the > other uses UDP. Current raop implementation only supports TCP > version. > > This patch adds an initial UDP protocol

Re: [pulseaudio-discuss] [PATCH v6 16/37] raop: Add the core implementation of RAOP authentication

2016-02-09 Thread Arun Raghavan
On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: > From: Martin Blanchard > > RAOP authentication (password) is based on BA and DA HTTP authentication > schemes. This patch adds the RSTP client the ability to specify the caller > of server response status. Tracking the

Re: [pulseaudio-discuss] hard channel mapping issue

2016-02-09 Thread Raymond Yau
> > I'm a bit stuck. On my system (chip AD1888 in a VIA 8237R) everything > seems to be detected fine, but I only get front-right and front-left > instead of 5.1. I configured "daemon.conf" to use a correct default > mapping and later also "default.pa" to create a new sink with right > mapping.

Re: [pulseaudio-discuss] hard channel mapping issue

2016-02-09 Thread Dennis Heuer
Thank you much! Got it working! On Tue, 9 Feb 2016 23:51:47 +0800 Raymond Yau wrote: > > > > I'm a bit stuck. On my system (chip AD1888 in a VIA 8237R) > > everything seems to be detected fine, but I only get front-right > > and front-left instead of 5.1. I

Re: [pulseaudio-discuss] [PATCH v3 18/24] echo-cancel: Improve webrtc canceller error handling a bit

2016-02-09 Thread Tanu Kaskinen
On Mon, 2016-01-18 at 13:06 +0530, a...@accosted.net wrote: > From: Arun Raghavan > > --- >  src/modules/echo-cancel/webrtc.cc | 14 ++ >  1 file changed, 10 insertions(+), 4 deletions(-) > > diff --git a/src/modules/echo-cancel/webrtc.cc >

Re: [pulseaudio-discuss] [PATCH v6 04/37] raop: Add pulsecore/core-utils a pa_str_in_list function

2016-02-09 Thread Arun Raghavan
On 10-Feb-2016 8:59 AM, "Hajime Fujita" wrote: > > Arun Raghavan wrote: > > On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: > >> From: Martin Blanchard > >> > >> --- > >> src/pulsecore/core-util.c | 20 > >>

Re: [pulseaudio-discuss] [PATCH v3 18/24] echo-cancel: Improve webrtc canceller error handling a bit

2016-02-09 Thread Arun Raghavan
On 9 February 2016 at 23:41, Tanu Kaskinen wrote: > On Mon, 2016-01-18 at 13:06 +0530, a...@accosted.net wrote: > >> From: Arun Raghavan >> >> --- >> src/modules/echo-cancel/webrtc.cc | 14 ++ >> 1 file changed, 10 insertions(+), 4 deletions(-)

Re: [pulseaudio-discuss] [PATCH v6 00/37] raop2 support for module-raop-sink

2016-02-09 Thread Hajime Fujita
Arun Raghavan wrote: > On Sun, 2016-01-31 at 22:15 -0600, Hajime Fujita wrote: >> From: Hajime Fujita >> >> This is basically same as the previous patch series, >> with several patches squashed for conciseness, rebased >> on the latest master. >>

Re: [pulseaudio-discuss] [PATCH v6 04/37] raop: Add pulsecore/core-utils a pa_str_in_list function

2016-02-09 Thread Hajime Fujita
Arun Raghavan wrote: > On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: >> From: Martin Blanchard >> >> --- >> src/pulsecore/core-util.c | 20 >> src/pulsecore/core-util.h | 5 +++-- >> 2 files changed, 23 insertions(+), 2 deletions(-) >> >> diff --git

Re: [pulseaudio-discuss] [PATCH v6 16/37] raop: Add the core implementation of RAOP authentication

2016-02-09 Thread Hajime Fujita
Arun Raghavan wrote: > On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: >> From: Martin Blanchard >> >> RAOP authentication (password) is based on BA and DA HTTP authentication >> schemes. This patch adds the RSTP client the ability to specify the caller >> of server

Re: [pulseaudio-discuss] [PATCH v6 09/37] raop: Add UDP protocol handling

2016-02-09 Thread Hajime Fujita
Arun Raghavan wrote: > On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: >> From: Hajime Fujita >> >> There are two versions in the RAOP protocol; one uses TCP and the >> other uses UDP. Current raop implementation only supports TCP >> version. >> >> This patch adds

Re: [pulseaudio-discuss] [PATCH v6 05/37] raop: Parse server capabilities on discovery

2016-02-09 Thread Hajime Fujita
Arun Raghavan wrote: > On Sun, 2016-01-31 at 22:16 -0600, Hajime Fujita wrote: >> From: Martin Blanchard >> >> During the discovery phase, raop servers send theirs capabilities >> (supported encryption, audio codec...). These should be passed to the >> raop sink via module's