[pulseaudio-discuss] pa_simple_new function - Failed to load cookie file from cookie: Not a directory

2023-08-16 Thread Björn Försterling
Hello everyone, I am using the pulse audio simple API in a C program and I am getting the following error message when using the "pa_simple_new" function: 28 simple = pa_simple_new(NULL, "Audio Playback", PA_STREAM_PLAYBACK, NULL, "playback", , NULL, NULL, _error); (gdb) [New Thread

Re: [pulseaudio-discuss] pa_simple_new function - Failed to load cookie file from cookie: Not a directory

2023-08-18 Thread Björn Försterling
pulseaudio is using these authentication cookies when trying to connect to a local pulseaudio server though. Regards Björn On Thu, 2023-08-17 at 23:09 -0700, Sean Greenslade wrote: > On Wed, Aug 16, 2023 at 05:08:25PM +0200, Björn Försterling wrote: > > Hello everyone, > > > >