Pada saat compile ffmpeg kalau ada error lakukan dibawah ini
solusi :
- Cari file ffmpeg_frame.c
- replace all PIX_FMT_RGBA32 to PIX_FMT_RGB32
2. Download PHPMotion ==> http://www.phpmotion.com/registration/download.php?php_version=52
Cara Instalasi PHPMotion ==> http://wiki.phpmotion.com/InstallingV3
Masalah yang phpshield yang biasa muncul saat instalasi solusinya ==>http://wiki.phpmotion.com/PHPShield525
Setelah sukses instalasi
Jalankan phpmotion biasanya masih ada error dimenunya karena pengaruh .htacces dan solusinya adalah :
Rubah "/etc/httpd/conf/httpd.conf" di line 293 and 327 dari: AllowOverride None ke AllowOverride All
Restart the web server.: # service httpd restart
3. Memperbaiki upload yang error
Solusi :
- file Cgi-bin upload dengan mode binnary kemudian set permission file ke 755
- perbaiki /etc/httpd/conf.d cari file vhost anda tambahkan script alias cgi-bin
seperti dibawah ini
ServerName namadomain.com
ServerAlias *.namadomain.com
ScriptAlias /cgi-bin/ "/var/www/virtual/namadomain.com/cgi-bin/"
DocumentRoot /var/www/virtual/namadomain.com
ErrorLog /var/log/httpd/namadomain.com_error_log
CustomLog /var/log/httpd/namadomain.com_access_log combined
# service httpd restart
Selamat menikmati video streaming bersama sinta dan jojo
No comments:
Post a Comment