- 30 May, 2005 1 commit
-
-
Karl Heyes authored
of updating them, so source header parsing is done in the apply mount. Per-mount stream settings also allow for overriding the incoming settings. svn path=/icecast/trunk/icecast/; revision=9325
-
- 13 May, 2005 1 commit
-
-
Karl Heyes authored
to 'relay' though svn path=/icecast/trunk/icecast/; revision=9274
-
- 08 May, 2005 1 commit
-
-
Karl Heyes authored
various places including the shoutcast source client auth which previously only used the global source password. svn path=/icecast/trunk/icecast/; revision=9240
-
- 07 May, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9233
-
- 20 Apr, 2005 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=9160
-
- 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
-
- 22 Nov, 2004 1 commit
-
-
Karl Heyes authored
on status.xsl and streamlist svn path=/icecast/trunk/icecast/; revision=8245
-
- 21 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8241
-
- 17 Nov, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=8213
-
- 16 Nov, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
this patch adds a playlist log to icecast. This can be used to maintain an audit trail of metadata that comes through icecast. The format of the log file may be changed in the future as we decide on a good format. svn path=/icecast/trunk/icecast/; revision=8205
-
- 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
-
- 25 Oct, 2004 1 commit
-
-
Karl Heyes authored
default interval as defined in the xml svn path=/icecast/trunk/icecast/; revision=8101
-
- 20 Aug, 2004 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=7592
-
- 29 Apr, 2004 1 commit
-
-
Ed "oddsock" Zaleski authored
new feature in icecast : burst-on-connect - allows an initial burst of data to connecting listeners, thus reducing the startup time of a stream. svn path=/icecast/trunk/icecast/; revision=6606
-
- 27 Feb, 2004 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5869
-
- 26 Feb, 2004 1 commit
-
-
Karl Heyes authored
general settings. svn path=/trunk/icecast/; revision=5867
-
- 19 Feb, 2004 1 commit
-
-
Karl Heyes authored
when a relay is currently active. svn path=/trunk/icecast/; revision=5845
-
- 29 Jan, 2004 1 commit
-
-
Michael Smith authored
svn path=/trunk/httpp/; revision=5792
-
- 15 Jan, 2004 1 commit
-
-
Michael Smith authored
Melanie's multilevel fallbacks added (after major changes). svn path=/trunk/icecast/; revision=5760
-
- 12 Dec, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
* slaves now ask for /admin/streamlist.txt which serves a plaintext version of the source list (this is what it was expecting to get) * /admin/streamlist still serves XML (which slave.c wasn't expecting) * fixed a few cases of pointer invalidation due to possible config re-reading. * slave relay now uses relay password to get the list of streams to relay svn path=/trunk/icecast/; revision=5695
-
- 01 Dec, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5674
-
- 23 Jul, 2003 1 commit
-
-
Karl Heyes authored
svn path=/trunk/icecast/; revision=5168
-
- 21 Jul, 2003 1 commit
-
-
Karl Heyes authored
by autoconf. config.h is also the name expected by the convenience libs svn path=/trunk/icecast/; revision=5154
-
- 15 May, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
new config option <adminroot> restructured code a bit in admin.c for a bit better extendability svn path=/trunk/icecast/; revision=4708
-
- 23 Apr, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4629
-
- 15 Mar, 2003 1 commit
-
-
Michael Smith authored
Convert all tabs to 4 spaces. All code must now use 4 space indents. svn path=/trunk/avl/; revision=4492
-
- 10 Mar, 2003 1 commit
-
-
Michael Smith authored
need for it. svn path=/trunk/icecast/; revision=4464
-
- 09 Mar, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4454
-
- 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
-
- 24 Feb, 2003 1 commit
-
-
Michael Smith authored
a) based on total bytes in queue, not total number of buffers in queue b) configurable (defaults to 100 kB) mp3 metadata relaying (inline). Untested. svn path=/trunk/icecast/; revision=4364
-
- 12 Feb, 2003 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=4340
-
- 11 Feb, 2003 1 commit
-
-
Michael Smith authored
per-mountpoint configuration (some of these are given as examples in the config file, but they aren't yet used). svn path=/trunk/icecast/; revision=4338
-
- 07 Feb, 2003 1 commit
-
-
Michael Smith authored
Add ability to configure individual relays as well (i.e. single stream, rather than all the streams from a server). svn path=/trunk/icecast/; revision=4327
-
- 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
-
- 02 Feb, 2003 1 commit
-
-
Ed "oddsock" Zaleski authored
svn path=/trunk/icecast/; revision=4308
-
- 18 Aug, 2002 1 commit
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3852
-
- 16 Aug, 2002 2 commits
-
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3838
-
Michael Smith authored
available, but is deprecated and turned off by default. svn path=/trunk/icecast/; revision=3837
-
- 09 Aug, 2002 2 commits
-
-
Michael Smith authored
config file. svn path=/trunk/icecast/; revision=3774
-
Michael Smith authored
svn path=/trunk/icecast/; revision=3772
-