I have godaddy shared hosting server running under linux. I am trying to install ffmpeg on server but I am unable to install it.

on godaddy, yum is not working.

Anybody have successfully installed FFMPEG on shared hosting? Can you please let me know the steps to install?

Thanks in Advance.

link|improve this question
feedback

2 Answers

up vote 2 down vote accepted

on godaddy, yum is not working.

Of course it's not working, because it's not your server to install packages on.

You may be able to find a statically-linked binary of ffmpeg around, which you should be able to run in a shared hosting environment.

However, if you really need the ability to add/remove packages like this, switch to a VPS solution instead of shared hosting.

link|improve this answer
Dont have option to move to VPS or DS :( Do you have list or steps to install statically-linked binary of ffmpeg on server? – onkar Dec 21 '11 at 13:31
I just need to install FFMPEG on shared hosting. other packages are supported by godaddy. so not affordable to purchase VPS or DS for one package. – onkar Dec 21 '11 at 13:33
No, sorry I don't. – ErikA Dec 21 '11 at 13:33
This is one of the sacrifices you made by choosing shared hosting - it's not your server, and as such, you're stuck using whatever packages are provided by your hosting provider. – ErikA Dec 21 '11 at 13:34
Even if he finds a statically-linked binary, GoDaddy's going to get mad about the resulting CPU load. – ceejayoz Dec 21 '11 at 15:14
show 1 more comment
feedback

As ErikA recommends, you will need to find a FFMPEG binary that will run on your particular GoDaddy hosting account.

You will need to upload the binary to your account, preferably in an area outside of the document root. Be sure to set the permissions on the binary to be executed.

In your application, you will need to set the path to the binary location. Most applications will be looking for the default location so this will fail.

Here is an older post on this topic.

http://bogdan.org.ua/2007/06/28/compiled-linux-ffmpeg-binary-for-gallery2-download.html

link|improve this answer
GoDaddy'll likely disable an account using as much CPU as ffmpeg. – ceejayoz Dec 21 '11 at 15:14
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.