Displaying 7 results from an estimated 7 matches for "14kbps".
Did you mean:
64kbps
2003 Feb 26
1
traffic shaper with htb and imq ==> bad latency
...m 2.4.20 kernel
my script:
### Traffic Shaper
## down 768kbit
## up 128kbit
tc qdisc add dev $EXTIF root handle 1:0 htb default 13
tc class add dev $EXTIF parent 1:0 classid 1:1 htb rate 16kbps ceil 16kbps prio 0
# Gamevoice
tc class add dev $EXTIF parent 1:1 classid 1:11 htb rate 3kbps ceil 14kbps prio 0
# Bnet
tc class add dev $EXTIF parent 1:1 classid 1:12 htb rate 7kbps ceil 14kbps prio 1
# Normal
tc class add dev $EXTIF parent 1:1 classid 1:13 htb rate 3kbps ceil 14kbps prio 6
# Edonkey
tc class add dev $EXTIF parent 1:1 classid 1:14 htb rate 2kbps ceil 5kbps prio 7
tc qdisc add dev $IM...
2003 Aug 17
1
pre-newbie - some basic questions...
Hello All,
Been completely obsessed for the last two days with VoIP and Asterisk - running on 2 hours sleep and coffee - sorry if this is a little scattered...
Okay, I've got a small start-up company that installs traditional PBX (Nortel mainly) systems, data network infrastructure, commercial audio/video, residential audio/video/voice/data and we do lighting control systems...
I've
2006 Aug 15
5
howto reduce the ping?
Hi,
with the attached config my gaming ping is still +20ms, even if the line isn''t
saturated..can anybody give me a hint how to get a better response time?
my line: 1024/128kbit
outbound:
one htb qdisc for gaming (7kbps) prio 0 ceil 14kbps<- should get more traffic
when needed.
Htb again for irc and default.
inbound:
css, irc, p2p, default <- same shema as before, give css enough bandwith and
allocate the rest for the other classes.
Are packets in 1:10 (css) are transfered as fast as they arrive?
Same config without...
2008 Mar 28
0
SPEEX bitrate configuration
Dear list, I have an Asterisk 1.4 SIP server and several voip clients in
my LAN using Twinkle 0.9-6 and X-Lite, talking among them. I see the
following features and I have the corresponding questions:
1) X-Lite 3.0 have SPEEX codec support but only for 14Kbps to 23Kbps
bitrates. Can I set a lower bitrate here, i.e. 8Kbps ???
2) Twinkle has SPEEX support too, and I think it's more manageable
because I see more configuration options, I have this: "VAD with Narrow
band payload type = 97". What can I know the bitrate configured for this
codec...
2001 Mar 03
1
how low can it go... vorbis streaming
...treams from a 4 channel soundcard, only 2
stereo streams.
So I tested Vorbis. I encoded a 22050Hz mono file with -b 112, but this
has a average bitrate of 59kbps. the 44100 mono file is 94kbps in
average and the stereo 44100 108kbps. It was the same song converted
with sox. The stereo file is only 14kbps bigger than the stereo file.
How could I achive lower bit rates without reducing the sample rate
below 22050Hz? I wonder how good Vorbis is at lower bitrates. At 60kbps
Vorbis and Lame sounds nearly the same.
Is there a streaming program vor vorbis and icecast? I compiled icecast
2.0, but cannot...
2001 Mar 03
1
how low can it go... vorbis streaming
...treams from a 4 channel soundcard, only 2
stereo streams.
So I tested Vorbis. I encoded a 22050Hz mono file with -b 112, but this
has a average bitrate of 59kbps. the 44100 mono file is 94kbps in
average and the stereo 44100 108kbps. It was the same song converted
with sox. The stereo file is only 14kbps bigger than the stereo file.
How could I achive lower bit rates without reducing the sample rate
below 22050Hz? I wonder how good Vorbis is at lower bitrates. At 60kbps
Vorbis and Lame sounds nearly the same.
Is there a streaming program vor vorbis and icecast? I compiled icecast
2.0, but cannot...
2004 Aug 06
2
Complexity vs BitRate
Jean-Marc and others,
We are using Speex inside our Video Conferencing application and have some
questions about the trade-off of complexity vs bitrate. A little background
information is needed:
1. For us the actual bit-rate isn't that big a deal. Speex running at
14kbps or 8 kbps is minor compared to the video traffic running at 128, 256
or 384 kbps.
2. We care a little about CPU usage - The lower usage the better.
3. We are using 8khz 16bit mono for the raw audio
4. A peaky data-rate isn't a big deal.
We currently use the following options: DTX, VBR (implin...