Displaying 12 results from an estimated 12 matches for "badwidth".
Did you mean:
bandwidth
2007 Mar 23
3
SIP/IAX peers UNREACHABLE and audio loss
...ns days
without regularity.
The days in wich i see a lot of messages are exactly the days with
most of complaint about audio loss
I just noticed that timestamps of the logs (REACHABLE / UNREACHABLE)
are quite always during business hours, this makes me think at somewhat
related to load (cpu load, badwidth load, calls load, etc...)
But, looking at hardware specs of our lan, servers and average load I
don't think they are over-stressed.
Our servers are all:
2 x Intel(R) Xeon(TM) CPU 3.20GHz
1 GB RAM
2 x IDE HDDs Software RAID 1
Asterisk 1.2.13 with res_perl
Gentoo Linux
Some of them has a Sango...
2010 May 25
2
Stream pushing ?
Hi !
Is there any way to have stream pushing from an icecast server to another ?
Of course, it can be easily done with a third party app but could be useful if
embedded in the server part...
Thx,
Guillaume
(sorry for the first wrong thread)
2004 Aug 06
1
protocol description
...And the client (listener) protocol is the same.
Ah! so maybe my program already supports it...
Ok, what it does is the following:
the proxy connects to a server
clients can then connect to the proxy and will get the audio from that
server. so multplie clients can have audio from a source with the
badwidth-usage of only of client.
of course, the proxy only connects when there are clients and also
disconnects when no clients are listening anymore.
<p>Folkert van Heusden
+--------------------------------------------------------------------------+
| UNIX sysop? Then give MultiTail ( http://www.v...
2004 May 23
1
limiting bandwidth on a sequence of ports.
...nections with a FLAG 20, which I assign through
iptables to every conection with destination network 172.16.0.1/16.
# So far so good
tc filter add dev $DEV parent 1:0 protocol ip prio 1 handle 20 fw flowid
1:1
iptables -A OUTPUT -t mangle -o $DEV -d $NET -j MARK --set-mark 20
# Now I want to limit badwidth for connections between the client (which
is running iptables here) and the internet in ports 6881:6999
# So I flag connections with source not in the private network, and
ports 6881:6999 with flag 21, and have an ingress qdisc created with id
ffff:0
tc qdisc add dev $DEV handle ffff: ingress
ipta...
2003 Feb 26
7
XFS vs. ext3
(Sorry for cross-posting; I'm not on either ext3-users or
linux-xfs, but I thought both lists might find this interesting.
CC me with any replies or questions. Thanks.)
(The last four paragraphs contain the interesting bits.
Basically, XFS hath kick-ed the *ss of ext3 under conditions
that are, for our company, critical.)
Some listees might be interested in some testing I did the other
2004 Aug 06
1
icast2 SAM2
...edia - and then comes
back
> as cannot find media. Again going to http://192.168.0.3:8000/C100.m3u
works
> fine on the LAN.
>
> Can someone please help me broadcast out to the net
>
> BTW I have a 512K DSL connection and I know that I probably wont get lots
of
> listners on the badwidth, but I was hoping for at least 1 or 2
>
>
>
>
>
--- >8 ----
List archives: http://www.xiph.org/archives/
icecast project homepage: http://www.icecast.org/
To unsubscribe from this list, send a message to 'icecast-request@xiph.org'
containing only the word 'unsubscrib...
2010 May 25
0
Stream pushing ?
...ed, Icecast can only "pull" a stream from other
Icecasts. And Karl's branch (I'm not sure about the trunk codeline as of
today) can pull on demand, so only if you have connected listeners the
stream is pulled from the source server, thus saving bandwidth (but who
needs to save badwidth nowadays, huh? ;-).
The functionality is called relaying, and it's configured using <relay>
tags in the config XML. On-demand relaying can be turned on or off using
<on-demand>1 (or 0)</on-demand> in the <relay> section.
It's very long since I've been using I...
2003 Oct 27
2
BOTH UAs behind same FW/NAT
hello,
can anybody help me with folloving problem
I have asterisk with the public IP and two UAs (snom100, x-lite) in the
same private network behind the same FW/NAT.
All is working good, but whan I tried to establish call between these
two UAs, first 10-15 second is nothing to hear and then is the quality
terrible :(
Can anyone tell how to get it work with normal quality ?
best regards
2005 May 09
3
how to guarantee 1/numflows bandwidth to each flow dynamically
I am looking for a simple way to guarantee to each flow
going through my traffic control point 1/numflows of
bandwidth. I thought using SFQ would do this effectively
but it appears to be quite unfair: a very high speed
download that fills the pipe easily starves smaller flows to
the point where it becomes unusable (especially if they are
at all interactive)
Because numflows is dynamic,
2004 Aug 06
3
protocol description
Hi,
Do you have any documentation on the protocol used by the icecast-server?
I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would
also like to convert it for icecast-sessions. This shoutcastproxy makes it
possible to listen with a couple of people to a session while only 1 is
retrieved from a shoutcastserver
(http://www.vanheusden.com/shoutcastproxy/).
<p>Folkert van
2004 Aug 06
3
protocol description
Hi,
Do you have any documentation on the protocol used by the icecast-server?
I wrote a tool for multiplexing (proxying) shoutcast-sessions and I would
also like to convert it for icecast-sessions. This shoutcastproxy makes it
possible to listen with a couple of people to a session while only 1 is
retrieved from a shoutcastserver
(http://www.vanheusden.com/shoutcastproxy/).
<p>Folkert van
2006 Jan 08
2
HTB - not borrowing, not exceeding rate
....---------------------------------.
| 1:1 rate = ceil = link bandwidth|
`---------------------------------''
| |
.--------------------. .-------------------------.
| 1:6666 p2p traffic | | 1:6667 Internet traffic |
| low priority in | | high prioriy in |
| badwidth sharing: | | bandwidth sharing: |
| ceil =~ from 1:1 | | ceil =~ from 1:1 |
| rate = small | | rate = (from1:1)-1:6666 |
`--------------------'' `-------------------------''
|
+-- 1:2 user rate=1kbit ceil=256kbit...