Displaying 20 results from an estimated 6000 matches similar to: "Artificially high bandwidth?"
2004 Aug 06
2
ideas for on-demand streaming
On Wed, 20 Feb 2002, Gary Major wrote:
> To define this list you put the full path to your mp3 directory in your
> icecast.conf file. It has been awhile since I set this up, and I forget the
> exact option, although static template comes to mind.
This is great... but it's not showing a full listing of what's in my
directory. My MP3 collection is housed in /music/. There are
2004 Aug 06
0
ideas for on-demand streaming
What you could do, if you were so inclined, is to write a shell script that
would cycle through your directories and create symbolic links in your main
directory. Not pretty at all, but would solve your issue.
Alternatively, a script could be written to cycle through your directories
to create a custom web page to display ALL songs. A little prettier and
again would solve your issue.
My script
2004 Aug 06
0
ideas for on-demand streaming
How do I submit an email to icecast?
-----Original Message-----
From: Gary Major [mailto:gr_major@hotmail.com]
Sent: Wednesday, February 20, 2002 1:34 PM
To: icecast@xiph.org
Subject: Re: [icecast] ideas for on-demand streaming
<p>What you could do, if you were so inclined, is to write a shell script that
would cycle through your directories and create symbolic links in your main
2004 Aug 06
0
ideas for on-demand streaming
I guess that answers my question :P
-----Original Message-----
From: Hathaway, Shaun
Sent: Wednesday, March 13, 2002 8:24 AM
To: icecast@xiph.org
Subject: RE: [icecast] ideas for on-demand streaming
<p>How do I submit an email to icecast?
-----Original Message-----
From: Gary Major [mailto:gr_major@hotmail.com]
Sent: Wednesday, February 20, 2002 1:34 PM
To: icecast@xiph.org
Subject: Re:
2004 Aug 06
3
"Bind to socket failed"
I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice
with XMMS. I had no problem broadcasting with Shoutcast and Winamp back
before I switched over to Linux. I'd love to get going on broadcasting...
but Icecast refusing to open is a problem.
Running icecast gives me the following.
Starting thread engine...
[04/Feb/2002:13:57:38] Icecast Version 1.3.10 Starting..
2004 Aug 06
4
Stuttering stream
On Wed, 6 Feb 2002, Jack Moffitt wrote:
> ices is built on libshout. libshout should have perfect timing and it
> also detects and discards corrupt frames and supports VBR streams. It
> is basically the _new_ version of shout.
ices refuses to load. It whines about libmp3lame.so.0 being missing. I
found the message in the archives that supposedly forces ices to compile
with lame
2004 Aug 06
3
Stuttering stream
I'm using shout 0.8.0, icecast 1.3.10 on Redhat 7.2.
My stream skips all over the place. I can't even get through one song
without having to restart the stream or having icecast boot me. Most of my
MP3s are 128kbps, and that's the default bitrate in shout. I've turned on
autocorrect and force bitrate, but it still skips. Autocorrect seems to
make the time between skipping a bit
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
On Wed, 6 Feb 2002, Jack Moffitt wrote:
> > A good number have id3v2 tags... say 20-30%.
>
> Do you find that it's stuttering on id3v2 files? Since those contain
> data that is counted by the timing code, but not played the the player,
> that seems a likely suspect. Ie, you'll get _playable_ data too slow.
I replaced my normal playlist with a much smaller one of files
2004 Aug 06
2
"Bind to socket failed"
On Mon, 4 Feb 2002, Jack Moffitt wrote:
> > I'm running RedHat 7.2 (kernel 2.4.17) on a PII 300. I'm using Liveice
> > with XMMS. I had no problem broadcasting with Shoutcast and Winamp back
> > before I switched over to Linux. I'd love to get going on broadcasting...
> > but Icecast refusing to open is a problem.
>
> Did you use the hostname parameter in
2004 Aug 06
2
Stuttering stream
> A good number have id3v2 tags... say 20-30%.
Do you find that it's stuttering on id3v2 files? Since those contain
data that is counted by the timing code, but not played the the player,
that seems a likely suspect. Ie, you'll get _playable_ data too slow.
Try a stream with _no_ id3v2 files and see if the problem persists.
> > What version of linux? glibc?
>
> RH 7.2
2004 Apr 26
1
Split bursty bandwidth equally
Hello again,
Is it possible to split a bandwidth equally among clients regardless of its
current link speed?
I have a link that can get bursty at times. At any given time the N active
sessions (the ones with non-empty queues) need to be serviced
simultaneously, each at a rate of 1/N''th of the link speed.
My case is an internet connection that oscillates between 96 kbps and 256
kbps. I
2010 Oct 23
1
Tweaks for high-bandwidth tinc
I've been using tinc to do some high bandwidth VPNs between nodes in
Amazon's EC2 environment (to work around some limitations there for
effectively loadbalancing raw TCP connections while preserving the
sources addresses, using Linux IPVS in NAT mode). The raw amount of
traffic involved is probably making this a bit of a corner case for
tinc. In the overall it has held up remarkably
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
2006 Oct 18
2
Errors with GRED after upgrading to 2.6.18 kernel
ALL:
<<diffserv-gred_10-06>>
I have attached the current script that I am using.
$TC qdisc add dev $EDEV parent 2:20 gred setup DPs 3 default 2 grio
$TC qdisc change dev $EDEV parent 2:20 gred DP 1 limit $lim min $minTh
max $maxTh avpkt $avgPL burst $bursty bandwidth $netBand probability
0.02 prio 2
$TC qdisc change dev $EDEV parent 2:20 gred DP 2 limit $lim min $minTh
max
2005 May 28
2
bandwidth control on htb
Hi,
I implemented queues on some ports with htb by filtering. and to have
a constant bw, i defined rate and ceil the same. But while watching
the bw''s, I ve realized they may sometimes exceed the defined value
for short periods. How could I avoid this situation? I thought that
implementing a leaky bucket''d be fine but i m not sure about this and
how to do it on tc.
I would be
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
1
mp3check and mp3_check?
Hello Sirs,
> > 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.
Could you please give me the address of these tool(mp3check, mp3_check).
I have many bad coded mp3, When Icecast streaming these bad! mp3s it kicks
the connected clients. I want to delete
2002 Aug 22
1
Samba 2.2.5 DC: problem with groups
Hello,
I wondered how domain groups are handled with Samba (2.2.5): I set up
a Samba DC and have serveral XP clients.
On the Samba machine I greated a group named "ntadmins" and put the
following line in my smb.conf:
domain admin group = @ntadmins
On of my domain admins is user "wojtek" which has the primary group
"user" but is also memeber of the
2001 Nov 03
3
Journal Usage
Hi,
I have a large journal of 400MB (the max for 4k blocks), and I'd like to be
able to check how much of it is being used.
If it's not being used that much, I'd like to know if the writes *from* the
journal to the rest of the disk could be delayed until a certain percentage
of the journal has been used.
It would be nice to be able to get more contiguous writes to the journal for