Displaying 9 results from an estimated 9 matches for "kh59".
Did you mean:
kh5
2005 Feb 20
0
ices2 not re-connecting on live stream
...<http://mediacast1.com/~karl/>, as he described in his reply to my
original email. (Don'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;...
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
...logs to behave in the same way.
Nevertheless, this thread finally gave me the incentive to fix ices so
that it rotates logs on SIGHUP, which is much nicer. Here's the patch:
(The second LOG_INFO0, apart from verboseness, ensures that the new
logfile is created right away.)
--- ices2-2.0.0-kh59.orig/src/signals.c
+++ ices2-2.0.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 playl...
2004 Dec 12
2
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
Hello,
I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast
2.0-kh51).
It works... but the players are doing a small sound cut at metadata
reception :
- VLC (maybe 1/3sec cut)
- JORBIS (java. maybe 1/10sec, because I can have set higher priority to
sound processing and not to comment handling)
(player plateform: Mac OS X 1.3.6)
With VLC... I ca...
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
2004 Dec 12
0
Metadata and bad player behaviour : cut sound for short time when receiving metadata (kh versions of ices/icecast)
On Sun, 2004-12-12 at 21:57, Iceuse - Kris wrote:
> Hello,
>
> I was trying to add metadata to my OGG stream (ices 2,0-kh59, icecast
> 2.0-kh51).
> It works... but the players are doing a small sound cut at metadata
> reception :
> - VLC (maybe 1/3sec cut)
> - JORBIS (java. maybe 1/10sec, because I can have set higher priority to
> sound processing and not to comment handling)
> (player plateform...
2004 Aug 06
3
Can't listen to a stream from icecast-kh
...:12:26] DBUG source/source_main Client removed
[2004-05-27 00:12:26] INFO source/source_main listener count on
/radio-bro-gwened.ogg now 0
and access.log also
127.0.0.1 - - [27/May/2004:00:11:32 +0200] "SOURCE
/radio-bro-gwened-default.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-kh59" 3451
81.248.53.230 - - [27/May/2004:00:11:32 +0200] "SOURCE
/radio-bro-gwened.ogg HTTP/1.0" 200 19 "-" "IceS 2.0-kh57" 3444
62.147.97.221 - - [27/May/2004:00:12:26 +0200] "GET
/radio-bro-gwened.ogg HTTP/1.0" 200 14928 "-" "Wget/1.8.1&qu...
2004 Aug 06
6
ices2 routinely abandons one of its streams
Hi everybody,
I'm in charge of an ices2 setup that's broadcasting a local radio
station on the Net, and I'm currently under fire because one of our
streams has been down twice in two days, forcing me to restart ices2 on
each occasion. Our client is understandably unhappy about this.
OUR SETUP: I've got ices2 installed on a local machine, broadcasting to
an icecast server across
2004 Dec 15
2
Fallback trouble with icecast 2.1kh
...ect if it gets no data after
trying a few times to read. I think something can be done on icecast side...
Regards,
Chris
See icecast traces :********************
source dying:
81.56.217.47 - - [15/Dec/2004:23:56:26 +0100] "SOURCE /live.ogg
HTTP/1.0" 200 19 "-" "IceS 2.0-kh59" 164
[2004-12-15 23:56:07] DBUG stats/modify_node_event update node
client_connections (25)
[2004-12-15 23:56:07] DBUG stats/modify_node_event update node clients (4)
[2004-12-15 23:56:07] DBUG source/process_pending_clients Adding 1
client(s)
[2004-12-15 23:56:07] DBUG format/format_ht...