search for: per_client_refbuf_size

Displaying 5 results from an estimated 5 matches for "per_client_refbuf_size".

2006 Apr 18
4
Windows Xp / Icecast 2.3.1 / Oddcast 3 / Crap Router?
Ok here's the deal. I set up Icecast and Oddcast, got them to communicate properly, but cannot access the live audio remotely. On other computers in the LAN it works perfetly. Currently I operate wirelessly behind a D-Link 514 router (a mite outdated by now, yes?) and have opened all necessary ports, turned my firewalls off, set this computer as a DMZ, pretty much everything I can think of -
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
2006 Sep 24
1
Add-on patch to support .pls .asx .ram .qtl listing formats
...NULL; + char *password = NULL; + ice_config_t *config; + + COMMAND_REQUIRE(client, "username", username); + COMMAND_REQUIRE(client, "password", password); + + client->respcode = 200; + config = config_get_config(); + snprintf (client->refbuf->data, PER_CLIENT_REFBUF_SIZE, + "HTTP/1.0 200 OK\r\n" + "Content-Type: audio/x-scpls\r\n" + "Content-Disposition = attachment; filename=listen.pls\r\n\r\n" + "[playlist]\r\n" + "File1=http://%s:%s@%s:%d%s\r\n" + "Title1=\r\n"...
2009 Dec 23
0
icecast 2.3.2 generated buildm3u don't support authenticated streaming via https
...L; const char *password = NULL; ice_config_t *config; COMMAND_REQUIRE(client, "username", username); COMMAND_REQUIRE(client, "password", password); client->respcode = 200; config = config_get_config(); snprintf (client->refbuf->data, PER_CLIENT_REFBUF_SIZE, "HTTP/1.0 200 OK\r\n" "Content-Type: audio/x-mpegurl\r\n" "Content-Disposition = attachment; filename=listen.m3u\r\n\r\n" "http://%s:%s@%s:%d%s\r\n", username, password, config->hostname,...
2007 Aug 24
0
getting stuck with OSX install
...ve.h:34: error: previous declaration of 'fserve_client_create' was here fserve.c: In function 'fserve_client_create': fserve.c:382: warning: passing argument 1 of 'util_get_path_from_normalised_uri' discards qualifiers from pointer target type fserve.c:402: error: 'PER_CLIENT_REFBUF_SIZE' undeclared (first use in this function) fserve.c:402: error: (Each undeclared identifier is reported only once fserve.c:402: error: for each function it appears in.) fserve.c:441: warning: implicit declaration of function 'fserve_add_client' fserve.c: At top level: fserve.c:594: er...