Installing Mod_h264 on Cpanel/WHM

Mod_h264 is a plugin is requirement of video website to stream high quality mp4 videos on their website.   Use of It: Timeshifting seek Enable your viewers to immediately jump to any part of the...

One Min Read
324 Views

Mod_h264 is a plugin is requirement of video website to stream high quality mp4 videos on their website.

 

Use of It:

Timeshifting seek

Enable your viewers to immediately jump to any part of the video regardless of the length of the video or whether it has all been downloaded yet.

Virtual video clips

You have really long video clips and you don’t want to re-encode them into smaller parts? We also support ‘virtual video clips’, so you can specify to only playback a part of the video or create download links to specific parts of the video.

Today I will show you all how to install mod_h264 on cpane/whm

 

How to Install:

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
sudo yum install httpd-devel
sudo yum install httpd mod_ssl
cd ~/mod_h264_streaming-2.2.7
./configure
make
sudo make install
sudo vi /usr/local/apache/conf/httpd.conf
Add the line
‘AddHandler h264-streaming.extensions .mp4’
after the line
‘LoadModule h264_streaming_module /usr/lib/httpd/modules/mod_h264_streaming.so’
sudo /etc/init.d/httpd start

As soon as the Apache restart mod_h264 will start working on your server. If you have any issue, fell free to contact us anytime

Exit mobile version