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


ADVERTISEMENT

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

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

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

Plesk 12.x / Linux :: VPS Server - How To Install Email Account

Feb 23, 2015

I just got a vps server with plesk 12 on it. I've added domains and so far so good. But I can't figure out how to install the email accounts.

I've made de email accounts and when adding these accounts to my mail program I wanted to use mail.domain.com or imap.domain.com But it doesn't work? And I need to use the smtp host of the internetprovider?

How can I use imap.domain.com and smtp.domain.com to get and send my emails?

Also Is there any way how to check if my server is installed ok and there are no security issues? Because I'm a noob I don't know what the best settings are?

View 1 Replies View Related

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

Jul 21, 2014

I have a new 1 and 1 hosting account and have reimaged to have Plesk Panel 12 as I have used Plesk with another virtual server account.

However I do not know how to install the mail server.

Is there a simple way to install the mail server so I can set up pop mail boxes?

View 6 Replies View Related

Plesk 12.x / Linux :: How To Install CentOS 7 On 1&1 Virtual Server

Apr 1, 2015

I want to update CentOS from:

Code:
Version Parallels Plesk v12.0.18_build1200140606.15 os_CentOS 6
OS CentOS 6.6 (Final)
to CentOS 7.

What steps I need to do to install CentOS 7?

View 4 Replies View Related

Plesk 12.x / Linux :: Possible To Install To Debian Jessie With Auto-install Script?

Jul 19, 2015

Is it possible to install Plesk 12 to Debian Jessie with the autoinstall script?

View 7 Replies View Related

Plesk 12.x / Linux :: How To Install Wildcard SSL For Domain / Subdomain Hosted On Server

Apr 13, 2015

I am running a CentOS 6.5, 64-bit server with Plesk 12.0.18, and need to install a wildcard SSL for one of the domains/sub domains hosted on this server.

So you have the csr and private key installed (and domain.crt?), you just need to open..

1. COMODORSAAddTrustCA
2. COMODORSADomainValidationSecureServerCA

On your desktop and combine the two files into a new intermediate.crt file and upload that as the CA File.

But I'm not sure why you can't add it as text.

Click to expand...
Click for original message

View 7 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

Steps To Install FFMPEG On Centos5

May 5, 2009

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

View 4 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

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

[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 PHP 5.2

Jul 21, 2014

Easy way to install 5.2 with plesk i try all old threads but these not working ....

View 2 Replies View Related

Plesk 12.x / Linux :: How To Install Php 5.5

Dec 20, 2014

I wanna know How to install php 5.5 in my Plesk 12 CentOs 6

View 4 Replies View Related

Plesk 12.x / Linux :: How To Install APC

Dec 19, 2014

I am using Plesk for my website and I want speed it little bit so I wanna install an APC without screwing everything.

View 16 Replies View Related

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

Feb 15, 2015

I am trying to install Plesk 11.5.30...I have downloaded the autoinstaller to my CentOS 7 server:

# wget http://autoinstall.plesk.com/plesk-installer
#chmod +x plesk-installer
#./plesk-installer --all-versions
I have also tried:
# ./plesk-installer --select-release-id PLESK_11_5_30

But i only get options from Plesk 12.0.18 to 12.1.15. I should run /usr/local/psa/admin/sbin/autoinstaller --all-versions to install older versions of Plesk, but when i run this the file does not exist.How do i install Plesk 11.5.30?

View 2 Replies View Related

Plesk 12.x / Linux :: How To Install CloudFlare For PA 3.0.2

Nov 3, 2014

I'am partner with cloudflare I have the follow question:

As my subject says how can I install cloudflare for PA? (I already install the addon extension ServerShield Plus by CloudFlare) but pretend install CloudFlare for PA [URL] ....

Where I can get:
[URL] ....
POA IP, POA API, etc?

View 7 Replies View Related

Plesk 12.x / Linux :: Select PHP 5.6 After Install

Dec 8, 2014

I have installed PHP 5.6 following this guide (enabling php 5.6 in remi) but I can't select the new version of PHP from hosting settings page in domain administration. What is ionCube?

View 5 Replies View Related

Plesk 11.x / Linux :: How To Install OpenProject On 11.5

Dec 10, 2014

How can I install OpenProject on Plesk 11.5 (Debian 7.7) without problems? How to add vhost for OpenProject and keep running my other websites?

[URL] ....

View 3 Replies View Related

Plesk 12.x / Linux :: How To Install Mcrypt For PHP

Nov 5, 2014

I would like to know the process to activate or install mcrypt module on my php ?

I'm on
OS Ubuntu 10.04.3 LTS
Plesk 12.0.18

View 2 Replies View Related

Plesk 12.x / Linux :: Can't Install On OpenSUSE 13.1

Jul 2, 2014

I get the following error:

===> Checking for the necessary system accounts
Checking for the system groups and users necessary for MySQL...
Checking for the group ''...
Trying to add group ''... groupadd: '' is not a valid group name

ERROR while trying to add group ''Click to expand...

View 7 Replies View Related

Plesk 12.x / Linux :: Install Joomla Via XML-RPC API

Aug 18, 2014

I trying to install Joommla via XML-RPC API. (Plesk version : 12.0.18 Update #13 - API version : 1.6.6.0)

Here are my methods
1. get Package list
2. download package
3. install package

if I try with Wordpress, I don't have any problems.

With Joomla : step 2 : I've got this message in log file :
ERR [panel] Error during package add to repository: Add-ons for APS packaged web apps are not supported.
ERR [apscatalog] Error during downloading package from APS Catalog: Add-ons for APS packaged web apps are not supported.
ERR [panel] Task failed: id=95, pid=21231, type=aps-download, error=Add-ons for APS packaged web apps are not supported.

If I install via http admin interface, install works.

View 4 Replies View Related

Plesk 11.x / Linux :: Install Two Versions Of PHP?

Jul 21, 2014

I tried to install an additional version of PHP followuing this guide [URL] .....

But when i launch this command (the same of the guide but I substitute "php540" with "php55") I retrive the following error:

./configure '--with-libdir=lib64' '--cache-file=../config.cache' '--prefix=/usr/local/php55-cgi' '--with-config-file-path=/usr/local/php55-cgi/etc' '--disable-debug' '--with-pic' '--disable-rpath' '--enable-fastcgi' '--with-bz2' '--with-curl' '--with-freetype-dir=/usr/local/php55-cgi' '--with-png-dir=/usr/local/php55-cgi' '--enable-

[Code]....

View 3 Replies View Related







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