look to see if
/usr/lib/httpd/modules/mod_h264_streaming.so
is a file and if so add the following lines to apache conf:
Code:
LoadModule h264_streaming_module /usr/lib/httpd/modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
then restart
/etc/init.d/httpd restart