Archive for the tag 'streaming'

Streaming support, introduced in cPanelâ„¢ 11.24, received various performance improvements. When the Express Transfer method is used with streaming, zone activation is deferred until the end of the account restoration process. This resolves an issue that occurs when transferring accounts among servers within a DNS cluster.

A Select All button was added to the Express Transfer column in the Multiple Account Transfer interface.

The transfer system now detects when the remote or local servers run out of disk space. The errors are captured and the administrator is notified.

mod_flvx FLV Progressive download streaming for Apache 2

If you are using cpanel server you should have already installed Apache. Make sure that you have apache 2.2 version on the server or else you might have errors during compiling mod_flv.

Download mod_flvx.c from http://github.com/osantana/mod_flvx

cd /usr/src

wget http://github.com/osantana/mod_flvx/blob/master/mod_flvx.c

Compile and install module:

/usr/local/apache/bin/apxs -i -a -c mod_flvx.c

Add the following handler in /usr/local/apache/conf/httpd.conf

AddHandler flv-stream .flv

Reload configuration:

service httpd restart

or

kill -1 `cat /usr/local/apache2/logs/httpd.pid`