Page 1 of 1
How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 2:31 am
by sllz
hi, i use VestaCP as my VPS control panel and is very comfortable and the dashboard display that is unbelievably userfriendly.
in some scripts that I use requires FFMPEG PHP and some ways that I encountered did not succeed. Can you give a detailed guide on installing FFMPEG in VestaCP?
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 2:52 am
by emardotcom
You install it just like you would in any linux system.
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 3:09 am
by sllz
emardotcom wrote:You install it just like you would in any linux system.
I'm very beginner in running linux and vps. could you explain in more detail?
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 5:00 am
by skurudo
http://ffmpeg-php.sourceforge.net/ -> Read INSTALLATION, please
You need first download source for compile, then uppuckm then compile binary from source and then add this extension
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 5:03 am
by joem
sllz wrote:emardotcom wrote:You install it just like you would in any linux system.
I'm very beginner in running linux and vps. could you explain in more detail?
If you youtube or google "Install FFMPEG on YOUR OS HERE" then you will find lots of videos and articles on the how to install FFMPEG. Your going to need to edit some apache and php config files you can find a list
here. Sorry skurudo looks like we replied at the same time.
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 5:08 am
by skurudo
joem wrote: looks like we replied at the same time.
And replied in same way ;-)
It's rare extension, I don't see ffmpeg often.
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 10:38 am
by sllz
Thank you for reply all..
I've been following this way
http://www.mysql-apache-php.com/ffmpeg-install.htm and managed to install ffmpeg. But I'm confused on ffmpeg-php installation that she explain
/path/file/to/ffmpeg-php.bz2 should I upload files of
ffmpeg-php.bz2 it in the folder where?
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Thu Jan 29, 2015 10:52 am
by skurudo
sllz wrote: But I'm confused on ffmpeg-php installation that she explain /path/file/to/ffmpeg-php.bz2 should I upload files of ffmpeg-php.bz2 it in the folder where?
Nope, you can get source on official site or other site, you just need URL (if I understand this article correct)
try -> wget
http://downloads.sourceforge.net/projec ... irror=iweb
Re: How To Install FFMPEG PHP in VestaCP?
Posted: Fri Jan 30, 2015 9:38 pm
by sllz
skurudo wrote:sllz wrote: But I'm confused on ffmpeg-php installation that she explain /path/file/to/ffmpeg-php.bz2 should I upload files of ffmpeg-php.bz2 it in the folder where?
Nope, you can get source on official site or other site, you just need URL (if I understand this article correct)
try -> wget
http://downloads.sourceforge.net/projec ... irror=iweb
It's work! thank you....