search for: next_track

Displaying 5 results from an estimated 5 matches for "next_track".

Did you mean: next_task
2005 Feb 20
0
ices2 not re-connecting on live stream
...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 months now, only restarting it once a week for log rotation. Never had a problem since. -- Fr?d?ric Bri?re <*> fbriere@fbriere.net => <fbriere@abacom....
2005 Feb 20
2
ices2 not re-connecting on live stream
On Sun, 2005-02-20 at 12:15, Fr?d?ric Bri?re wrote: > I've been running ices2 like this 24/7 for months now, only restarting > it once a week for log rotation. Never had a problem since. setting <logsize> will cause an automatic log rotation when a certain file size has been reached. It renames <logfile> to <logfile>.1 then opens a new file <logfile> karl.
2005 Feb 20
0
ices2 not re-connecting on live stream
....0-kh59/src/signals.c @@ -51,9 +51,11 @@ void signal_hup_handler(int signum __attribute__((unused))) { LOG_INFO0("Flushing logs"); - log_flush(ices_config->log_id); + log_reopen(ices_config->log_id); + LOG_INFO0("Reloading playlist"); ices_config->next_track = 1; + signal(SIGHUP, signal_hup_handler); } @@ -67,6 +69,7 @@ void signals_setup(void) { + signal(SIGHUP, signal_hup_handler); signal(SIGINT, signal_int_handler); signal(SIGTERM, signal_int_handler); signal(SIGUSR1, signal_usr1_handler); -- Fr?d?ric Bri?re <...
2004 Aug 06
3
live encoding
is there any advice anyone can give me in relation to running a icecast server thats encoding on the fly for a live radio feed? its run off freeBSD 4.5 icecast 1.3.12 and darkice .8. the machine is PII 400mhz with 448MB RAM and we are having major quality issues right now...... any help would be appreciated... -jim www.wkdu.org -- --- >8 ---- List archives:
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