mod_flvx – flv movies working with apache/apache2


Want to do some streaming of flv on your site? heres how!

cd /usr/local/src
wget http://people.apache.org/~pquerna/modules/mod_flvx.c
apxs -i -a -c mod_flvx.c

if apxs does not exist, then apxs2 should. If neither do then install the apache dev packages

Debian based distros use

apt-get install apache2-prefork-dev

The module load will automatically be created for you usually, just restart apache after its finished compiling

RedHat based distros may need to add the following into httpd.conf before restarting httpd

AddHandler flv-stream .flv

If you get stuck, just drop us an email at support.