Flvtool2 Installation
FLVTool2 can calculate a lot of meta data and insert a onMetaData tag. It can cut FLV files and add cue Points (onCuePoint)
- (In simple terms, flvtool2 reads cuepoints from the source flv file to help the Flash Player calculate progress indication, rewind and forward.)
1) Download and Extract Flvtool2
Log into ssh
# wget http://rubyforge.org/frs/download.php/17497/flvtool2-1.0.6.tgz
# tar -zxvf flvtool2-1.0.6.tgz
1a) *For Fedora Core/Centos Users* (via package manager)
# yum install ruby
2) Install Flvtool2
# cd flvtool2*
# ruby setup.rb config
# ruby setup.rb setup
# ruby setup.rb install
3) Webpage Installation
Using above method flvtool2 is usually isntalled at /usr/bin/flvtool2
Navigate to your http://yourattachmax.com/admin
In admin/servers tab, tick Use flvtool2
- Then enter path /usr/bin/flvtool2
Flvtool2 should be installed and working