search for: next_mod

Displaying 2 results from an estimated 2 matches for "next_mod".

Did you mean: next_mo
2005 Feb 20
0
ices2 not re-connecting on live stream
...#39;t get ices 2.0.1, which is merely a point release and doesn't incorporate Karl's changes.) If you let ices2 run for a long time, you'll probably need this patch as well: --- ices2-2.0.0-kh59.orig/src/input.c +++ ices2-2.0.0-kh59/src/input.c @@ -335,6 +335,7 @@ if (next_mod->open_module (next_mod) == 0) { next_mod->start = start; + next_mod->failures = 0; ices_config->next_track = 0; return next_mod; } I've been running ices2 like this 24/7 for month...
2004 Nov 24
2
ices2 not re-connecting on live stream
hi everyone, congratulations on the release of icecast 2.1.0 I presume this is the right place to post about iceS. please correct if wrong. I have a two instance setup, and have been finding that after a network error occurs, the instance does not reconnect. The source server is behind a linux NAT box. I have simulated the problem by using iptables REJECT with tcp-reset and here is the