Re: [pulseaudio-discuss] [RFC] Pulseaudio jack sense

2011-04-13 Thread Liam Girdwood
On Tue, 2011-04-12 at 21:58 +0100, Mark Brown wrote: On Tue, Apr 12, 2011 at 02:14:04PM -0500, pl bossart wrote: Jack detect does not use the ALSA kernel subsystem but does instead use the input subsystem for jack status. It makes sense to create a new module so we can then use jack

[pulseaudio-discuss] review+pull-request: Passthrough support

2011-04-13 Thread Arun Raghavan
Hey folks, My passthrough work is now at a point where I think it's good to pull to master. All the core code for clients to signal that they are providing a compressed format, and sinks to signal what formats they support is there. The API is essentially the same as discussed earlier on-list,

Re: [pulseaudio-discuss] starting multiple pulseaudio instances for the same user

2011-04-13 Thread Antoine Martin
I have found a workaround for this problem by setting a different $HOME before launching each pulseaudio instance for the same $USER. Since the pid file option says: use-pid-file= Create a PID file in /tmp/pulse-$USER/pid. Of this is enabled you may use commands like --kill or --check. If you

[pulseaudio-discuss] Please help me to understand this

2011-04-13 Thread Claude Frantz
Hello ! While running a program, it entered a fatal error state. See about the backtrace when running under gdb. I'm not sure if this is an error in pulseaudio and if this bug is known. Please help me. Many thanks ! Claude Program received signal SIGSEGV, Segmentation fault. pa_atomic_load

Re: [pulseaudio-discuss] Please help me to understand this

2011-04-13 Thread Daniel Mack
On Wed, Apr 13, 2011 at 6:03 PM, Claude Frantz claudefrantzx...@lavabit.com wrote: Hello ! While running a program, it entered a fatal error state. See about the backtrace when running under gdb. I'm not sure if this is an error in pulseaudio and if this bug is known. AFAIK, this bug is not

Re: [pulseaudio-discuss] starting multiple pulseaudio instances for the same user

2011-04-13 Thread Colin Guthrie
'Twas brillig, and Antoine Martin at 08/04/11 22:20 did gyre and gimble: Hi, How can I start multiple copies of pulseaudio for the same $USER, but in different contexts? This was working a while back (last year or so - not sure about version numbers).. but doesn't any more? My software

Re: [pulseaudio-discuss] Please help me to understand this

2011-04-13 Thread Claude Frantz
On 04/13/2011 06:32 PM, Daniel Mack wrote: AFAIK, this bug is not known, and I haven't seen any such effects yet. Which program is that? The program is wspr. It is started whith python and it includes some modules in FORTRAN and C. Can you reproduce the bug? Yes ! To me, it smells

Re: [pulseaudio-discuss] Please help me to understand this

2011-04-13 Thread Daniel Mack
On Wed, Apr 13, 2011 at 7:15 PM, Claude Frantz claudefrantzx...@lavabit.com wrote: On 04/13/2011 06:32 PM, Daniel Mack wrote: AFAIK, this bug is not known, and I haven't seen any such effects yet. Which program is that? The program is wspr. It is started whith python and it includes some

Re: [pulseaudio-discuss] Please help me to understand this

2011-04-13 Thread Claude Frantz
On 04/13/2011 07:40 PM, Daniel Mack wrote: The invalid write sounds suspicious. I assume the test binaries from the PulseAudio source tree work fine for you? I'm using Fedora 14, all available upgrades installed. The version is reported as pulseaudio-0.9.21-7.fc14.i686 I think you need to

Re: [pulseaudio-discuss] rygel mediaserver

2011-04-13 Thread Gunnar Aastrand Grimnes
A tiny bit more detail - I tried running wireshark while trying to play the stream, the WDTV asks for the stream: HEAD /listen/source/alsa_output.pci-_00_06.1.analog-stereo.monitor HTTP/1.0\r\n [...] And pulseaudio responds: HTTP/1.0 500 Internal Server Error\n :) The body returned

[pulseaudio-discuss] [PATCH] pa_poll(): Simplify detectin of invalid fds in select() emulation mode

2011-04-13 Thread Daniel Mack
Attached is a patch to fix for one out of the few problems I still fight with on OS X. I'm not sure whether this change breaks Windows support, so I'd be happy if someone could give it a try. Thanks, Daniel 0001-pa_poll-Simplify-detectin-of-invalid-fds-in-select-e.patch Description: Binary

Re: [pulseaudio-discuss] [PATCH] pa_poll(): Simplify detectin of invalid fds in select() emulation mode

2011-04-13 Thread Maarten Bosmans
2011/4/13 Daniel Mack zon...@gmail.com: Attached is a patch to fix for one out of the few problems I still fight with on OS X. I'm not sure whether this change breaks Windows support, so I'd be happy if someone could give it a try. This is indeed a problem. return (fd = 0) (fcntl(fd,