search for: 112kbit

Displaying 11 results from an estimated 11 matches for "112kbit".

Did you mean: 512kbit
2004 Aug 06
2
how much horsepower will i need for streaming?
...eaming relay network for the linux audio developer's conference #2 (http://www.zkm.de/lad), and i was wondering how much cpu power will be required on the master server. we need to record 2 48k stereo signals simultaneously and encode them into three streams each: 2x 54kbit/s 22k05 mono 2x 112kbit/s 48k stereo 2x 192kbit/s 48k stereo it would be very nice if the same box could handle the streaming to between 5 and 8 relay servers, so that we have only one single point of failure. how much cpu and memory do you think we'll need to be on the *very safe* side ? thanks in advance, jör...
2007 Mar 28
4
modprobe ifb
...el dev ifb0 root tc qdisc add dev $dev ingress tc filter add dev $dev parent ffff: protocol ip prio 10 u32 \ match u32 0 0 flowid 1:\ action mirred egress redirect dev ifb0 (1) tc qdisc add dev ifb0 root handle 1: htb default 1 (2) tc class add dev ifb0 parent 1: classid 1:1 htb burst 0 rate 112kbit Now I generate some traffic: $ scp user@host1:~/reallylargefile . reallylargefile 0% 64KB 12.4KB/s 7:52:29 and I get the expected results, if instead of htb I use something like RED, changing lines (1) and (2) with tc qdisc add dev ifb0 root handle 1: red limit 25600...
2005 Nov 02
1
HTB not shaping traffic
...ate 200kbit | tc class add dev eth0 parent 1:1 classid 1:30 htb prio 30 rate 149kbit | tc class add dev eth0 parent 1:20 classid 1:21 htb prio 21 rate 178kbit | tc class add dev eth0 parent 1:20 classid 1:22 htb prio 22 rate 178kbit | tc class add dev eth0 parent 1:30 classid 1:31 htb prio 31 rate 112kbit | tc class add dev eth0 parent 1:30 classid 1:32 htb prio 32 rate 112kbit | | for i in 10 21 22 31 32; do | tc qdisc add dev eth0 parent 1:$i handle $i: sfq perturb 10 | done The rest of the script are filters and a trivial ingress policer.
2024 Mar 20
1
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
...s on that one, > and send the new traffic there? Generally you can just run any number of servers in a cluster. Often with a single or double layer master-slave setup (to also add redundancy on the source side). Most of the time the network is the bottle neck. For example for 10k listeners at 112kbit/s you need something between 1.5Gbit/s and 2.5Gbit/s of network connectivity. You also want to take into account that at times you want to maintain your cluster. Or you might also be hit by some bad luck and some part of your cluster goes down. You may also want to spread your load geographically...
2004 Aug 06
0
how much horsepower will i need for streaming?
...> developer's conference #2 (http://www.zkm.de/lad), and i was wondering > how much cpu power will be required on the master server. > > we need to record 2 48k stereo signals simultaneously and encode them > into three streams each: > > 2x 54kbit/s 22k05 mono > 2x 112kbit/s 48k stereo > 2x 192kbit/s 48k stereo > > it would be very nice if the same box could handle the streaming to > between 5 and 8 relay servers, so that we have only one single point of > failure. > > how much cpu and memory do you think we'll need to be on the *very saf...
2004 Jun 13
1
[Help] IMQ download traffic is duplicated !?
...320 class htb 1:1 root rate 192Kbit ceil 192Kbit burst 1844b/8 mpu 0b cburst 1844b/8 mpu 0b level 7 Sent 114857 bytes 2209 pkts (dropped 0, overlimits 0) rate 2658bps 51pps lended: 0 borrowed: 0 giants: 0 tokens: 59900 ctokens: 59900 class htb 1:10 parent 1:1 leaf 10: prio 0 quantum 1433 rate 112Kbit ceil 192Kbit burst 1742b/8 mpu 0b cburst 1844b/8 mpu 0b level 0 Sent 114857 bytes 2209 pkts (dropped 0, overlimits 0) rate 2658bps 51pps lended: 2209 borrowed: 0 giants: 0 tokens: 96857 ctokens: 59900 class htb 1:2 root rate 80Kbit ceil 192Kbit burst 1701b/8 mpu 0b cburst 1844b/8 mpu 0b level...
2024 Mar 20
2
Education - 1, 000s, 100, 000's, Millions of listeners. (What kind of infrastructure)
Hello everyone. This is something I am interested in learning more about. Let's say you have an audience of (what is in the subject line.) What kind of infrastructure do you need for Icecast? I asked a similar question about the liquidsoap group. In Windows and Linux web servers, we can create a forest for our web servers. Send traffic to different servers to even the workload. Can we do
2004 Aug 06
2
Transcoding from icecast2->icecast2 results in "garbage"
On 4 May 2003 at 10:49, Geoff Shang wrote: > I have done this in the past, though it was a few months back. First > thing to check - you need to change all occurances of > "application/x-ogg" to "application/ogg". These are in liboddcast.cpp > and transcurl.cpp. Change these and recompile. This is almost > certainly your problem, as streamTranscoder is
2004 Dec 20
2
ogg123 and Vorbis piped to stdin
Moin, Two questions I have. Actually, the first isn't so much a question. It seems that `ogg123' is not able to play streams from stdin, at least not for me on FreeBSD. It also seems that with the patches way down below, it can play from stdin for me -- I handle stdin like http-transport and return the same values for seeking and the like, to avoid calls that fail, and so it works,
2018 Apr 02
5
NAT and Playlist Question
Brief backstory, previous admin is gone and the previous server died. What I could gather was it may have been running Icecast. I setup Icecast on a new CentOS 7 server and the server sits behind a firewall. The links from the users web site points to and internal address for internal users and an link to an external address. I created a listen.pls playlist with the following: [playlist]
2005 Feb 16
10
VOIP Challenges...
Greetings - I''m new to QoS, so please be gentle (and yes, I''ve RTFM, though I don''t understand every bit of it) Here''s the thing; I''ve tried several scripts--simple and complex--for classifying my Vonage traffic into a high-priority queue, but no matter what I do it doesn''t seem to work. Right now I''m using the HTB script