search for: 160kbit

Displaying 20 results from an estimated 32 matches for "160kbit".

Did you mean: 100kbit
2004 Aug 06
7
Problem with Streams > 160KBit/s
Hi, does anybody set up an icecast server delivering streams > 160KBit/s ? I tried that with liveice and shout but in both cases the stream stutters very much. So, I have eliminated the Net (stream to localhost), the CPU (P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times faster then the wav has secs). So the Problem should be icecast. can anybody...
2004 Jun 08
1
Oops on tc-graph.pl of all things
..._socketcall+0x242/0x260 [<c0114b20>] do_page_fault+0x0/0x530 [<c01060b9>] error_code+0x2d/0x38 [<c0105eaf>] syscall_call+0x7/0xb Code: Bad EIP value. `tc` configuration: tc qdisc add dev eth0 root handle 1: htb default 90 tc class add dev eth0 parent 1: classid 1:1 htb rate 160kbit ceil 160kbit tc class add dev eth0 parent 1:1 classid 1:90 htb rate 160kbit ceil 160kbit tc qdisc add dev eth0 parent 1:90 handle 2: prio bands 4 tc qdisc add dev eth0 parent 2:1 handle 10: sfq perturb 20 tc qdisc add dev eth0 parent 2:2 handle 20: sfq perturb 20 tc qdisc add dev eth0 parent 2:3 h...
2004 Aug 06
0
Problem with Streams > 160KBit/s
> Hi, > > does anybody set up an icecast server delivering streams > 160KBit/s ? > I tried that with liveice and shout but in both cases the stream stutters > very much. So, I have eliminated the Net (stream to localhost), the CPU > (P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times > faster then the wav has secs). So the Problem should be ic...
2004 Aug 06
0
Problem with Streams > 160KBit/s
At 11:16 2001-05-03 +0200, you wrote: >Hi, > >does anybody set up an icecast server delivering streams > 160KBit/s ? >I tried that with liveice and shout but in both cases the stream stutters >very much. So, I have eliminated the Net (stream to localhost), the CPU >(P3/800 should be fast enough), and lame (can encode 320kBit/s 3 times >faster then the wav has secs). So the Problem should be icecas...
2007 Feb 04
4
tc ingress + iptables mark problem
Hi guys , i am starting to "play" with qos in linux. Well , i am trying to setup an ingress filter but i do not know why it is not working. tc add qdisc dev eth0 ingress tc filter add dev eth0 parent ffff: protocol ip prio 1 handle 1 fw police rate 160kbit burst 256kbit drop flowid :1 After that : iptables -A PREROUTING -t mangle --sport 80 -j MARK --set-mark 1 So , i think this should make all traffic from port 80 be filtered by tc , does it ? But it is not working , i keep downloading at full speed from port 80. Any help ? -- []''s...
2004 May 17
5
HTB, MPU, and suitable values
...ent to this patch as well? I patched `tc`, but not HTB in my 2.6.6 kernel. I wasn''t able to locate a kernel patch for this, is there one? Here''s the actual configuration: tc qdisc add dev eth0 root handle 1: htb default 90 tc class add dev eth0 parent 1: classid 1:1 htb rate 160kbit ceil \ 160kbit mpu 106 tc class add dev eth0 parent 1:1 classid 1:10 htb rate 64kbit ceil \ 64kbit mpu 106 prio 0 tc class add dev eth0 parent 1:1 classid 1:20 htb rate 96kbit ceil \ 160kbit mpu 106 prio 1 tc class add dev eth0 parent 1:1 classid 1:50 htb rate 8kbit ceil \ 160kbit mpu 106...
2004 May 13
19
HTB MPU
Hi. I wrote in a reply to a mail on here recently that you can''t set mpu (minimum packet unit) on HTB as you can on CBQ. I''ve just noticed that there is a patch on devik''s site which does mpu and overhead. http://luxik.cdi.cz/~devik/qos/htb/ For dsl users mpu is, for practical purposes going to be 106 - overhead is still variable though, depending on packet size.
2002 Apr 13
0
Bandwidth sharing...
I work as network administrator in a dept. from a bigger company, and I want to limit traffic in the night down to 160Kbit, without disrupting comunication with peers from the entire company. To make my self clear, the company has 2 class C networks, 1 for our dept, and the other for the rest of the company. So, I want to limit traffic to the Internet, but the traffic to the other class C won''t be limited. Als...
2002 Feb 28
6
basic htb setup
...unused. HTB seems ideal for this, and the TC stuff is pretty much identical to the basic one in the howto: tc qdisc add dev eth0 handle 1: root htb default 11 tc class add dev eth0 parent 1: classid 1:1 htb rate 768kbit ceil 768kbit burst 15k tc class add dev eth0 parent 1:1 classid 1:10 htb rate 160kbit ceil 768kbit burst 15k tc class add dev eth0 parent 1:1 classid 1:11 htb rate 608kbit ceil 768kbit burst 15k tc qdisc add dev eth0 parent 1:10 handle 10: sfq perturb 10 tc qdisc add dev eth0 parent 1:11 handle 10: sfq perturb 10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip sr...
2001 Jan 12
2
oggenc (small files)
I've had this problem encoding oggs where the output file is small, like 24kbytes for a 4 minute song (tested at 128 and 160kbit). I'm running Windows 2000 and this has happened in oggenc, oggdrop, and CDEX, though I've also been able to get good encodings with each of these. I think the only clean encodings have been .wav's that I've made myself with SoundForge or CoolEdit, the bum ones have been tracks I...
2004 Sep 28
3
Suggestion.
Hi, I''m new to the list. I intend to learn about some Linux Networking features to help myself and others. I''m looking to control the bandwidth in my office. Basically there are like 20 computers, a 2MB Adsl Line. And I would love to let them only use a certain amount of bandwidth. For example let every client use 20KB of internet bandwidth of the 210KB we can download
2004 Nov 18
5
burst question
This is one of my test classes: class htb 1:10 parent 1:1 prio 0 quantum 2048 rate 160Kbit ceil 400Kbit burst 1803b/8 mpu 0b cburst 2111b/8 mpu 0b level 0 Q1: where does "level 0" stand for? Q2: where does this b/8 stand for? Q3: this is on a i386 platform, so timer resolution should be 10mS. According to the doc the minimal burst should be 10mS*160Kbit=1600. Why is it 1803?...
2004 Aug 06
1
Hoping to not have to re-invent the wheel
Anyone have a good way to knock my 160kbit mp3s down to 56k real time using *nix? Even if it is beta sorta working code, anyone have anything even close to fast enough to do this? matt --- >8 ---- List archives: http://www.xiph.org/archives/ icecast project homepage: http://www.icecast.org/ To unsubscribe from this list, send a messa...
2006 Mar 10
0
IMQ strange problem
...affic control rules for download and upload single IP ............. DEV=eth1 DEV_UP=imq0 ................. ................. usleep 10 $TC class add dev $DEV parent 2:3 classid 2:b382 htb rate 2048kbit ceil 2048kbit prio 2 quantum 48000 $TC class add dev $DEV parent 3:1 classid 3:a382 htb rate 160kbit ceil 160kbit prio 1 quantum 16000 $TC class add dev $DEV parent 4:10 classid 4:d382 htb rate 2048kbit ceil 2048kbit prio 3 quantum 48000 usleep 10 $TC qdisc add dev $DEV parent 2:b382 handle b382: sfq perturb 10 $TC qdisc add dev $DEV parent 3:a382 handle a382: sfq perturb 10 $TC qdisc add dev $DEV...
2001 Sep 18
1
RC2 encoder status
...d somebody please bring me up to date? As I take, the current RC2 release contains full 1.0 feature support (incl. channel coupling). Does this mean I can now start encoding all of my music as a ~128kbit/s ogg bitstream without fear of reduced quality? (As a relation: I normally encode MP3s at ~160kbit/s) BTW: I think that there is really not enough information about Ogg Vorbis development status on the xiph.org website. I think all the stuff I ask here should already be answered there very prominently. - -- - -M - ------- Magnus von Koeller <magnus@vonkoeller.de> ------ Georg-West...
2006 Jan 30
1
Shared ADSL SHAPER
...not on the Router or the ISP. The Idea is then to make one HTB hierarchy and have each client (IP) filtererd and put in a child-HTB queue. This is the main idea, I have added prio to each HTB-child to keep priorities for each client. I currently use a reduced setup with total-uplink limited to 160kbit, and i run first the firewall script (first) and then the Shaper script, below. The problem is know that if a take Azureus, bittorrent client, and let it go (no uplink limitation), it now kills its own downlink speed. If I limit the uplink speed in Azureus the downlink will grow again, it is qu...
2000 Aug 21
1
beta2?
The debian vorbis-tools package is labeled version 1.0beta2-1 - does this mean that better compression for stereo has been implemented? (I forgot what the correct term for this was.) I am waiting with a couple of CD's I would have ripped and made mp3's of (I don't have a multi-cd shuttle in my laptop... ;), so that I can rather make ogg files, but I don't want to make them now and
2006 Feb 14
1
Guarantee ICMP respond time ?
...:2 htb rate 192kbit #ICMP tc class add dev imq0 parent 2:2 classid 2:30 htb rate 32kbit prio 0 tc filter add dev imq0 parent 2:0 protocol ip handle 5 fw classid 2:30 tc qdisc add dev imq0 parent 2:30 handle 30: sfq perturb 1 tc class add dev imq0 parent 2:2 classid 2:24 htb rate 96kbit ceil 160kbit prio 1 tc filter add dev imq0 parent 2:0 protocol ip handle 1 fw classid 2:24 tc qdisc add dev imq0 parent 2:24 handle 24: sfq perturb 10 tc class add dev imq0 parent 2:2 classid 2:26 htb rate 32kbit ceil 128kbit prio 3 tc filter add dev imq0 parent 2:0 protocol ip handle 2 fw classid 2:26 #tc...
2005 Nov 04
4
Latency/burst problem with HTB
Hi all :) I''m new to this list, as I''m new too to traffic shaping ;) I''ve set up an FTP server in my ADSL line and I wanted it to serve as fast as possible as long as I don''t use my outgoing ADSL bandwidth, and I''m currently using HTB for that (succesfully, I must add). The problem is (when the FTP server is serving higher than its
2001 Nov 08
1
What kind of Ogg Vorbis-services you would like to
...the list with a lower score (making sure there are always at least 30 songs in the playlist). It works pretty good, but the code is extremly ugly and inefficient! I'm about to rewrite it and add some more features soon. For example the possibility for a user to add his own CDs by uploading 160kbit-OGGs or WAVs to a samba-share and fill in all needed tags on the web. Regards Per Wigren --- >8 ---- List archives: http://www.xiph.org/archives/ Ogg project homepage: http://www.xiph.org/ogg/ To unsubscribe from this list, send a message to 'vorbis-request@xiph.org' containing only...