Displaying 20 results from an estimated 10000 matches similar to: "MAC address question"
2004 Dec 29
3
icecast2.2 and aac?
it seems that icecast 2.2 can only stream aac at 128kbps!
mp3 and ogg are ok at all bitrates.
is it a bug or my config wrong?
---------------------------------
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
-------------- next part --------------
An HTML attachment was scrubbed...
URL:
2004 Dec 29
2
icecast2.2 and aac?
Trying to get the LE version for months now, still treamguys can?t
deliver....
Regards,
Dennis Heerema
-----Original Message-----
From: "Greg J. Ogonowski" <greg@orban.com>
To: qiang Bao <jakobao@yahoo.com>, icecast@xiph.org
Date: Wed, 29 Dec 2004 11:08:04 -0800
Subject: Re: [Icecast] icecast2.2 and aac?
Icecast 2.2 works fine with AAC/aacPlus at any bitrate.
32kbps
2005 Jul 04
4
setting gateway in interfaces file
I tried to the new GATEWAY option in
/etc/shorewal/interfaces file but it didnt work. My
network setting consists of 2 ISPs line and i would
like to have eth0 to connect to for example,
192.168.15.254 while eth1 connected to 192.168.33.254.
I restarted shorewall and nothing is wrong. However,
the traffic still goes to the default gateway as shown
in "route -n" command. For example, i
2004 Dec 09
11
Asterisk@Home
I have started to receive a lot of positive response
for the Asterisk@Home project. For those of you
unfamiliar with this project the goal of Asterisk@Home
is to make a full featured version of Asterisk very
easy to install.
We have created a 1 step .iso that installs RHEL
(RedHat Enterprise Linux) and Asterisk. It includes a
web GUI that allows easy editing of the Asterisk
Config files.
2004 Dec 21
0
Help bridging 2 outbound IAX2 calls !
Hi All,
I have a multithreaded C program that uses * Manager
API to generate pairs of outgoing IAX2 calls
terminating on the PSTN using Voicepulse. (call A goes
out, and call B goes out)
Once the 2 calls are answered and a message is played,
I want to allow the 2 people to talk to each other.
I know I can send the 2 calls to a MeetMe room , but I
am looking for less CPU intensive
2004 Dec 10
1
Decoder performance
Hi all,
I'm thinking of using Speex for an embedded project. I
would only need the decode part. My question is what
percentage of the CPU is used on an optimized
(assembly will be done) SH4 or ARM7 or ARM9 speex
decoder running at 100Mhz.
Thanks,
Bolt
__________________________________
Do you Yahoo!?
Jazz up your holiday email with celebrity designs. Learn more.
2004 Dec 29
0
icecast2.2 and aac?
Dennis-
Orban Opticodec-PC LE is available now, as of last Tuesday, the release
date of Icecast2 v2.2.
StreamGuys is filling all orders now.
Thanks.
-greg.
At 12:53 2004-12-29, Dennis Heerema wrote:
>Trying to get the LE version for months now, still treamguys can?t deliver....
>
>Regards,
>
>Dennis Heerema
>
>-----Original Message-----
>From: "Greg J.
2004 Dec 15
0
Re: [S] using Hmisc and Design library
sorry, I had a typo there, it's datadist(b) for the
analysis of data frame "b".
--- Robert Balshaw <Robert.Balshaw at syreon.com> wrote:
> Not sure if this will help, but did you mean to use
> datadist(a) for
> the analysis of B?
>
> Rob
>
> > -----Original Message-----
> > From: r-help-bounces at stat.math.ethz.ch
> >
2005 Mar 24
4
MAC address verification limitation
hi there. There are approx. 400-500 users in our
network and we plan to insert all their MAC addresses
into maclist and bind them together with IP address.
My question is whether shorewall is able to process
that much of MAC addresses without slowing the the
network speed performance? thanks for your time.
__________________________________
Do you Yahoo!?
Yahoo! Small Business - Try our new
Samba share not working: getpwuid(1000) failed, Failed to finalize nt token & NT_STATUS_UNSUCCESSFUL
2019 Nov 26
3
Samba share not working: getpwuid(1000) failed, Failed to finalize nt token & NT_STATUS_UNSUCCESSFUL
I have a small home network with server and 5 clients all on an internal
LAN with private IPs.
Samba, Version 4.7.6-Ubuntu, file sharing is not working on the server
for any of the 5 clients. I have tried both mount.cifs and smbclient.
The same errors are thrown in the server's samba logs for all connection
attempts, regardless of how the client tries to connect: getpwuid(1000)
failed,
2007 Jul 26
1
Lohan the observable
Sorry, that name is a misnomer. However, I was excited to find that Ruby
has a built in Observable module and I''m pretty bored, so I apologize in
advance....
require ''observer''
# one who is observed
class Celebrity
include Observable
attr_accessor :name
attr_reader :is
def is=(val)
@is = val
changed
notify_observers(self)
end
end
# one who
2003 Aug 07
1
Sip Trunk config
incominglimit is already implemented for SIP. Just specify under the
endpoint how many incoming connections are allowed.
For example,
[cisco]
type=friend
username=cisco
secret=blah
nat=yes ; This phone may be natted
host=dynamic
canreinvite=no ; Cisco poops on reinvite sometimes
qualify=200 ; Qualify peer is no more than 200ms away
2003 Sep 11
1
Incoming calls from IAXTEL over NAT
Hey all,
I was playing around with IAXTEL last nite and have
outgoing calls working a treat. I'm sure I woke a few
people up in the US with my annoying test calls. :)
Anywayz, incoming calls are a different matter. I have a
NAT firewall my * box is sitting behind and the server
'appears' to have registered correctly with IAXTEL. Thing
is, when I try and call my 1700 number
2004 Aug 06
2
what happens to a client when a streams source dissapears
Heyas all,
I've had a good root round in the docs but cant seem to find an answer to
this:
2005 Jan 04
4
Scheduler Mechnisms!
Hello,
Normally, in addition to such qdisc scheduler mechanisms as FIFO, PQ, WRR, WFQ,
are there any more? Then, there is a confusion on scheduler in Linux enviroment:
Assume there is a qdisc, such as RED as a leaf qdisc in a router, we know, if
there is packet which want to enqueue the packet, the Function red_enqueue is
called, but when the packet leave the queue(when the Function red_dequeue
2004 Dec 13
3
Moving standard deviation?
Is there a simple function in R to get a moving standard deviation
(i.e. for the last x samples)?
My goal is to plot bollinger bands around a moving average for price
data. I use kernel smoothing for the moving average.
cheers and thanks!
over and out
-- doktora
2003 Sep 25
15
CDR Web Search Frontend
*This message was transferred with a trial version of CommuniGate(tm) Pro*
Hey all,
I've just done a quick (but functional) web front end for searching the
CDRs in a MySQL database. Anyone interested in trying it out? I'm
wondering what to add to it next.
So far you can seach using source, destination, CLI, channel and date
ranges. It also displays ALL fields in the database table.
2004 Sep 10
2
Large compression test
A large test I ran on flac 1.0 recently finished so I thought
I'd post the results. I took about 60 CDs, totalling around
30 gigs uncompressed, and compressed them all using all 10 of
flac's default compression modes (-0 through -9). The CDs are
of a wide variety of music; I think the only major genres not
represented are country and rap (freudian slip). Anyway, the
raw numbers:
Opt
2014 Jul 02
7
virsh blockcopy: doesn't seem to flatten the chain by default
Versions
--------
(Libvirt locally built from a recent git commit -ec7b922):
$ rpm -q libvirt-daemon-kvm qemu-system-x86
libvirt-daemon-kvm-1.2.6-1.fc20.x86_64
qemu-system-x86-2.0.0-1.fc21.x86_64
Test
----
[All images are qcow2 files.]
We have this simple chain:
base <- snap1
Let's quickly examine the contents of 'base' and 'snap1' images:
2004 Aug 06
1
Why doesn't yp.icecast.org show my stream?
Jack Moffitt <jack@xiph.org> writes:
> Now I see the problem. This will not cause anything to show up. You
> have no sources.
Eh?
-> sources
Listing sources
[Id: 509] [Sock: 14] [Time of connect: 18/Feb/2002:20:55:14] [IP:
205.147.43.110] [State: 1] [Type: pulling relay] [Proto: x-audiocast]
[Clients: 2] [Dumpfile/fd: (null)/-1] [Priority: 0] [Song Title: ] [Song URL: