« Timer with a pause and resume | Home

October 4, 2009

How to install: flvtool2, flvtool++ and yamdi under Centos

Last week we had the need to test out flvtool2, flvtool++ and yamdi to see which one suited best for us. Today i thought it would be cool to show you a step by step on how to install them under Centos (the OS we use and recommend for servers).

We always install centos without any packages. We download the first centos cd installer and uncheck all the packages on the graphical installer.

Now onto the important part, all commands are run by root user.

flvtool2

  1. yum install wget gcc make ruby
  2. cd /usr/local/src
  3. wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
  4. tar zxf flvtool2-1.0.6.tgz
  5. cd flvtool2-1.0.6
  6. ruby setup.rb config
  7. ruby setup.rb install
  8. flvtool2 --help

flvtool++

  1. yum install wget boost-devel gcc gcc-c++
  2. rpm -ivh ftp://194.199.20.114/linux/sourceforge/s/sc/scons/scons-1.2.0-1.noarch.rpm
  3. mkdir flvtool++
  4. cd flvtool++
  5. wget http://mirror.facebook.net/facebook/flvtool++/flvtool++-1.2.1.tar.gz
  6. tar zxf flvtool++-1.2.1.tar.gz
  7. scons
  8. mv flvtool++ /usr/bin/
  9. flvtool++

yamdi

  1. yum install wget
  2. wget http://downloads.sourceforge.net/project/yamdi/yamdi/1.4/yamdi-1.4.tar.gz?use_mirror=ufpr
  3. tar zxf yamdi-1.4.tar.gz
  4. cd yamdi-1.4
  5. gcc yamdi.c -o yamdi -O2 -Wall
  6. mv yamdi /usr/bin/
  7. yamdi -h

From our tests we find out yamdi was the best option for what we needed. What is the best option for you?

--fernando

About this Entry

This page contains a single entry by fernando published on October 4, 2009 10:38 AM.

Timer with a pause and resume was the previous entry in this blog.

Find recent content on the main index or look in the archives to find all content.