Displaying 9 results from an estimated 9 matches for "abacom".
2006 Apr 21
3
Is something wrong with ices 2.0-kh60a?
...ver is 2.0.0. (Yeah, I know how old that
is. Unfortunately, I only manage the client; the server is out of my
hands.) Has anything changed in 2.0-kh60a that would require a more
recent version of icecast?
--
Fr?d?ric Bri?re <*> fbriere@fbriere.net
=> <fbriere@abacom.com> IS NO MORE: <http://www.abacomsucks.com> <=
2005 Feb 20
0
ices2 not re-connecting on live stream
...t_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.com> IS NO MORE: <http://www.abacomsucks.com> <=
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
...}
@@ -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 <*> fbriere@fbriere.net
=> <fbriere@abacom.com> IS NO MORE: <http://www.abacomsucks.com> <=
2006 Jun 29
1
Is something wrong with ices 2.0-kh60a?
..., v2.0.0 is old, won't make a difference for the problem above but
> other issues could show up.
BTW, we just upgraded to 2.3.0 today, and kh60a still refuses to
connect. Anything I can do to help?
--
Fr?d?ric Bri?re <*> fbriere@fbriere.net
=> <fbriere@abacom.com> IS NO MORE: <http://www.abacomsucks.com> <=
2004 Aug 06
6
ices2 routinely abandons one of its streams
...Yet it's not closing the
connection either.
I'm attaching ices2's config file. Any help or pointers would be
appreciated; otherwise I'll have to sprinkle some fprintfs everywhere
and hope for the best. :(
--
Frederic Briere <*> fbriere@fbriere.net
=> <fbriere@abacom.com> IS NO MORE: <http://www.abacomsucks.com> <=
-------------- next part --------------
A non-text attachment was scrubbed...
Name: ices2.xml
Type: text/xml
Size: 2145 bytes
Desc: not available
Url : http://lists.xiph.org/pipermail/icecast/attachments/20040714/32285b69/ices2.xml
2006 Jun 29
3
problem with config file for jack with ices2-kh-2.0.0-kh60a
hi,
i am desperately trying to get this version of ices up and running on debian
etch. i used the apt repository at http://www.fbriere.net/debian/ices2/ but i
found this also affects the "official" source package at
http://mediacast1.com/~karl/
when i try to run an edited version of either the example file provided with
the source package or the deb at /usr/share/doc/ices2-kh/ i
2005 Mar 02
1
rfc: bring ices-kh60 into mainline asap
hi everyone!
currently, karl's branch of ices has a number of interesting features
that the ices release does not:
* jack support (very important for a number of users i know, and
generally cool in terms of interoperability)
* really nice metadata updates and on-the-fly savefile changes
* runner threads for load distribution on smp boxen
* on-the-fly switching of input sources (useful
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