- 07 Dec, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
add a new web admin feature which allows the updating of metadata (now that we support metadata updates for most stream types). This is an new admin feature. add cluster-password to the config to allow for future clustering of relays on the xiph stream directory. svn path=/icecast/trunk/icecast/; revision=8345
-
- 18 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
handle supported content-types in a more generic way now. This will allow things like AAC, AACPlus, NSV, and others to be streamed through icecast. We have a special case for vorbis streams, and everything else falls into the generic case. svn path=/icecast/trunk/icecast/; revision=8226
-
- 17 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8213
-
- 11 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
You can now use the Shoutcast DSP as a source client. The connection protocol is a bit odd, and we had to handle it separately, and thus we've added a new config option (<shoutcast-compat>) that is set at the listener port level. * support for NSV (and the nsvscsrc source client). After adding support for the connection protocol of the shoutcast DSP, adding NSV was just a simple of a few special handling cases. * removed all traces of the earlier attempt at the shoutcast DSP connection protocol * Due to the growing complexity of the config files, I've also created a few alternate config files, namely one for a "shoutcast compat" setup as well as a "minimal" one for quick basic configurations. svn path=/icecast/trunk/icecast/; revision=8191
-
- 27 Oct, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8123
-
- 25 Oct, 2004 1 commit
-
-
Karl Heyes authored
default interval as defined in the xml svn path=/icecast/trunk/icecast/; revision=8101
-
- 15 Sep, 2004 1 commit
-
-
Karl Heyes authored
reconnect delay is very short. svn path=/icecast/trunk/icecast/; revision=7761
-
- 25 Jun, 2004 1 commit
-
-
Karl Heyes authored
message if no error message is sent back svn path=/icecast/trunk/icecast/; revision=6862
-
- 02 Jun, 2004 1 commit
-
-
Karl Heyes authored
segv on failed icecast startup and add some log messages. svn path=/icecast/trunk/icecast/; revision=6807
-
- 26 May, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
add a #define for snprintf for win32 svn path=/icecast/trunk/icecast/; revision=6757
-
- 10 May, 2004 1 commit
-
-
Karl Heyes authored
have been reported, the main one being icecast instability when there is a YP server outage. svn path=/icecast/trunk/icecast/; revision=6646
-
- 19 Feb, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5843
-
- 16 Feb, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5829
-
- 29 Jan, 2004 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=5792
-
- 26 Jan, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5786
-
- 17 Nov, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5586
-
- 24 Jul, 2003 1 commit
-
-
Karl Heyes authored
compiler warnings removed svn path=/trunk/icecast/; revision=5173
-
- 21 Jul, 2003 1 commit
-
-
Karl Heyes authored
for autoconf svn path=/trunk/icecast/; revision=5156
-
- 08 Jul, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=5103
-
- 29 Jun, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5019
-
- 26 Jun, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
- all yp adds/touches are now done within a single thread. This should eliminate any "thread growth" issues and make things behave much nicer when yp problems arise. We should eventually change the add/touches to non-blocking sockets, which will be needed for large numbers of streams doing adds/touches. svn path=/trunk/icecast/; revision=5012
-
- 11 Apr, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
the unavailability of yp servers is much much better now. - new icecast config option <yp-url-timeout> to specify the timeout - url encoding is now fixed so that the yp data is formatted much nicer (and is correct :)) - added url encoding for some fields that were not url-encoded - modified util_dict_urlencode() to not url-encode the key (still does the value) - new curl option (CURLOPT_NOSIGNAL) which prevents curl from using signals when timeouts are hit. This new option needs curl 7.10 at least. svn path=/trunk/icecast/; revision=4603
-
- 27 Mar, 2003 1 commit
-
-
brendan authored
svn path=/trunk/icecast/; revision=4552
-
- 05 Mar, 2003 1 commit
-
-
Michael Smith authored
Lots of new locking happening so that it's safe to have the config file disappear under the rest of the program Does NOT affect currently-running sources at the moment svn path=/trunk/icecast/; revision=4406
-
- 26 Feb, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
communicate things like samplerate/quality/number of channels to icecast2. This info will be then forwarded to the yp servers for better stream info. also factored out some logic in source_main into common functions added a few new routines into util.c (taken from Brendan's updates to libshout) svn path=/trunk/icecast/; revision=4379
-
- 06 Feb, 2003 1 commit
-
-
Michael Smith authored
make streams public by default, send ice-private: 1 to make them private. However, default config file has yp servers commented out. A little fix for compilation on some solaris systems Redo some config file stuff: now all the passwords are inside an element <authentication>, (though for now they're also accepted in the old location), and added admin username and password. Move some of the admin activities over to using the admin passwords (admin action that affect a mountpoint use the source password) Fill in some (but not yet all, maybe i'll do that later) of the infrastructure for per-mountpoint passwords. Fix lots of headers/code so that it works properly/portably on non-win32 systems. svn path=/trunk/icecast/; revision=4325
-
- 05 Feb, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=4320
-
- 02 Feb, 2003 2 commits
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=4316
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=4307
-