Araku gets refurbished.
Archive for January 28, 2007
20070127103716.jpg
Vitelity Communications, LLC Out for the Count
UPDATE3
I have now lodged my complaint of fraud and extortion with the FBI.
end of update
UPDATE2
So now I find out that not only has Vitelity tried to extort money out of my – the have fraudulently recorded an account close request. They allege that I requested on the first of this month to close my account. The amusing thing about this is that I can not believe a company would accept this type of account action over the phone without recording it or being able to evidence it, and secondly – I didn’t make the request.
end of update
UPDATE1
Well, it seems that Vitelity still exist – they just don’t like answering their phones or email. Out of the four emails I have sent them – they have only responded to my query about them being insolvent – and have not addressed the other emails I sent asking for my account to be re-enabled.
I have found out why I was turned off – they have alleged that I asked for my account to be closed. Which of course I never did – so they will obviously not be able to prove. I guess this is another BBB complaint.
end of update
Well, it seems like Vitelity Communications, LLC has disappeared into the ether… taking with them my, and I am assuming a lot of other peoples money.
In July of 2006, Vitelity became one of the larger VoIP players when they purchased Sixtel Communications, Inc and Exgn, LLC. Vitelity is also known as IAX.cc
All attempts to contact JD Gilson, Vitelity’s Chief Operations Officer, have failed as they are no longer answering their phones or email. At the moment it is pure speculation as to whether they are in chapter 11, bankrupt, in liquidation or have just been abducted by aliens.
For those of you wanting to know how to potentially get in contact with Vitelity (or whatever is left) their address is:
7900 East Union Avenue
Suite 1100
Denver, CO 80237
Telephone: (800) 995-3946
Fax: (570) 894-9060
Vitelity are a member of the Better Business Bureau BBBOnLine Reliability Program, and their details are here.
Building ffmpeg on OS X
This is by no measure an authoritative guide to building ffmpeg for OSX (including XServes) but it was how I got it done. I could not use the binary that is floating around because (although it says it does) it does not support 3gpp.
You must have subversion installed, a good SubVersion installer for OS X is at codingmonkeys.
Building ffmpeg
Prerequisites
curl -O http://download.videolan.org/pub/videolan/libdca/0.0.2/libdca-0.0.2.tar.gz
tar zxvf ./libdca-0.0.2.tar.gz
cd libdts-0.0.2/
./configure
make
sudo make install
cd ..
curl -O http://kbs.cs.tu-berlin.de/~jutta/gsm/gsm-1.0.12.tar.gz?
tar zxvf ./gsm-1.0.12.tar.gz
cd gsm-1.0-pl12/
vi Makefile
sudo make install
curl -O http://downloads.xiph.org/releases/ogg/libogg-1.1.3.tar.gz?
tar zxvf libogg-1.1.3.tar.gz
cd libogg-1.1.3
./configure
make
sudo make install
cd ..
curl -O http://downloads.xiph.org/releases/vorbis/libvorbis-1.1.2.tar.gz?
tar zxvf ./libvorbis-1.1.2.tar.gz
cd libvorbis-1.1.2
./configure
make
sudo make install
cd ..
#curl -O http://downloads.xvid.org/downloads/xvidcore-1.1.2.tar.gz?
#tar zxvf xvidcore-1.1.2.tar.gz
#cd ./xvidcore-1.1.2/build/generic
#./configure
#make
#sudo make install
#cd ../../..
/usr/local/bin/svn co svn://svn.videolan.org/x264/trunk x264
cd x264/
./configure
make
sudo make install
cd ..
#(NOTE the tar file below has a broken configure file. Hopefully by the time this needs to be done again it will be fixed. If it is not – you will need to edit the ./configure file once it is built – just after the autoconf command. Open .configure with vi and find the line that starts with ac_config_files= you will see some misrepresented line feeds – fix them and you are set.)
curl -O http://nchc.dl.sourceforge.net/sourceforge/faac/faac-1.25.tar.gz?
tar zxvf ./faac-1.25.tar.gz
aclocal -I .
autoheader
glibtoolize –automake
automake –add-missing
autoconf
./configure –with-mp4v2
make
sudo make install
cd ..
#(NOTE way to make my life difficult – this installer is broken too)
curl -O http://nchc.dl.sourceforge.net/sourceforge/faac/faad_src_20020104.tar.gz?
mkdir faad
cd faad
tar zxvf ../faad_src_20020104.tar.gz
aclocal -I .
autoheader
glibtoolize –automake
automake –add-missing
autoconf
./configure
make -j2
sudo make install
cd ..
#Download from SVN
/usr/local/bin/svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg
cd ffmpeg/
#Install the stuff for 3gpp transcoding to work
curl -O http://www.3gpp.org/ftp/Specs/archive/26_series/26.073/26073-510.zip?
unzip ./26073-510.zip
rm -f 26073-510.doc
mkdir libavcodec/amr
cd libavcodec/amr
unzip ../../26073-510_ANSI-C_source_code.zip
cd ../..
rm -f ./26073-510.zip ./26073-510_ANSI-C_source_code.zip
curl -O http://www.3gpp.org/ftp/Specs/archive/26_series/26.104/26104-510.zip?
unzip 26104-510.zip
rm -f 26104-510.doc
mkdir libavcodec/amr_float
cd libavcodec/amr_float
unzip ../../26104-510_ANSI_C_source_code.zip
cd ../..
rm -f ./26104-510.zip ./26104-510_ANSI_C_source_code.zip
curl -O http://www.3gpp.org/ftp/Specs/archive/26_series/26.204/26204-510.zip?
unzip ./26204-510.zip
rm -f ./26204-510.doc
mkdir libavcodec/amrwb_float
cd libavcodec/amrwb_float
unzip ../../26204-510_ANSI-C_source_code.zip
cd ../..
rm -f ./26204-510.zip ./26204-510_ANSI-C_source_code.zip
#configure
./configure –enable-pp –enable-swscaler –enable-a52 –enable-dts –enable-faac –enable-faadbin –enable-libgsm –enable-mp3lame –enable-libogg –enable-vorbis –enable-x264 –enable-amr_nb-fixed –enable-amr_nb –enable-amr_wb –enable-amr_if2 –enable-gpl
#and then install
make
sudo make install
Seriously now…
Do not get me wrong – I love Apple Inc. They are the bestest in the whole wide world. There are some things though that I think they need to sort out if they are going to be taken seriously in some markets that they are trying to get in to.
The problem that I am having at the moment is getting net-snmp to work on apple machines. Yes, every Apple box running OS X 10.4 has snmp on it already. I thought this would be great. The problem is though there is a serious bug on it, if you call certain MIB’s more then a couple of times, the daemon will jump too 100% CPU utilisation and just sit there… for ever.
I would love to raise a support case with apple – but for $195 per incident – to tell them that there is a bug with there own OS, I kinda think that is just plain rude. So I turned to the net-snmp developers. They don’t support the version of net-snmp bundled with apple boxes because it is too old.
So I then decided to move to the most recent version of net-snmp direct from the source. This doesn’t currently compile on an OS X box. And the net-snmp people are far from helpful about that – apparently because it is OS X.
To cut a long story short (there are other things that I have tried, many patches, compile options, older versions etc), as far as I can see at the moment there is no working snmp daemon / agent for OS X. Which makes it bloody hard to monitor these machines in anything remotely resembling an enterprise environment.
I am now lost as to why Apple would make and market servers, but not equip them with even the most elementary tools that they would need to go into a server farm. It is also annoying to me that they don’t seem to want to provide any support for their operating system. When it retails for $999 you expect at least some support!
iWhat? Perhaps iInternetPDACellPhonePod
It would appear that Apple has picked a fight that many legal commentators are saying can not be won. As I said yesterday, I thought it strange that Apple would choose to name their new portable device the iPhone as Cisco owns the trademark on it.
When Steve Jobs announced it, Apple and Cisco were in negotiations to allow the use of the iPhone name, with both companies working to ensure that the devices were inter-operable, and that from a marketing point of view there was a clear separation of the devices in the eyes of the end users. Jobs decided differently…
Originally the Trademark of Infogear Technology, Cisco purchased that company and all their IP in 2000 – inheriting the iPhone trademark. The registration of the iPhone trademark dates back to 1996, predating all of the iApple products.
It was amusing to see that in the keynote Jobs made such a point of the patents on the iPhone, clearly displaying his perceived importance of intellectual property.
Apple and the iPhone… finally
Even though they don’t even own the name (Cisco does) Apple have just announced their new iPhone. It is an Internet Communicator, Wide Screen iPod and Telephone all in one… and it runs OS X. The iPhone will ship in the U.S. in June, in Europe in the fourth quarter and in Asia in 2008.
More in the Keynote address here…
Donald Rumsfeld Highlights
Born July 9, 1932 – Rumsfeld has had some interesting media appearances. This is a compilation of a few of them.
Thank-you Paul
Trying to stop us going too far
Well, the wacky warning contest has been fought and won for another year. This years winner was a Coin-operated-laundry owner who submitted a warning from his front loader washing machines. The manufacturer placed warning reads “Do not put any person in this washer“.
Other winners of the contest were “Never use a lit match or open flame to check fuel level.”, “Don’t try to dry your phone in a microwave oven.” and “Please do not use this directory while operating a moving vehicle.”
Born out of a concern that there are too many people suing (and unfortunately winning) for their own stupidity the Wacky Warnings site holds a contest each year to find the most ridiculous warnings fitted to products, generally born out of the manufacturers concern over being sued.
With cases like Dederer v Roads and Traffic Authority in Australia where then 14 year old Phillip Dederer jumped off a bridge that had signs saying do not jump, and then succeeded in wining his litigation against the RTA as an example, it is no wonder that sites like Wacky Warnings are popping up.



