Displaying 8 results from an estimated 8 matches for "kidn".
Did you mean:
didn
2004 Aug 06
9
Stuttering stream
...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 skipping,
it turned out to be NTP chaning their clock or a slow harddrive or
something similar.
What kidn of files are you streaming? Have you ran them through
mp3check and mp3_check? Is load goign up when it starts skipping? How
about disk usage? Can you monitor bandwidth and make sure sporadic
spurts aren't the problem?
Is it better if you drastically increase your buffer size?
jack.
--- &...
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 h...
2004 Aug 06
0
Stuttering stream
...ill
> > 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 skipping,
> it turned out to be NTP chaning their clock or a slow harddrive or
> something similar.
>
> What kidn of files are you streaming? Have you ran them through
> mp3check and mp3_check? Is load goign up when it starts skipping? How
> about disk usage? Can you monitor bandwidth and make sure sporadic
> spurts aren't the problem?
>
> Is it better if you drastically increase your bu...
2004 Aug 06
0
Stuttering stream
...t 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 problem lies with icecast, liveice, libshout, or whatever. I just
want to stream my MP3s.
> What kidn of files are you streaming?
MP3s and nothing but.
> Have you ran them through mp3check and mp3_check?
Yep. Found a couple with a few bad frames and deleted them. Other than
that, nothing worse than a missing ID3 tag or two.
> Is load goign up when it starts skipping?
Nope. Load remains a...
2004 Aug 06
0
Stuttering stream
...ill
> > 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 skipping,
> it turned out to be NTP chaning their clock or a slow harddrive or
> something similar.
>
> What kidn of files are you streaming? Have you ran them through
> mp3check and mp3_check? Is load goign up when it starts skipping? How
> about disk usage? Can you monitor bandwidth and make sure sporadic
> spurts aren't the problem?
>
> Is it better if you drastically increase your bu...
2005 Sep 09
0
realtime and presence
...int' in the priority field
because it's not an integer.
Thanks,
Tod
-----BEGIN PGP SIGNATURE-----
Version: GnuPG v1.4.1 (GNU/Linux)
Comment: Using GnuPG with Thunderbird - http://enigmail.mozdev.org
iD8DBQFDIe0f7RbSd+ar6dMRArFAAJ9DIHEKYz8KS6xPsZihff/4ZtVXcQCdEr7X
SSGxJ5BcCwtCIEhaXzpd0T0=
=KidN
-----END PGP SIGNATURE-----
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