Apache快速安裝H264流媒體支持MP4-H264邊下邊播

 

cd /tmp

wget http://people.apache.org/~pquerna/modules/mod_flvx.c

/opt/apache2/bin/apxs -i -a -c mod_flvx.c

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=/opt/apache2/bin/apxs

make

make install

vi /opt/apache2/conf/httpd.conf

//add to httpd.conf:

LoadModule h264_streaming_module mod_h264_streaming.so

LoadModule mod_flvx.so

AddHandler h264-streaming.extensions .mp4

AddHandler flv-stream .flv

//end

httpdkill

httpdstart

發表評論
所有評論
還沒有人評論,想成為第一個評論的人麼? 請在上方評論欄輸入並且點擊發布.
相關文章