[Top][All Lists]
[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
- Re: [libmicrohttpd] Cleanup callback isn't called, Erik Slagter, 2010/09/01
- Message not available
- Message not available
- Re: [libmicrohttpd] Cleanup callback isn't called, Erik Slagter, 2010/09/14
- Re: [libmicrohttpd] Cleanup callback isn't called, Erik Slagter, 2010/09/14
- Re: [libmicrohttpd] Cleanup callback isn't called, Christian Grothoff, 2010/09/15
- Re: [libmicrohttpd] Cleanup callback isn't called, Erik Slagter, 2010/09/15
- [libmicrohttpd] shoutcast streaming using libmicrohttpd, Erik Slagter, 2010/09/17
- Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd,
Christian Grothoff <=
- Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd, Erik Slagter, 2010/09/17
- Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd, Christian Grothoff, 2010/09/17
- Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd, Erik Slagter, 2010/09/17
- Re: [libmicrohttpd] shoutcast streaming using libmicrohttpd, Christian Grothoff, 2010/09/18
- Re: [libmicrohttpd] Cleanup callback isn't called, Christian Grothoff, 2010/09/15