1
0
mirror of https://gitlab.xiph.org/xiph/icecast-server.git synced 2024-06-30 06:35:23 +00:00
Commit Graph

35 Commits

Author SHA1 Message Date
oddsock
3a85a143b5 2 new features to icecast logging:
- logsize : specify in KB the max size of any of icecast log files
- logarchive : causes icecast to rename logs with timestamps (for proper archiving)


svn path=/icecast/trunk/icecast/; revision=10287
2005-10-24 14:51:54 +00:00
Karl Heyes
c519afa812 add per-mount listener time limit setting
svn path=/icecast/trunk/icecast/; revision=9834
2005-08-23 19:00:15 +00:00
Karl Heyes
82e12b4d96 Allow for new listeners to fallback if there are max listeners on the
current mountpoint

svn path=/icecast/trunk/icecast/; revision=9833
2005-08-23 18:40:20 +00:00
oddsock
3b8999448e Make HTML title non-version specific.. Add a new "changes" page which enumerates major feature/fixes for each version.. We are starting with 2.3.
svn path=/icecast/trunk/icecast/; revision=9762
2005-08-17 02:40:29 +00:00
Karl Heyes
ab8e36bd19 increase the number of listening sockets allowed. A more flexible scheme can
be done later if required

svn path=/icecast/trunk/icecast/; revision=9757
2005-08-16 14:58:33 +00:00
Karl Heyes
be78a3ae11 merge in fallback to file, override also works
svn path=/icecast/trunk/icecast/; revision=9434
2005-06-10 15:42:06 +00:00
Karl Heyes
05a14555d9 merge per-mount on-[dis]connect script handling
svn path=/icecast/trunk/icecast/; revision=9424
2005-06-10 00:37:09 +00:00
Karl Heyes
ad1e6c41b0 merge in the on-demand relay implementation.
svn path=/icecast/trunk/icecast/; revision=9406
2005-06-09 01:51:47 +00:00
Karl Heyes
2896db1f3c merge intro file implementation
svn path=/icecast/trunk/icecast/; revision=9345
2005-06-03 15:35:52 +00:00
Karl Heyes
79adab0133 allow for more updating over HUP. Made the YP engine only read the stats instead
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
2005-05-30 14:50:57 +00:00
Karl Heyes
018fff1158 Allow for username to be stated for master/slave setups, we still default
to 'relay' though

svn path=/icecast/trunk/icecast/; revision=9274
2005-05-13 00:35:08 +00:00
Karl Heyes
6d48d6c4f9 Allow for specifiying a per-mount metadata interval for shoutcast style streams
svn path=/icecast/trunk/icecast/; revision=9233
2005-05-07 20:18:13 +00:00
Michael Smith
783e658066 Fix some docs for bind-address: it was confusing in one point, and completely
wrong in another.

svn path=/icecast/trunk/icecast/; revision=9060
2005-03-11 02:20:44 +00:00
Michael Smith
19d7aa037f Fix typos in description of bind-address option. Fix second sentence so that it
isn't completely wrong.


svn path=/icecast/trunk/icecast/; revision=8996
2005-02-28 01:08:04 +00:00
giles
d3cd4a02d3 Correct a typo.
svn path=/icecast/trunk/icecast/; revision=8553
2004-12-29 18:02:32 +00:00
Karl Heyes
4066a89c01 allow a relay to provide user/pass when connecting
svn path=/icecast/trunk/icecast/; revision=8358
2004-12-09 17:08:52 +00:00
Karl Heyes
a521d15d74 merge per-mount hidden setting. prevent specific mountpoints being listed
on status.xsl and streamlist

svn path=/icecast/trunk/icecast/; revision=8245
2004-11-22 18:21:48 +00:00
Karl Heyes
2b4ee737db add per-mount no-yp tag handling
svn path=/icecast/trunk/icecast/; revision=8241
2004-11-21 15:51:49 +00:00
Karl Heyes
1e6232c531 add <shoutcast-mount>. drop the hardcoded mountpoint hacks for NSV
svn path=/icecast/trunk/icecast/; revision=8213
2004-11-17 16:02:04 +00:00
oddsock
083f5c0cd1 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
2004-11-16 04:04:02 +00:00
oddsock
80078cce1d * support for the Shoutcast DSP (yay!).
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
2004-11-11 15:47:33 +00:00
Karl Heyes
56d9757a4d small doc update
svn path=/icecast/trunk/icecast/; revision=8133
2004-10-29 17:19:03 +00:00
Michael Smith
ef7242ca02 .. And fix more instances of missing / on mountpoints
svn path=/icecast/trunk/icecast/; revision=7900
2004-10-01 00:47:52 +00:00
Michael Smith
8d4edddf0a Correct two examples to use a leading slash for a mountpoint name
svn path=/icecast/trunk/icecast/; revision=7898
2004-10-01 00:39:37 +00:00
j
0081d9f7eb This Page Tentatively Validates As XHTML 1.0 Strict (Tentatively Valid)!
svn path=/icecast/trunk/icecast/; revision=7792
2004-09-18 21:01:39 +00:00
j
35cbc4a318 replace table with hr+css
svn path=/icecast/trunk/icecast/; revision=7791
2004-09-18 20:14:50 +00:00
j
936cedefb8 - more xhtmlification of the icecast docs
svn path=/icecast/trunk/icecast/; revision=7789
2004-09-18 16:50:19 +00:00
j
40ba95a6a6 - convert icecast documentation to xhtml
- clean up html code
- sync index.html with README


svn path=/icecast/trunk/icecast/; revision=7786
2004-09-18 14:31:39 +00:00
Karl Heyes
e08013d735 add burst-size, fallback-override tags and descriptions, add missing / in end tags
svn path=/icecast/trunk/icecast/; revision=7593
2004-08-20 19:22:37 +00:00
oddsock
56cd1de3c5 added ability to disallow concurrent connections from the same username if using htpasswd listener authentication.
svn path=/icecast/trunk/icecast/; revision=6711
2004-05-17 04:33:46 +00:00
oddsock
d642846c80 added web based interface to htpasswd client authentication
svn path=/icecast/trunk/icecast/; revision=6610
2004-04-30 14:36:07 +00:00
oddsock
32718b5b4e 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
2004-04-29 15:23:13 +00:00
Karl Heyes
112ce96cf0 Add optional pidfile. Writes process id of icecast to named file
svn path=/trunk/icecast/; revision=5674
2003-12-01 23:30:13 +00:00
vanguardist
0944e82f0f Config doc luv.
svn path=/trunk/icecast/; revision=5605
2003-11-18 17:23:55 +00:00
oddsock
3ebebcf4a6 icecast2 documentation. need I say more ?
svn path=/trunk/icecast/; revision=5569
2003-11-13 03:50:30 +00:00