View Single Post
Old 02-16-2012, 10:58 AM  
plsureking
bored
 
plsureking's Avatar
 
Industry Role:
Join Date: Aug 2003
Location: PORNCMS.com
Posts: 4,714
unhelpful reply alert

i hate it when that happens.

ok, now helpful reply:
yum uninstall httpd and httpd-devel and do it again.
you should have a proccess written down on how to recover/restore a system before you start playing with it.

apache streaming is easy.

Code:
yum -y install httpd-devel
yum -y install httpd mod_ssl
cd /usr/src
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
make
sudo make install
then add this to the bottom of httpd.conf
Code:
LoadModule h264_streaming_module /usr/lib/httpd/modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
slightly different for 64-bit system..
#
__________________
#
plsureking is offline   Share thread on Digg Share thread on Twitter Share thread on Reddit Share thread on Facebook Reply With Quote