Media Streaming (MP4 file streaming) with Apache2

#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 /apache_mod_h264_streaming-2.2.7

#./configure –with-apxs=`which apxs2`

#make

#make install

#LoadModule h264_streaming_module /usr/lib/apache2/modules/mod_h264_streaming.so

#AddHandler h264-streaming.extensions .mp4

#service apache2 restart

The file is attached below in case the main link goes down. The link to the original download location :  http://h264.code-shop.com/download/

Working on Apache/2.4.41 (Ubuntu) on day of writing.

 

apache mod h264 streaming v2.2.7

Leave a Reply