Displaying 13 results from an estimated 13 matches for "320kbit".
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 please enlight me?
regards Martin
--
----------------------------------------------------------------
/"\
\ / ASCII Ribbon Campaign
X Against HTML Mail...
2006 Sep 16
1
Wondershaper Errors
...rioportsrc
+ NOPRIOPORTSRC=
+ /usr/sbin/xmlstarter setenv tc_noprioportdst
+ NOPRIOPORTDST=
+ [ ppp0 = status ]
+ [ ppp0 = stop ]
+ tc qdisc del dev ppp0 root
+ tc qdisc del dev ppp0 ingress
+ tc qdisc add dev ppp0 root handle 1: htb default 20
+ tc class add dev ppp0 parent 1: classid 1:1 htb rate 320kbit burst 6k
+ tc class add dev ppp0 parent 1:1 classid 1:10 htb rate 320kbit burst
6k prio 1+ tc class add dev ppp0 parent 1:1 classid 1:20 htb rate
288kbit burst 6k prio 2+ tc class add dev ppp0 parent 1:1 classid 1:30
htb rate 256kbit burst 6k prio 2+ tc qdisc add dev ppp0 parent 1:10
handle 10: sfq...
2004 Aug 06
0
Problem with Streams > 160KBit/s
...t;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.
Have you tried to change the sleep_ratio value in the icecast.conf file to 0?
I hade to change that to stop the stuttering when streaming 320Kbit/s mp3
over my local 10Mbit LAN.
Im using ices-0.0.1.beta5 and icecast Ve...
2009 May 06
3
Newbie question: Poor transmission quality
I am using Icecast2 with Ezstream, sending a playlist of mp3s. The signal
quality is fine over my home network; but out on the internet it is poor,
with frequent interruptions and losses of connection.
I would like to know which of the following two conditions, if any, can be
causing the problem. First, I have a dsl internet service, with only 160k
upload capacity. Second, my home network is
2004 May 09
3
prerouting does not effect filtering
...lterrules seems to ignore the marks set with
PREROUTING
Only POSTROUTING marks are accepted.
First my configuration
I have a router connected to the internet via ADSL over interface ppp0.
eth0 is a tunnel to ppp0 and eth1 serves the LAN.
LAN is 192.168.57.0/24 on 10Mbit
ppp0 is 80.126.16.44 on 320Kbit upstream and 2048Kbit downstream
These are the kernel/programs involved:
Kernel 2.4.20 (Suse 8.2)
iproute version 2.4.7
iptables version 1.2.7a
Underneath the HTB script and a snapshot of the iptables script. The HTB
script is executed on the beginning of the iptables script.
># Configure...
2005 Dec 04
3
Shaping per machine
I''m trying to shape each machine on an interface to 256k each, but I''m
getting stuck and only able to shape an entire interface to 256k. What
should I be doing differently here?
tc qdisc del dev eth0 root
tc qdisc add dev eth0 root handle 1: htb default 10
tc class add dev eth0 parent 1: classid 1:1 htb rate 100MBit ceil 100MBit
tc qdisc add dev eth0 parent 1:10 handle 110:
2004 Aug 06
0
Problem with Streams > 160KBit/s
...>
> 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 please enlight me?
I have Icecast streaming 192 kbit/sec, layer II though.
It's at http://cleo.rug.ac.be:8000/mix
it streams out of a FIFO, and apart from the fact that the backend
programm...
2009 May 08
0
Newbie question: Poor transmission quality
...the following two conditions, if any, can be
> causing the problem. First, I have a dsl internet service, with only 160k
> upload capacity. Second, my home network is connected to the dsl modem through
> a router.
>
OK. It IS network problems.
- Let me guess, some of the files are 320kbit/s and you don't reencode?
- do the math - not enough bandwidth -> fail
- Or if you reencode to a certain bitrate it probably is 128k or higher
- The intartubez are not quality guaranteed. The path from A to B might
not get all the bandwidth it needs. Or simply your upstream bandwidth is...
2004 Aug 04
10
htb and fw problems
...0
tokens: 320599 ctokens: 165400
class htb 1:30 parent 1:1 leaf 30: prio 2 rate 64Kbit ceil 88Kbit burst 1680b cburst 1711b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 210124 ctokens: 155635
class htb 1:40 parent 1:1 leaf 40: prio 1 rate 184Kbit ceil 320Kbit burst 1834b cburst 2008b
Sent 0 bytes 0 pkts (dropped 0, overlimits 0)
lended: 0 borrowed: 0 giants: 0
tokens: 79781 ctokens: 50224
class htb 1:80 parent 1:1 leaf 80: prio 4 rate 64Kbit ceil 80Kbit burst 1680b cburst 1701b
Sent 58744 bytes 152 pkts (dropped 0, overlimits 0)
rate 3Kbit 1pps
l...
2005 Mar 15
1
Traffic Shaping multiple incoming broadband sources?
...s add dev eth0 parent 1:0 classid 1:1 htb rate 512kbit quantum 1500
tc filter add dev eth0 parent 1:0 protocol ip prio 1 handle 0x04 fw flowid 1:1
tc class add dev eth0 parent 1:1 classid 1:110 htb rate 168kbit ceil 224kbit prio 1 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:120 htb rate 320kbit ceil 448kbit prio 2 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:130 htb rate 16kbit ceil 224kbit prio 3 quantum 1500
tc class add dev eth0 parent 1:1 classid 1:140 htb rate 64kbit ceil 96kbit prio 4 quantum 1500
tc qdisc add dev eth0 parent 1:110 handle 110: sfq perturb 10
tc qdisc add...
2004 Jul 23
2
marking and shaping outbound passive ftp traffic
Will the following rules work to mark and shape OUTBOUND ftp speed
(passive ftp ports 50000-60000) on my linux server?
I want to be able to run these commands on the actual computer that is
running the ftp server.
iptables -t mangle -N MYSHAPER-OUT
iptables -t mangle -I POSTROUTING -o eth0 -j MYSHAPER-OUT
iptables -t mangle -A MYSHAPER-OUT -p tcp --dport 50000:60000 -j MARK
--set-mark 1
tc
2004 Sep 23
2
random playing order and forum location question
...onfigure multiple mount points
correctly based on local m3u files and play in random order in the different
channels. So I've written a socket server that parses a .m3u file and start
to send brutally the mp3 files in random order, infinitively. (constantly
40kbyte/sec speed, this is the max of 320kbit/s. I don't calculate any
bitrate, nothing at all, and as simple as possible.) I don't send headers,
nothing fancy things only the pure bytes. Receiver also exists, but cannot
play at all. Now I'm looking for how can I write winamp plugin to receive my
own mp3 stream bytes and pass to th...
2007 Sep 01
9
complete linux and shaping newbie needs help
...nstalled on an old computer (Winchip C6, Pentium clone),
acting as a router/firewall for two other computers. Both these
machines are connected to the firewall via a dedicated ethernet card
each, on different subnets, 192.168.0.7 (eth1) and 192.168.10.3
(eth2). Internet connection (eth0) is a 3Mbit/320Kbit cable modem. The
firewall box is configured with iptables, like this:
# iptables -t nat -A POSTROUTING -o eth0 -j MASQUERADE
# iptables -A FORWARD -i eth1 -j ACCEPT
# iptables -A FORWARD -i eth2 -j ACCEPT
At this point I have to stress out that I am a complete
networking/shaping newbie. I'...