- 03 Apr, 2013 2 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18904
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18903
-
- 02 Apr, 2013 1 commit
-
-
Philipp Schafft authored
The default mount is a block in the config file that contains settings for all mount points that do not have a block in configfile themself. This is implemented by a <mount type="default">-block. In this case the <mount>-block MUST NOT contain a <mount-name>-subblock. svn path=/icecast/trunk/icecast/; revision=18902
-
- 23 Feb, 2013 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18796
-
- 02 Jan, 2013 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18755
-
- 14 Oct, 2012 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18665
-
- 11 Oct, 2012 2 commits
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18651
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18649
-
- 26 Nov, 2011 1 commit
-
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18131
-
- 25 Nov, 2011 5 commits
-
-
Philipp Schafft authored
The old dest="" attribute is still supported. svn path=/icecast/trunk/icecast/; revision=18128
-
Thomas B. Rücker authored
HTTPS now with better security and support for chained certificates svn path=/icecast/trunk/icecast/; revision=18127
-
Philipp Schafft authored
svn path=/icecast/trunk/icecast/; revision=18126
-
Philipp Schafft authored
This is to avoid falling back to a default password which may open security holes. svn path=/icecast/trunk/icecast/; revision=18125
-
Thomas B. Rücker authored
svn path=/icecast/trunk/icecast/; revision=18124
-
- 17 Mar, 2009 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=15783
-
- 14 Mar, 2009 1 commit
-
-
Karl Heyes authored
specifying the TCP send buffer size, it seems that on at least some win32 systems, the window size stays at 8k (even with registry settings) which could limit available streaming bandwidth. svn path=/icecast/trunk/icecast/; revision=15766
-
- 11 Jan, 2009 1 commit
-
-
Karl Heyes authored
are for consistency. svn path=/icecast/trunk/icecast/; revision=15619
-
- 11 May, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14866
-
- 19 Apr, 2008 1 commit
-
-
Karl Heyes authored
Don't add to stream directory until a minute has passed, it seems like a few sites are triggering YP requests because they are connecting and then dropping (probably due to timeout), so at least make sure the stream is running a little while. svn path=/icecast/trunk/icecast/; revision=14777
-
- 11 Feb, 2008 1 commit
-
-
Karl Heyes authored
was very easy for the intermediate files to clash between projects. The newer libxml2/libxslt/libcurl also were causing some threading issues due to library initialization svn path=/icecast/trunk/icecast/; revision=14465
-
- 03 Feb, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14450
-
- 24 Jan, 2008 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14430
-
- 20 Dec, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14318
-
- 19 Dec, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14314
-
- 25 Oct, 2007 1 commit
-
-
Karl Heyes authored
provide a mountpoint so you specify a shoutcast-mount in the listen-socket section. Specifying this will automatically define the port+1 with the same settings however the original shoutcast-compat approach is maintained. svn path=/icecast/trunk/icecast/; revision=14045
-
- 23 Oct, 2007 1 commit
-
-
Karl Heyes authored
accept or deny client connections. svn path=/icecast/trunk/icecast/; revision=14039
-
- 22 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14030
-
- 20 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14018
-
- 17 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=14004
-
- 16 Oct, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13995
-
- 04 Oct, 2007 3 commits
-
-
Karl Heyes authored
here with xmlChar, based on work originally done by gtgbr@gmx.net. closes #783, #784, #785, #787 svn path=/icecast/trunk/icecast/; revision=13933
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13930
-
Karl Heyes authored
for duplicate string literals. svn path=/icecast/trunk/icecast/; revision=13929
-
- 03 Sep, 2007 1 commit
-
-
Karl Heyes authored
svn path=/icecast/trunk/icecast/; revision=13704
-
- 29 Aug, 2007 1 commit
-
-
Karl Heyes authored
requests but can be used for sources and listeners svn path=/icecast/trunk/icecast/; revision=13650
-
- 24 Aug, 2007 1 commit
-
-
Karl Heyes authored
ISO-8859-1 is assumed as there is no real clarity wrt the spec. In most cases people send ASCII so it's not an issue, but for some, the extended characters they send can cause problems with XML processing. As stats and YP require UTF8 we need to translate them and block invalid cases. For the moment, for non-Ogg streams only, we assume that the metadata needs converting from ISO-8859-1. Ogg streams are UTF8 so no conversion needed. You can override the default with a charset mount option. svn path=/icecast/trunk/icecast/; revision=13615
-
- 21 Aug, 2007 1 commit
-
-
Karl Heyes authored
them. Each listener connection for each request is checked as connected before performing the request (so that time isn't wasted on slow authentication). Various name/comment cleanups as well. svn path=/icecast/trunk/icecast/; revision=13583
-
- 13 Aug, 2007 1 commit
-
-
Karl Heyes authored
an alternative filename in the xml. svn path=/icecast/trunk/icecast/; revision=13541
-
- 07 Mar, 2006 1 commit
-
-
Michael Smith authored
host specified. svn path=/icecast/trunk/icecast/; revision=10974
-
- 17 Dec, 2005 1 commit
-
-
Michael Smith authored
changes. svn path=/icecast/trunk/icecast/; revision=10615
-