Installing the streaming module can be a problem sometimes. This is a simple install guide which worked fine in a standard Cent5/cpanel server: cd /usr/src wget http://h264.code-shop.com/download/apache_mod_h264_streaming-2.2.7.tar.gz tar -xzvf apache_mod_h264_streaming-2.2.7.tar.gz cd mod_h264_streaming-2.2.7 ./configure –with-apxs=’which apxs’ make && make install add the following entries via vim /usr/local/apache/conf/httpd.conf add AddHandler h264-streaming.extensions .mp4 LoadModule h264_streaming_module /usr/local/apache/modules/mod_h264_streaming.so then… service…