libmicrohttpd
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd


From: Christian Grothoff
Subject: Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd
Date: Fri, 17 Sep 2010 11:56:48 +0200
User-agent: KMail/1.13.5 (Linux/2.6.32-5-686; KDE/4.4.5; i686; ; )

On Friday 17 September 2010 11:08:07 Erik Slagter wrote:
> I am now making a shoutcast streaming server using mhd, I already have
> it working for plain http streaming, but shoutcast needs a few little
> things extra, for instance to have some metadata interleaved and that's
> no problem.
> 
> I see in the very unofficial docs also that a shoutcast server needs to
> reply with "ICY 200 OK" instead of "HTTP/1.? OK". I've had a quick
> glance at the code and it doesn't seem to be easily fixable (neither
> from the application nor in the lib itself).
> 
> Do you have any recommendation on how to workaround is? Would it be
> possible to compose and/or send the complete reply header section from
> the application instead?

Would a server-level option (for all connections) do, or does this need to be 
done on a per-response basis?  I'm just thinking of what would be the right 
API to give you access to change this...

Happy hacking

Christian



reply via email to

[Prev in Thread] Current Thread [Next in Thread]