Hmm … The idea of this article is because i met this problem a few days ago. The real solution is a little bit complicated. 1. We have to install a special library called FFmpeg on the OS system to encode the current flv. The problem is that it can encode all type of formats [...]
I check about balancing the traffic between the two servers and here is the conclusion for what i learn and found: There are different softwares for balancing the traffic between servers BUT. 1. Almost all of them for linux and windows are not good. There are free softwares which are available in the internet. I [...]
.htaccess files can be enabled by placing the following contents in the httpd.conf file: AccessFileName .htaccess <Directory “/usr/local/psa/home/vhosts”> Options +All AllowOverride All Order allow,deny Allow from all </Directory> Restart apache.