search for: 60kbps

Displaying 19 results from an estimated 19 matches for "60kbps".

Did you mean: 50kbps
2017 Mar 09
2
(no subject)
...esources), and would like to know the feasibility of stripping down the encoder to fit. I've been playing with the encoder configured with "--enable-fixed-point --disable-intrinsics". The end result I'm trying to get to is encoding a single 16kHz 16-bit LPCM channel to fit into ~60kbps, and I'd like to encode in real-time or better. The opus_demo compression with default setting is fantastic on my test audio - more than 12x, where I only need about 4x. Hopefully that means I have plenty of room to tweak so I can fit it in my limited resources. My resources: - 48MHz 32-...
2004 Jul 12
0
Please help... classical problem
...tm tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps # i want to filter all ftp activity to get a slower bandwidth tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 10.0.0.0/8 match ip dport 20 0xffff flowid 1:10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 10.0.0.0/8 match ip sport 20 0xffff flowid 1:10...
2006 Feb 02
0
Linux Gateway Qos_2 interfaces (1 lan and 1 internet) problem
...tc qdisc add dev eth1 root handle 1: htb default 14 tc class add dev eth1 parent 1: classid 1:1 htb rate 250kbps ceil 250kbps #interactive class tc class add dev eth1 parent 1:1 classid 1:10 htb rate 50kbps ceil 250kbps prio 1 #users classes tc class add dev eth1 parent 1:1 classid 1:11 htb rate 60kbps ceil 250kbps prio 2 tc class add dev eth1 parent 1:1 classid 1:12 htb rate 60kbps ceil 250kbps prio 2 tc class add dev eth1 parent 1:1 classid 1:13 htb rate 60kbps ceil 250kbps prio 2 #p2p class tc class add dev eth1 parent 1:1 classid 1:14 htb rate 20kbps ceil 250kbps prio 6 #attach sfq on every...
2007 Jun 20
3
Prio class HTB
...| | (dequeue to hardware) | The configuration script is : $ tc class add dev ath0 parent 1: classed 1:1 htb rate 100kbps ceil 100kbps burst 2k $ tc class add dev ath0 parent 1:1 classed 1:10 htb rate 30kbps ceil 60kbps burst 2k prio 0 $ tc class add dev ath0 parent 1:1 classed 1:20 htb rate 10kbps ceil 100kbps burst 2k prio 1 $ tc class add dev ath0 parent 1:1 classed 1:30 htb rate 60kbps ceil 100kbps burst 2k Our questions are : 1- How priority between classes are defined within HTB ? What parameter(s) do we n...
2002 Jun 06
1
parameter of htb
tc qdisc add dev eth0 root handle 1: htb default 12 tc class add dev eth0 parent 1: classid 1:10 rate 30kbps ceil 100kbps burst 2k tc class add dev eth0 parent 1: classid 1:11 rate 10kbps ceil 100kbps burst 2k tc class add dev eth0 parent 1: classid 1:12 rate 60kbps ceil 100kbps burst 2k tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 172.16.11.2 flowid 1:10 i login 172.16.11.2 and copy a large file from the server set traffic control. tc -s -d qdisc show dev eth0 qdisc htb 1 dev eth0 r2q 10 default 12 direct_packets_stat 0 Sent 3421019...
2017 Feb 15
1
Porting to Cypress PSoC 4
...esources), and would like to know the feasibility of stripping down the encoder to fit. I've been playing with the encoder configured with "--enable-fixed-point --disable-intrinsics". The end result I'm trying to get to is encoding a single 16kHz 16-bit LPCM channel to fit into ~60kbps, and I'd like to encode in real-time or better. The opus_demo compression with default setting is fantastic on my test audio - more than 12x, where I only need about 4x. Hopefully that means I have plenty of room to tweak so I can fit it in my limited resources. My resources: - 48MHz 32-...
2006 Sep 10
1
HTB and tc filter
...: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps ceil 100kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src flowid 1:10 tc qdisc add dev eth0 parent handle 20: pfifo limit 5 tc qdisc add dev eth0 parent handle 30: pfifo limit 5 tc qdisc add dev eth0 parent handle 40: sfq perturb 10 OK. but ... when I look the qdiscs...
2006 Sep 10
1
help with HTB and tc
...: htb default 12 tc class add dev eth0 parent 1: classid 1:1 htb rate 100kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps ceil 100kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src flowid 1:10 tc qdisc add dev eth0 parent handle 20: pfifo limit 5 tc qdisc add dev eth0 parent handle 30: pfifo limit 5 tc qdisc add dev eth0 parent handle 40: sfq perturb 10 OK. but ... when I look the qdiscs...
2006 Feb 24
4
why isn''t 1:1 getting the traffic? [filter question]
...io 0 rate 30kbps quantum 1500 tc qdisc add dev eth0 handle 10: parent 1:10 sfq perturb 10 tc class add dev eth0 classid 1:11 parent 1:1 htb prio 0 rate 70kbps ceil 100kbps quantum 1500 tc qdisc add dev eth0 handle 20: parent 1:11 sfq perturb 10 tc class add dev eth0 classid 1:12 parent 1:1 htb rate 60kbps ceil 100kbps quantum 1500 tc qdisc add dev eth0 handle 30: parent 1:12 sfq perturb 10 tc filter add dev eth0 parent 1:0 prio 1 protocol ip u32 \ match ip dst 10.0.16.10/32 \ flowid 1:1 Status after pinging 10.0.16.10 a few times (notice traffic on 1:2, but not on 1:1): qdisc htb 1...
2004 Sep 09
4
imq config
Dear all, I know this is not imq mailing list. But many of the users over here have done exactly what i want. Requirement:- I want to tight bound eth1 for 100 kbps but after i want to create many classes of 64 kbps or 50 kbps and others. But the total sum of classes is more than 100 kbps so my eth1 is not restrciting total bandwidth at 100kbps. According to search on google imq is the solution.
2004 Aug 06
1
OT: whats your opinion of ODDSOCK streamTranscoder?
On Thu, 13 Mar 2003, Brandon wrote: > Which format do you think sounds better at 64kbs: mp3, wma, or ogg? Vorbis 44.1khz stereo at quality 0.0 for me averages around 60kbps (would probably be higher if we didn't talk as much), and I think it's excellent. Not artifact free of course, but hey, it's 64kbps. The vorbis folks have a comparison page on the vorbis site which doesn't seem to be linked from the front page anymore hmmm. anyway, it allowed you...
2001 Mar 03
1
how low can it go... vorbis streaming
...100 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 test it with live streaming (I was not able to compile example). Are there any differences to the icecast 1.3.7 protocol (for the encoder side)? --- >8 ---- List arch...
2001 Mar 03
1
how low can it go... vorbis streaming
...100 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 test it with live streaming (I was not able to compile example). Are there any differences to the icecast 1.3.7 protocol (for the encoder side)? --- >8 ---- List arch...
2017 Mar 09
0
(no subject)
...> know the feasibility of stripping down the encoder to fit. I've been > playing with the encoder configured with "--enable-fixed-point > --disable-intrinsics". > > The end result I'm trying to get to is encoding a single 16kHz 16-bit LPCM > channel to fit into ~60kbps, and I'd like to encode in real-time or > better. The opus_demo compression with default setting is fantastic on my > test audio - more than 12x, where I only need about 4x. Hopefully that > means I have plenty of room to tweak so I can fit it in my limited > resources. > >...
2002 Sep 06
1
Examples from HTB home page...
...1:0 htb default 12 tc class add dev eth0 parent 1:0 classid 1:1 htb rate 100kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:10 htb rate 30kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:11 htb rate 10kbps ceil 100kbps tc class add dev eth0 parent 1:1 classid 1:12 htb rate 60kbps ceil 100kbps tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 1.2.3.4 match ip dport 80 0xffff flowid 1:10 tc filter add dev eth0 protocol ip parent 1:0 prio 1 u32 match ip src 1.2.3.4 flowid 1:11 ... chokes at the "tc filter add " with: RTNETLINK answers: Inva...
2004 Aug 04
10
htb and fw problems
Dear All, I''m using the kernel 2.6.6, iproute2-2.4.7.20020116, iptables v1.2.9, and gentoo. I have a leased-line 64 kbps. I can see the counter works in iptables, but in the htb, it doesn''t go to the right class (it always go to the default class). Any help will be appreciated here''s my htb conf #!/bin/bash tc qdisc del dev eth1 root tc qdisc add dev eth1 root
2006 Feb 22
0
mysterious rebounce in htb
...30kbps ceil 100kbps prio 0 tc qdisc add dev $DEV handle 10: parent 1:10 sfq perturb 10 # a/smtp tc class add dev $DEV classid 1:11 parent 1:1 htb rate 10kbps ceil 100kbps prio 0 tc qdisc add dev $DEV handle 20: parent 1:11 sfq perturb 10 # b tc class add dev $DEV classid 1:12 parent 1:1 htb rate 60kbps ceil 100kbps tc qdisc add dev $DEV handle 30: parent 1:12 sfq perturb 10 # qualquer coisa indo para a mapi8 cai na classe 1:1 tc filter add dev $DEV parent 1:0 prio 10 protocol ip u32 \ match ip dst $MAPI/32 \ flowid 1:1 # on 1:1: a/www -> 1:10 tc filter add dev $DEV parent 1:1 prio 5 protoc...
2004 Aug 06
3
OT: whats your opinion of ODDSOCK streamTranscoder?
At 01:02 AM 3/13/2003 -0500, you wrote: >Oddsock, how come you don't include the most compatable lame_enc.dll with >the windows streamTranscoder binary? because legally I cannot. Distribution of a mp3 encoder requires license fees to appropriate patent holders....one of the truly great things about ogg vorbis......no license fees :) oddsock <p>--- >8 ---- List archives:
2003 Aug 15
0
The woods never end with HTB
...0 tc filter add dev eth1 parent 1:0 protocol ip prio 200 handle 65537 fw classid 1:0005 To be specific, the host in class 1:0005 on eth1 downloads at the full 136Kbps on its own. As soon as any host in the 1:0004 class starts downloading, however, the bandwidth of the 1:0005 host drops to some 50-60Kbps. Is there something very obvious that I''m missing? Any light on this issue would be a great help. Regards, -- Raju -- Raj Mathur raju@kandalaya.org http://kandalaya.org/ GPG: 78D4 FC67 367F 40E2 0DD5 0FEF C968 D0EF CC68 D17F It is the...