Tag: mod_flv

  • 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,…