- wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz
- tar -zxvf apache_mod_h264_streaming-2.2.7.tar.gz
- cd ~/mod_h264_streaming-2.2.7
- ./configure --with-apxs=`which apxs2`
- make
- make install
/etc/apache2/mods-enabled/mod_h264_streaming.load:
LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so AddHandler h264-streaming.extensions .flv AddHandler h264-streaming.extensions .mp4 AddType video/mp4 mp4