Build and Configuration H264 module for Apache

apache_mod_h264_streaming-2.2.7.tar

yum install httpd-devel 
yum install httpd mod_ssl

cd ~/mod_h264_streaming-2.2.5
./configure
make
sudo make install

vi /etc/httpd/conf/httpd.conf 
Add the line 
'AddHandler h264-streaming.extensions .mp4' 
after the line 
'LoadModule h264_streaming_module /usr/lib/httpd/modules/mod_h264_streaming.so' 
/etc/init.d/httpd start