[Alsa-user] Fwd: Re: Re[2]: Sending all audio over socket

2015-05-07 Thread Guru Prasad
Regards Guru -- Forwarded message -- From: "Guru Prasad" Date: May 7, 2015 12:19 PM Subject: Re: Re[2]: [Alsa-user] Sending all audio over socket To: "Sergei Steshenko" Cc: Yes you are correct. However, what I'm pointing out is that using a named pipe causes all applications usin

Re: [Alsa-user] Sending all audio over socket

2015-05-07 Thread Sergei Steshenko
" However, all (audio) applications freeze until my program (which reads from the pipe) begins to run. This is expected behaviour of named pipes. I believe I can solve this by modifying the PCM 'default' dynamically. " - well, to me it sounds like your "overall" application should be a multi-th

Re: [Alsa-user] How to report bugs?

2015-05-07 Thread Clemens Ladisch
Todd Dailey wrote: > How to report bugs when https://bugtrack.alsa-project.org/alsa-bug does > not work? For driver bugs, use the kernel bugzilla: https://bugzilla.kernel.org/ For other bugs, send a mail to the alsa-devel list. Regards, Clemens --

[Alsa-user] How to report bugs?

2015-05-07 Thread Todd Dailey
How to report bugs when https://bugtrack.alsa-project.org/alsa-bug does not work? -- TD t...@todddailey.ca -- One dashboard for servers and applications across Physical-Virtual-Cloud Widest out-of-the-box monitoring su

Re: [Alsa-user] Sending all audio over socket

2015-05-07 Thread Guru Prasad
I had some luck with the named pipe setup. I was able to set up .asoundrc to write to a named pipe in /tmp and then send this data over a socket and play it on another machine. However, all (audio) applications freeze until my program (which reads from the pipe) begins to run. This is expected beha