« 宣伝 | メイン | apach2で帯域制限 »
2010年04月22日
apache で mod_h264_streaming
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=`which apxs2`
make
sudo make install
LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4
http://h264.code-shop.com/trac/wiki/Mod-H264-Streaming-Apache-Version2
のページからのメモ
投稿者 muuming : 2010年04月22日 17:07