Displaying 8 results from an estimated 8 matches for "kidns".
Did you mean:
kidn
2004 Aug 06
9
Stuttering stream
> Done, and it's working... but not significantly better than before.
> Whereas before I couldn't clear a single song without the stream devolving
> into skipping, now I'm averaging between 15-20 minutes. Better, but still
> not acceptable.
THen I suggest you start to look elsewhere for your problem. libshout
is quite well tested and every time someone has thought it was
2004 Sep 12
2
Bug#271286: minor fix for ignore.d.server/oidentd
Package: logcheck
Version: 1.2.27
Severity: wishlist
hello,
in ignore.d.server/oidentd you have:
^\w{3} [ :0-9]{11} [._[:alnum:]-]+ oidentd\[[0-9]+\]: Connection from \
[._[:alnum:]-]+ \([0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\.[0-9]{1,3}\):[0-9]{1,5}$
anyway, some oidentd logs don't have a hostname:
oidentd[34562]: Connection from 241.145.24.135:2353
therefore you have to add:
^\w{3} [
2004 Aug 06
2
Stuttering stream
> > What kidn of files are you streaming?
>
> MP3s and nothing but.
Are they high bitrate? VBR? Do they have id3v2 tags? We could all
guess they were mp3s :)
<p>What version of linux? glibc?
Icecast 1.3.11?
jack.
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to
2004 Aug 06
0
Stuttering stream
Hi Jack, interesting that you should mention NTP. With the problem that I am
having, I am getting actual libshout errors. I have run all my mp3s through
mp3check and my disk subsystem is 7200 RPM SCSI.
Why would NTP cause issues?
----- Original Message -----
From: "Jack Moffitt" <jack@xiph.org>
To: <icecast@xiph.org>
Sent: Wednesday, February 06, 2002 1:48 PM
Subject: Re:
2004 Aug 06
0
Stuttering stream
On Wed, 6 Feb 2002, Jack Moffitt wrote:
> THen I suggest you start to look elsewhere for your problem. libshout
> is quite well tested and every time someone has thought it was skipping,
> it turned out to be NTP chaning their clock or a slow harddrive or
> something similar.
I'm saying "Here's this problem I'm having, how do I fix it?" I don't care
if the
2004 Aug 06
0
Stuttering stream
Stupid question - how do you increase your buffer size?
Gary
----- Original Message -----
From: "Jack Moffitt" <jack@xiph.org>
To: <icecast@xiph.org>
Sent: Wednesday, February 06, 2002 1:48 PM
Subject: Re: [icecast] Stuttering stream
<p>> > Done, and it's working... but not significantly better than before.
> > Whereas before I couldn't clear a
2005 Sep 09
0
realtime and presence
-----BEGIN PGP SIGNED MESSAGE-----
Hash: SHA1
According to the wiki at:
http://www.voip-info.org/tiki-index.php?page=Asterisk+presence
to set up sip presence you have to add a line in extensions.conf for
the extension with a priority of 'hint'. Is there a way to do this
with realtime? I know you could do it with realtime static, but that
is not what I'm using. I can't just use
2004 Aug 06
3
Stuttering stream
Expanding on Jack's note.
In a default lame install, the lame library in in /usr/local/lib which is
not in the 'trusted' library directories, hence why the linker/loader can't
find it. What you need to do to fix it (as root), is open up /etc/ld.so.conf
and add /usr/local/lib to the file. This file just contains various paths
that will be searched in addition to /usr/lib & /lib