Steps To Install FFMPEG On Centos5

May 5, 2009

Can someone please provide me steps to install FFMPEG on centos5.

View 4 Replies


ADVERTISEMENT

How To Install Ffmpeg, Ffmpeg-PHP, Mplayer, Mencoder, Flv2tool, LAME MP3 Encoder

Oct 21, 2009

When i try to install all those things i am getting error...i am following the things given in below link but i am not to excute this svn command

[url]

View 6 Replies View Related

Install Xen Centos5

Nov 26, 2007

i have installed xen kernel et libraries, i try to install a guest os with virt-install, and when i hit the network installation it doesn't seam to work. The installation doesn't go further.

Anyone has experience with xen ? I'm a good unix admin but i havn't worked alot with xen yet. I can make it work on other hardware but it seams that for some reason it doesn't work on my dedicated server.

View 3 Replies View Related

Howto Install PHP/Java Bridge In Server Centos5.2

May 10, 2009

i have server
system centos5.2
Apache 2.2.11
PHP 5.2.9

how can install HP/Java Bridge?

in this link he said install Apache Tomcat
but i have Apache 2
[url]

View 3 Replies View Related

HOWTO Install FFMPEG

Nov 27, 2006

FFMPEG INSTALLATION FROM SOURCE
FFMPEG INSTALLATION FROM SOURCE
installed by:
Robertas Dereskevicius
Edited by Jon Nikolakakis
OS/ Fedora Core 5

Summary
download and install:
libffac
libffad2
xvid
libogg,libvorbis
mp3lame
ffmpeg

Setting Up Install Folder, Logging and download Packages
1)Log into ssh
2) cd /usr/src && mkdir install && cd install
3) Download faad2 and faac
from http://faac.sourceforge.net/oldsite/download.php get Faad2 and faac (new versions)

wget http://prdownloads.sourceforge.net/f...ar.gz?download
wget http://prdownloads.sourceforge.net/f...ar.gz?download

4) Verify that you have these components are installed
rpm -qa automake
rpm -qa autoconf
rpm -qa libtool
rpm -qa m4
rpm -qa gcc-c++

If any are missing than simply yum install (packagename), if you dont have a package manager than get one, it will save you alot of time
and headaches.

Installing Faac
5)tar -zxvf faac-1.24.tar.gz && cd faac
6) sh bootstrap
7) ./configure
8) make
9) make install
10) cd ..

Installing Faad2
11) tar -zxvf faad2-2.0.tar.gz
12) cd faad2 && less README.linux
13) There is 2 bugs with this package, so need to manually edit these files
14) nano Makefile.am
Edit the file to look like this
SUBDIRS = libfaad common frontend plugins
EXTRA_DIST = faad2.spec

15) cd common/mp4ff && nano mp4ffint.h
16) Comment out this line
//void mp4ff_track_add(mp4ff_t *f);

17)Save file and cd ../..
18)autoreconf -vif
19) ./configure
20) make
21) make install

Installing Libogg and Libvorbis
22)cd .. and then Check to see if libogg and libvorbs
rpm -qa libogg-devel
rpm -qa libvorbis-devel
rpm -qa libncurses-devel

If not installed then simply Package Install (replace yum and install settings with your package manager)
yum install libogg-devel
yum install libvorbis-devel
yum install libncurses-devel

Installing LAME (for audio)
23)go into lame sourceforge - http://sourceforge.net/project/showf...package_id=309
24)wget http://mesh.dl.sourceforge.net/sourc...me-3.97.tar.gz
25)tar -zxvf lame-3.97.tar.gz
26)cd lame*
27) ./configure; make;make install

Installing Xvid
28) cd .. && wget http://downloads.xvid.org/downloads/...e-1.1.2.tar.gz
29)tar -zxvf xvidcore-1.1.2.tar.gz && cd xvid*/build/generic/
30) ./configure; make; make install;
31) cd ../../..

Installing ffmpeg
32) rpm -q subversion If not install, then install subversion
33)svn checkout svn://svn.mplayerhq.hu/ffmpeg/trunk ffmpeg && cd ffmpeg
34) ./configure --enable-shared --enable-xvid --enable-vorbis --enable-libogg --enable-mp3lame --enable-gpl --enable-faad --enable-faac --enable-a52
35)make
36)make install

If Installation went ok, run
ldd ./ffmpeg
If Path to Lib Libraries are not ok

37)Check to see if /usr/local/lib exists on this file
cat /etc/ld.so.conf

If not
echo /usr/local/lib >>/etc/ld.so.conf

38) cat/etc/ld.so.conf Now check to see if (/usr/local/lib exist)
39) save file
40) ldconfig
41) run ldd ./ffmpeg

FFmpeg should be complete and installed. On some servers you may need to add Disable Shared and enable flags.

View 14 Replies View Related

FFMPEG And FLVTOOL2 Install

Jul 17, 2009

I just got a brand new server, its a centOS 5 box with cPanel installed, compiled with suPHP and the latest version of Apache. I was trying to install FFMPEG, Flvtool2, flvtool, mplayer, etc etc, and I had some issues, so I paid serverwizards to install it, and they tried to install it, but it seems they installed a broken version of flvtool2, or didnt install it right, and their best response up to date is "we are googling this", then they blow me off for 12 hours. This has been going on for 3 days so far.

Here is a test I ran.

Quote:

root@svr3 [~]# /usr/bin/flvtool2 -UDs /home/rbetvcom/public_html/amphosted/uploads/CSb3k1pZcsi4BtyuOhx3.flv
^XERROR:
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `index'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:257:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `collect'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:256:in `frame_sequence'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:270:in `framerate'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flv/stream.rb:131:in `add_meta_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:184:in `add_meta_data_tag'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:137:in `update'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `send'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:47:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:46:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:239:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `each'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:225:in `process_files'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2/base.rb:44:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:168:in `execute!'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/lib/flvtool2.rb:228
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require'
ERROR: /usr/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require'
ERROR: /usr/lib/ruby/gems/1.8/gems/flvtool2-1.0.6/bin/flvtool2:2
ERROR: /usr/bin/flvtool2:19:in `load'
ERROR: /usr/bin/flvtool2:19
root@svr3 [~]#

View 2 Replies View Related

How To Install FFMPEG On Fedora Core 4

Sep 12, 2007

i want to install FFMPEG on my server , i tried to install from here http://vexxhost.com/blog/category/ffmpeg/

but i got error in step no. 6 , put in your consideration i didn't do the step no. 5
coz my OS is Fedora core 4.

plz any one have the right way to install , tell me.

View 3 Replies View Related

FFmpeg-Php Phpize Install Issue

Apr 27, 2007

I'm trying to install ffmpeg-php on fedora c4

When trying to phpize i get this error:

Configuring for:

PHP Api Version: 20031224
Zend Module Api No: 20041030
Zend Extension Api No: 220040412
/usr/bin/phpize: line 105: aclocal: command not found

I found a similar thread and tried their solution (yum install automake)

Downloading Packages:
warning: rpmts_HdrFromFdno: Header V3 DSA signature: NOKEY, key ID db42a60e
Public key for autoconf-2.59-5.noarch.rpm is not installed
Retrieving GPG key from file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora
GPG key at file:///etc/pki/rpm-gpg/RPM-GPG-KEY-fedora (0x4F2A6FD2) is already installed


The GPG keys listed for the "Fedora Core 4 - i386 - Base" repository are already installed but they are not correct for this package.
Check that the correct key URLs are configured for this repository.

.. I'm pretty new to linux and have no idea whats going on/how I can resolve it - does anyone have any suggestions? If theres any more info I should post that would help let me know.

View 2 Replies View Related

How To Install FFMPEG Packages On CentOS 5 64-Bit

Nov 6, 2009

to install the complete FFMPEG package onto my VPS which includes, FFMPEG, Mplayer, Mencoder, Lame, etc.

I generally use the following script which works as a charm, but doesn't work very well on CentOS 64-Bit.

View 8 Replies View Related

How To Install Ffmpeg, Mencoder & Flvtool2

Aug 11, 2008

How do I install the following in these locations?

ffmpeg
/usr/bin/ffmpeg

mencoder
/usr/bin/mencoder

flvtool2
/usr/bin/flvtool2

View 3 Replies View Related

Plesk 11.x / Linux :: How To Install FFMPEG

May 24, 2014

How do I install FFMPEG on Pleslk 11.5?

View 1 Replies View Related

Install Ffmpeg, Mplayer & Liboog On CentOS 5

Jul 18, 2008

I want to install the following on CentOS 5.2

FFmpeg
FFmpeg-PHP
Mplayer + Mencoder
flv2tool
Libogg + Libvorbis
LAME MP3 Encoder CentOS

View 6 Replies View Related

How To Install Ffmpeg On Centos/rhel, The Simple Way

Jun 7, 2007

I seen where a lot of server management companies are charging big bucks for this, so this might save you some time and money.
First

Code:
nano -w /etc/yum.repos.d/dag.repo
Insert

Code:
[dag]
name=Dag RPM Repository for Red Hat Enterprise Linux
baseurl=http://apt.sw.be/redhat/el$releasever/en/$basearch/dag
gpgcheck=1
enabled=1
Then yum update and search for ffmpeg and install all ffmpeg packages including devel.
Seems there is some lib problems along the way so in /etc/ld.so.conf
add
/usr/local/lib
then
ldconfig -v
To install the php extension follow the simple directions on [url]
Then you should be all set!

Tried and tested on 2 different centos server, works fine.

View 14 Replies View Related

Plesk 12.x / Linux :: How To Install Ffmpeg On Server

Sep 12, 2014

I have server with the Plesk control panel on Linux server and want to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc , but not sure about the steps to install it. Is there any script or easy steps to install ffmpeg + MPlayer + LAME + FLVtool2 + MediaInfo + Mencoder + MP4Box + neroAacEnc on my server.

View 1 Replies View Related

[How Install ]FFmpeg And Strem Program In CENTOS Enterprise 5.2 I686

Oct 8, 2008

* FFmpeg [url]
* FFmpeg-PHP [url]
* Mencoder and Mplayer [url]
* LAME MP3 Encoder [url]
* Libogg [url]
* FLVtool2 [url]
to install the up program in vps hes worked with CENTOS Enterprise 5.2 i686

because im try but not working like Mencoder and Mplayer he cant connect with me in ssh

View 1 Replies View Related

Plesk 12.x / Linux :: How To Install Ffmpeg On Server With Control Panel

Aug 21, 2014

I have server with the Plesk control panel on Linux server and want to install ffmpeg but not sure about the steps to install it. Any script or easy steps to install ffmpeg on my server.

View 1 Replies View Related

Hosting With FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support

Jun 9, 2009

The hosting with FFMPEG, FFMPEG-PHP, Xvid, Mp3lame, FLV2Tool Support is necessary.

It was pleasant downtownhost.com,
But cost 4.95 only at payment of 36 months! It is a lot of ((

There are similar variants?

View 13 Replies View Related

Want To Ban Spammers? 8 Easy Steps

Feb 20, 2008

1. Install CSF

2. Install Iptables if it's not installed (apt-get install iptables on redhat/centos)

3. In WHM under "# ConfigServer Security&Firewall" click on firewall deny ips

4. Open a 2nd window, Goto Main >> Server Status >> Apache Status

5. Check if there are any spammers with lots of connections to a specific file, that's how I got a lot of the IP's.

6. Goto http://ws.arin.net/whois/?queryinput=99.225.243.201

7. Enter the IP you found at "Server Status" and enter it at ws.arin.net to get the proper CIDR which you can easily add to your CSF deny hosts file (which is open in another window)

8. Get a tea and watch the server status closely.

View 8 Replies View Related

Cpanel Steps For Security

Jan 24, 2008

I just signed up for a shared hosting plan that uses cpanel and got a simple page up and running with no problems. I need to know if there are any steps I need to take as far as security. I have read info about password protecting directories but I'm not sure if that needs to be done on directories that are already there like /etc /mail /accesslogs or just ones that I create like /myimages for example.

I don't have visitors yet and don't think I will for awhile but would still like to take all precautions early and get them out of the way.

View 4 Replies View Related

First Steps On A Dedicated Server

Apr 5, 2008

When I take delivery of a dedicated server setup with CentOS and cpanel; what is the first I need to do? Is there somewhere any tutorial how help beginners on the right way?

View 14 Replies View Related

New Company: First Technical Steps

Nov 7, 2007

I have moderate experience in administrating. I recently got a quarter cabinet, and I have 2 servers in there.

I have registered a company name, as a domain which is currently hosted at GoDaddy (www/mail) (mydomain.com)

But I have installed centos5 on one server, and called it web1.mydomain.com, added the web1 CNAME in GoDaddy's DNS control. Even did an rDNS to it through my provider.

I have installed Webmin on it to help me add virtual servers (who will be my customers)
And web1.mydomain.com has a mail server on it (Postfix).
Might even put DNS on it. These virtual servers will send emails as well (as I'll be hosting them)

But for now, what will be my next steps in getting my mail server (or the main server) accepted in the web world, for example, I've done SPF records, and rDNS. But what else do I need to do so my email is accepted everywhere?

The virtual domains will be sending mail using the postfix, and ofcourse it'll mean they're piggybacking on web1.mydomain.com, so I guess I need to do stuff so email from web1.mydomain.com will be accepted worldwide.

View 10 Replies View Related

Moving To Hostgator - Migration Steps

Jan 3, 2009

I've been with midphase/autica on a $10 reseller plan for several years, but I think it's time for a change. I have a personal site, and 2 small business websites.

I think I'm just going to sign up for a shared hosting plan, as I really don't need the separate cpanel access for each domain.

These are the migration steps as I understand them. Am I missing anything?

1. Sign up with hostgator

2. Set up main domain and 2 other domains.

3. FTP over all files and folders, including mail folders.

4. Set up email addresses with new host

5. Go to my registrar (namecheap) and change the name server from old to new (that hostgator gave me).

Is that about it? Am I missing any critical steps? Mainly, I just don't want to miss any emails. According to the chat at hostgator, once I switch the name servers, the change should be instantaneous. True?

View 11 Replies View Related

Best Steps When Resold Hosting Goes Offline

Jul 14, 2009

I resell hosting and for the first time in 10 years, the hosting company's servers have gone down and my clients sites are currently down, including email (ouch!).

Any experience with this or suggestions on how to communicate and rectify the situation with my customers? None of them are doing major ecommerce so I don't think there is a significant loss of sales, but regardless, their site is down. I take pride in providing great service and want to be straight up with them and more than fair.

I was thinking of extending their current hosting and acquiring a backup host in the rare event that this happens again so at least their site will be live, even if email is not.

View 6 Replies View Related

Server Compromised – Steps For Recovery

Apr 12, 2008

one of the worst things (in hosting) has happened. I received a notice this morning from lfd (configserver) that someone had logged into my server as root and it wasn’t me.

Unfortunately I didn’t notice it until eight hours later so I have no idea (yet) what happened during that period. Thankfully I don’t have any really critical data on the system that could have been stolen.

I’m in the process of restoring from a full system backup right now. After that’s done I’m going to look to see what the differences are between the files from the backup and that on the comprised drive. I’m not sure if I’ll get anything useful from the diff but hopefully I’ll find a clue as to how they got root access.

Then of course I need to get my server back up. However, I don’t want to do this until I’ve taken some steps to identify how the individual got in and take some additional preventative steps.

Here’s what I am planning on doing:

1) Check to make sure all exposed services are patched and look at some security sites to see if there are any known vulnerabilities for these services. Anyone know which sites are good to look at?

2) Change firewall to only allow ssh access from a couple specific IP addresses.

3) Disable root ssh access so I have to login via a different account and perform sudos, etc.

4)?

I’ll also look for a good server-hardening guide to see if there are some obvious things I forgot to secure.

Do any of you find folks have any other suggestions or resources that I should check out?

View 11 Replies View Related

Less Ram With Centos5

Jul 6, 2007

we got a new box with 4GB of ram but seem that Centos 5 show only 3Gb why?

root [/]# free -m
total used free shared buffers cached
Mem: 3290 2757 533 0 228 968
-/+ buffers/cache: 1560 1729
Swap: 8001 0 8000

root@mikonos [/]# uname -a
Linux 2.6.18-8.1.6.el5 #1 SMP Thu Jun 14 17:46:09 EDT 2007 i686 i686 i386 GNU/Linux

the same server with Centos 4 report 4GB

View 4 Replies View Related

Steps To Get EMail Working On A Home Server (Windows, Apache)

Oct 25, 2007

What else do I have to do?

I don't understand.

Please see attached screen-shots.
[url]
[url]
[url]
[url]

View 1 Replies View Related

CentOS5 - HDD Partition

May 14, 2008

I'm trying to install CentOS5. Although the default partition should work fine for me, but I would like to create my own partition for /var, /usr/, /tmp, /swap, etc. Can you recommend me a good partion including the size. My server has 4GB RAM and 500GB SATA2 HDD. I don't use much space of HDD.

View 10 Replies View Related

Centos5 Use Less Memory Than 4

May 18, 2008

centOS5 don't come with mass install software?

Any perl modules and rpm sources can compile on 64bits version?

View 9 Replies View Related

Libxcrypt On CentOS5

Jan 26, 2008

Trying to get something sorted on a VPS that I want, but when I try to run a script I get the following error:

cp: cannot stat `/lib/libxcrypt.so.1': No such file or directory

which is easy enough for me to understand however, I cannot find what package I need to install to provide the file.

I have searched for libxcrypt* on the box to see if its hidden elsewhere but to no avail.

View 1 Replies View Related

CentOS5 And CPanel :: Subdirectories

Nov 18, 2008

I have a VPS with CentOS5 and CPanel...for some reason if I went to that URL it would show the website for the second account created in WHM...so I modified the httpd.conf and added the domain, but for some reason subdirectories won't work on it.

View 2 Replies View Related

Unable To Connect Via SSH With Centos5 X64

May 27, 2007

I have been struggling with a couple of new servers that we want to run Centos 5 on. For a second assume that is our desire so going back to 4.x isn't an option yet.

Now while I mention Centos 5, the problem seems to be with PAM and x64.

When trying to login to the server via ssh, the login succeds but then immediately kicks the user out. I have tried this with root and another user created. I have set the UsePam option to no to try to resolve this in sshd_config.

On the H-Sphere forum I found this reference:

[url]

" if i try to connect with ssh and i enter the right password i get an error and ssh closes the connection. The answer already was in the ticket you opened:

Quote:

That is known bug dealt with PAM authentication.

The bug was fixed for i386 systems long time ago. But it was not fixed for x86_64 architecture.

We build FreeVPS kernel new version 1.5-13.1 for x86_64 architecture to fix the problem.
We also installed the kernel into the box IP 64.71.227.16.

Please reboot the box with the new FreeVPS kernel version: 2.6.9-freevps-1.5-13.1smp.
Let us know the result."

Does anyone know how to resolve this? A reinstall of PAM was attempted by a well known sysadmin here but to no avail.

View 7 Replies View Related







Copyrights 2005-15 www.BigResource.com, All rights reserved