Featured Posts

GoAccess is an interactive and website / web-server log analyzer tool currently better than the ApacheTop interface. It provides fast and valuable HTTP statistics for system administrators that require a visual...

Readmore

AjaxMyTop AjaxMyTop is a Web-based tool featuring an AJAX user interface for monitoring a MySQL server. Installing and configuring is fairly simple which you can done it within 2 minutes. [caption id="attachment_587"...

Readmore

Mod_spin is a content handler and/or a filter, meaning, for a specified file extension, mod_spin will read the file (or other input), parse it into an Abstract Syntax Tree (AST) and then replace the occurrences...

Readmore

Server Monitoring using DSTAT DSTAT an excellent tool which combines the overall stats of vmstat, iostat, netstat and ifstat. Dstat allows us to view all of the system resources in the real-time including the network bandwidth, network...

Readmore

BWM-NG Monitoring Network Bandwidth and Disk I/O using BWM-NG BWN-NG (Bandwidth-NG) is old and simple tool to monitor the bandwidth and disk I/O including the RAMdisk usage, this tool really helps the...

Readmore

  • Prev
  • Next

mod_flvx

Posted on : 13-08-2010 | By : admin | In : CPanel / WHM

Tags:

0

Apache FLV streaming using mod_flvx :


Why mod_flvx ?

Mod_flvx was coded by Paul Querna which allows people to skip boring parts or see video ending without loading the whole file (saves a lot of bandwidth). The default apache does not support this feature so we need to install mod_flvx to enable it. Lighttpd comes with the mod_flv_streaming module inbuild and that why people go for apache + lighttpd (as backend to serve flv files) to boost up their video streaming.

Pre-request :

You need to have apache 2.x or 2.2.x version installed in your server (unfortunately it wont work with apache 1.x version), also with httpd-devel rpm which has the apxs  and a pseudo-streaming compliant Flash player Flowplayer .

Installing mod_flvx :

  • Download the mod_flvx from http://people.apache.org/Epquerna/modules/mod_flvx.c in any of your src directory.
  • cd /usr/src
  • wget http://people.apache.org/%7Epquerna/modules/mod_flvx.c
  • which apxs (to check the location of apxs binary)
  • /usr/bin/apxs -cia mod_flvx.c
  • apxs will setup everything for you (make sure that no errors during the compilation process)
  • Open your httpd.conf file and add AddHandler flv-stream .flv (at the end of  AddHandler lines)
  • Restart apache /etc/init.d/httpd restart

njoy mod flvx

Useful links :

H264 Streaming module


Tags : Installing mod_flvx , mod_flvx , mod_flvx cpanel , apache flv streaming , mod_flvx with cpanel

Write a comment

You must be logged in to post a comment.