search for: reconnectdelay

Displaying 20 results from an estimated 48 matches for "reconnectdelay".

Did you mean: reconnect_delay
2004 Aug 06
0
dual streaming example
...;/input> <!-- <instance> <hostname>xx.xx.xx.xx</hostname> <port>8000</port> <password>********</password> <mount>/stream.ogg</mount> <yp>0</yp> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> </instance> --> <instance> <hostname>xx.xx.xx.xx</hostname> <port>8000&l...
2004 Aug 06
2
using the latest icecast and ices to stream both ogg and mp3
darkice is an execellent bit of software, very well written. and the author of the darkice software, akos, is very active on the darkice ML. http://yp.tilos.hu:9000/tilos_high.ogg <= for a darkice stream. b. On Sat, Nov 22, 2003 at 12:05:55PM -0500, Brendan Cully wrote: > On Saturday, 22 November 2003 at 10:50, Kerry Cox wrote: > > So basically, I download and install ices 0.3,
2004 Aug 06
0
(was, streaming both ogg and mp3) now, sending out 3 streams
...;/input> <instance> <hostname>xx.xxx.x.xxx</hostname> <port>8000</port> <password>secretpasswd</password> <mount>/highband.ogg</mount> <yp>0</yp> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <quality>2</quality> <nominal-bitrate>96000</nominal-bitrate>...
2004 Aug 06
2
Multiple Ogg Streams
...<instance> <hostname>localhost</hostname> <port>8000</port> <password>#classified#</password> <mount>/low.ogg</mount> <reconnectdelay>1</reconnectdelay> <reconnectattempts>-1</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <samplerate>22050</samplerate>...
2004 Aug 06
0
Multiple Ogg Streams
...ile? > > This is what I currently have in my config file: > > <instance> > <hostname>localhost</hostname> > <port>8000</port> > <password>#classified#</password> > <mount>/low.ogg</mount> > > <reconnectdelay>1</reconnectdelay> > <reconnectattempts>-1</reconnectattempts> > > <maxqueuelength>80</maxqueuelength> > > <encode> > <samplerate>22050</samplerate> > <channels>1</channels> > <qualit...
2004 Dec 23
2
Icecast 2.2.0 and Ices2: no audio
...</input> <instance> <hostname>192.168.0.128</hostname> <port>8000</port> <password>12345678</password> <mount>/highband.ogg</mount> <yp>0</yp> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <quality>2</quality> <nominal-bitrate>96000</nominal-bitrate>...
2004 Aug 06
4
(was, streaming both ogg and mp3) now, sending out 3 streams
...ce> > <hostname>xx.xxx.x.xxx</hostname> > <port>8000</port> > <password>secretpasswd</password> > <mount>/smallband.ogg</mount> > <yp>0</yp> > <reconnectdelay>2</reconnectdelay> > <reconnectattempts>5</reconnectattempts> > <maxqueuelength>80</maxqueuelength> > > <downmix>1</downmix> > > <resample> > <in-rate>2205...
2005 Jul 18
0
Patch to add reconnect(attempts|delay) and maxqueuelenth to IceS doc
...; > -------------- next part -------------- Index: config.html =================================================================== --- config.html (revision 9582) +++ config.html (working copy) @@ -138,6 +138,9 @@ password mount yp + reconnectattempts + reconnectdelay + maxqueuelength resample downmix savefile @@ -171,6 +174,26 @@ By default streams will not be advertised on a YP server unless this is set, and only then if the icecast if configured to talk to YP servers. </div> + <h4>reconnectattempts...
2004 Aug 06
2
Multiple Ogg Streams
>if you are getting the ogg data from a stream then you can just state a >- in the playlist and it will read it from stdin. > >curl .. http://host:port/mountpoint.ogg | ices ices-playlist.xml > >ideally the playlist should be more flexible and allow starting of >external programs but not just yet. > >karl. Thank you! That got it working. Partly. I managed to get two
2005 Nov 09
2
playlist module causing machine hangup
Hello, I had a big trouble with ices (ices-2kh60). It is reading a playlist file containing "-" to tell "read stdin". But I think that when stdin is having problem, then ices become mad. It tries hundreds of time per second to play the playlist file content, generating huge amount of traces, which are rotated, but causing a denial of service on the server which become
2012 Dec 25
3
stream/ices_instance_stream Failed initial connect to 172.16.0.116:8000 (Login failed: Success
...m name="restart-after-reread">0</param> <param name="once">0</param> </input> <instance> <hostname>172.16.0.116</hostname> <port>8000</port> <password>hackme</password> <mount>/mpd.ogg</mount> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <nominal-bitrate>64000</nominal-bitrate> <samplerate>44100</samplerate> <channels>2</channels> </encode> </ins...
2004 Aug 06
2
Directory listing disappeared
Hi: Last week, I upgraded an icecast2 server and enabled the directory code. The primary streams that run on it showed up nicely. As some may recall, I had issues with libshout compiling (seems the sources got hosed somehow, a fresh checkout fixed everything after all else failed), and I just compiled the latest ices2. I noticed, with some surprise, that the config file hadn't changed in
2004 Aug 06
2
Directory listing disappeared
...control how often it tries to reconnect, and how many times it tries to reconnect. Delay is in seconds. If you set reconnectattempts to -1, it will continue indefinately. Suggest setting reconnectdelay to a large value if you do this. --> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <!-- maxqueuelength:...
2004 Aug 06
2
Unable to use playlist module in ices
...control how often it tries to reconnect, and how many times it tries to reconnect. Delay is in seconds. If you set reconnectattempts to -1, it will continue indefinately. Suggest setting reconnectdelay to a large value if you do this. --> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <!-- maxqueuelength:...
2004 Aug 06
0
ices bitrate encoding mode?
...s morning) of libvorbis and got the same error. Here is a config snippet used to get the above: <instance> <hostname>mystreamer.net</hostname> <port>9000</port> <password>changeme</password> <mount>/alpha40.ogg</mount> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <managed>1</managed> <nominal-bitrate>44000</nominal-bitrate> <!-- <minimum-bitrate>...
2004 Aug 06
0
Re: troubles with ices
...<admin-password>test</admin-password> </authentication> ICES: <instance> <hostname>127.0.0.1</hostname> <port>8000</port> <password>test</password> <mount>/test.ogg</mount> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <nominal-bitrate>56000</nominal-bitrate> <!-- bps. e.g. 64000 for 64 kbps --> <sam...
2004 Aug 06
0
automating icecast2 startups
...<port>9000</port> <password>********</password> <mount>/egoplay.ogg</mount> <yp>1</yp> <!-- allow stream to be advertised on YP, default 0 --> <reconnectdelay>2</reconnectdelay> <reconnectattempts>5</reconnectattempts> <maxqueuelength>80</maxqueuelength> <!-- <savefile>streamdump.ogg</savefile> -->...
2004 Aug 06
0
(was, streaming both ogg and mp3) now, sending out 3 streams
...lt;hostname>xx.xxx.x.xxx</hostname> > > <port>8000</port> > > <password>secretpasswd</password> > > <mount>/smallband.ogg</mount> > > <yp>0</yp> > > <reconnectdelay>2</reconnectdelay> > > <reconnectattempts>5</reconnectattempts> > > <maxqueuelength>80</maxqueuelength> > > > > <downmix>1</downmix> > > > > <resample> > >...
2005 Oct 01
1
fm-tuner and ices2
...ner-metadata</param> </input> <instance> <hostname>c3po</hostname> <port>8000</port> <password>my_super_secret</password> <mount>/music-all.ogg</mount> <reconnectdelay>2</reconnectdelay> <reconnectattempts>100</reconnectattempts> <maxqueuelength>80</maxqueuelength> <encode> <nominal-bitrate>64000</nominal-bitrate> <samplerate>44100</sa...
2006 Jun 07
1
Problem with ices 2.0.1 : open localhost:8000 instead of what is in config file
...<hostname>ipipipip</hostname> <port>xxxx</port> <mount>/stream.ogg</mount> <password>mypass</password> <reconnectdelay>8</reconnectdelay> <reconnectattempts>-1</reconnectattempts> </shout> <encode> <nominal-bitrate>55000</nominal-bitrate><maximum-bitrate&g...