Uncategorized
Install H264 Streaming Module for Apache & PHP on CentOS Server
February 10, 2016
0

Download & Install First:

$ 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
# make install

Edit /usr/local/apache/conf/httpd.conf
Add the following lines:

LoadModule h264_streaming_module /usr/local/apache/modules/mod_h264_streaming.so
AddHandler h264-streaming.extensions .mp4

Then restart your apache:

# /etc/init.d/httpd start

Make sure the module is loaded, you can check using command:

# /usr/local/apache/bin/apachectl -t -D DUMP_MODULES | grep h264_streaming_module

Now you can enjoy faster loading video on your site!

About author

ZERIN

CEO & Founder (BdBooking.com - Online Hotel Booking System), CEO & Founder (TaskGum.com - Task Managment Software), CEO & Founder (InnKeyPro.com - Hotel ERP), Software Engineer & Solution Architect

My Motivations Video(s)

Read more

MacOSX: Mojave Saas Install Error Fix

Building native extensions.  This could take ...

Read more

Composition: Rule of Thirds

Composition = Emphasis = The Key to take Strong Im...

Read more

There are 0 comments