search for: bitrate_filtered

Displaying 3 results from an estimated 3 matches for "bitrate_filtered".

2008 Aug 25
2
patch for native iphone support
...ient_data = free_mp3_client_data; metadata = httpp_getvar(client->parser, "icy-metadata"); Index: src/format.c =================================================================== --- src/format.c (revision 15198) +++ src/format.c (working copy) @@ -279,13 +279,22 @@ int bitrate_filtered = 0; avl_node *node; ice_config_t *config; + char *range; remaining = client->refbuf->len; ptr = client->refbuf->data; client->respcode = 200; - bytes = snprintf (ptr, remaining, "HTTP/1.0 200 OK\r\n" + range = httpp_getvar (client->pa...
2009 Sep 26
0
patch to make media player classic works in stream mode instead of download play mode (shoutcastsource)
...ormat.c =================================================================== --- src/format.c (revision 16570) +++ src/format.c (working copy) @@ -275,6 +275,8 @@ { unsigned remaining; char *ptr; + const char *useragent; + const char *protocol; int bytes; int bitrate_filtered = 0; avl_node *node; @@ -284,9 +286,19 @@ ptr = client->refbuf->data; client->respcode = 200; - bytes = snprintf (ptr, remaining, "HTTP/1.0 200 OK\r\n" - "Content-Type: %s\r\n", source->format->contenttype); + useragent = httpp_get...
2010 Jul 30
33
[PATCHES] Smartjog PatchDump
Hello, I work at SmarctJog.com, we have here some patches on IceCast for performance and reliability, these are mostly client/connection/source cleanups (a slave merge is underway, and some more good stuff (c)), but we'd like this to be merged in before the list gets any longer. Please find attached a list of our patches with a short desc: This one is actually not from us/me, it was found