Re: [Musicpd-dev-team] [git pull] http output configure.ac cleanups

2009-03-16 Thread Max Kellermann
On 2009/03/15 21:32, Avuton Olrich avu...@gmail.com wrote: Please pull from my tree, lots of cleanups for generalization post http output. The one patch removes unnecessary warnings against various optional libaries; if these warnings are going to be displayed they should only be when the user

Re: [Musicpd-dev-team] New HTTP streaming output plugin

2009-03-16 Thread Max Kellermann
On 2009/03/16 14:16, Stefan Monnier monn...@iro.umontreal.ca wrote: yesterday, I had some free time to write a HTTP server for MPD. With the new httpd plugin, MPD can be a streaming server, without an icecast / shoutcast server. Last I heard, the HTTP protocol did have any special

Re: [Musicpd-dev-team] New HTTP streaming output plugin

2009-03-16 Thread Stefan Monnier
Last I heard, the HTTP protocol did have any special provision for audio content, so what protocol does it actually use? It aims to be compatible to shoutcast. Good, thanks. PS: While we're adding ways to send the songs out (to visualizers, and other such things)...: when are MPD clients

Re: [Musicpd-dev-team] New HTTP streaming output plugin

2009-03-16 Thread Max Kellermann
On 2009/03/16 15:22, Stefan Monnier monn...@iro.umontreal.ca wrote: Kind of, except it doesn't need UPnD or DLNA, just a new command download file. I had sent a sample patch that provided this command a long time ago. My implementation was purposefully naive, so that it could be used to

Re: [Musicpd-dev-team] New HTTP streaming output plugin

2009-03-16 Thread Avuton Olrich
On Mon, Mar 16, 2009 at 7:22 AM, Stefan Monnier monn...@iro.umontreal.ca wrote: Kind of, except it doesn't need UPnD or DLNA, just a new command download file.  I had sent a sample patch that provided this command a long time ago.  My implementation was purposefully naive, so that it could be

[Musicpd-dev-team] New download command (was: New HTTP streaming output plugin)

2009-03-16 Thread Stefan Monnier
Kind of, except it doesn't need UPnD or DLNA, just a new command download file. I had sent a sample patch that provided this command a long time ago. My implementation was purposefully naive, so that it could be used to download any file from the `music' subdirectories (and `playlist', tho

[Musicpd-dev-team] New download command (was: New HTTP streaming output plugin)

2009-03-16 Thread Stefan Monnier
Kind of, except it doesn't need UPnD or DLNA, just a new command download file.  I had sent a sample patch that provided this command a long time ago.  My implementation was purposefully naive, so that it could be used to download any file from the `music' subdirectories (and `playlist', tho

[Musicpd-dev-team] [PATCH] pulse_mixer: close

2009-03-16 Thread David Guibert
when the mixer is closed, - the mainloop is stopped. - the context is disconnected. - then the mainloop is freed. Signed-off-by: David Guibert david.guib...@gmail.com --- src/mixer/pulse_mixer.c | 15 ++- 1 files changed, 14 insertions(+), 1 deletions(-) diff --git

[Musicpd-dev-team] [PATCH] pulse_mixer: clarify debug messages.

2009-03-16 Thread David Guibert
Signed-off-by: David Guibert david.guib...@gmail.com --- Avuton, I hope this help to find which part clearly fails. It should give me more information about bugs - 2136 - 2138 - 2139 Regards src/mixer/pulse_mixer.c | 45 ++--- 1 files changed, 22

Re: [Musicpd-dev-team] [PATCH] pulse_mixer: clarify debug messages.

2009-03-16 Thread Avuton Olrich
On Mon, Mar 16, 2009 at 2:53 PM, David Guibert david.guib...@gmail.com wrote: Signed-off-by: David Guibert david.guib...@gmail.com --- Avuton, I hope this help to find which part clearly fails. It should give me more information about bugs - 2136 - 2138 - 2139 Regards  

Re: [Musicpd-dev-team] [PATCH] pulse_mixer: clarify debug messages.

2009-03-16 Thread Avuton Olrich
On Mon, Mar 16, 2009 at 3:52 PM, Avuton Olrich avu...@gmail.com wrote: On Mon, Mar 16, 2009 at 2:53 PM, David Guibert david.guib...@gmail.com wrote: Signed-off-by: David Guibert david.guib...@gmail.com --- Avuton, I hope this help to find which part clearly fails. It should give me more