WWBN / AVideo-Encoder

Encoder Server for AVideo Platform Open-Source
https://platform.avideo.com
GNU Affero General Public License v3.0
152 stars 189 forks source link

Since YouPHPTube 2.1 we use exiftool to determine if an video is landscape or portrait && FFmpeg is not enabled #108

Open buzzys98 opened 5 years ago

buzzys98 commented 5 years ago

My fork of your script is working great, now i am trying to enable the live streaming capability into my forked script. I've done minimal server side configuring and the only errors left are:

|Since YouPHPTube 2.1 we use exiftool to determine if an video is landscape or portrait| (sudo apt install libimage-exiftool-perl)

|FFmpeg is not enabled| (FFmpeg has been removed from Ubuntu 14.04 and was replaced by Libav. This decision has been reversed so that FFmpeg is available now in Ubuntu 15.04 again, but there is still no official package for 14.04. In this tutorial, I will show you how to install FFmpeg from mc3man ppa. Add the mc3man ppa: If you are not using Ubuntu 14.x go to step 2 Step 1 sudo add-apt-repository ppa:mc3man/trusty-media

And confirm the following message by pressing : Also note that with apt-get a sudo apt-get dist-upgrade is needed for initial setup & with some package upgrades More info: https://launchpad.net/~mc3man/+archive/ubuntu/trusty-media Press [ENTER] to continue or ctrl-c to cancel adding it Update the package list.

                                                    sudo apt-get update
                                                    sudo apt-get dist-upgrade

Now FFmpeg is available to be installed with apt: Step 2 sudo apt-get install ffmpeg)

I am unsure on how to install them using my putty client, ive connected to my GoDaddy Economy Hosting (Linux hosting with cPanel) i am aware that with GoDaddy, i will have to do the following: 1: FFmpeg uses allot of resources on (GoDaddy's side) so ill have to purchase a vps or dedicated server to continue.

but is this the only thing ill have to do? i am very pleased with your project and want to continue to build and configure my own (custom version).

Thank you for your time, -Buzzys98

--Below is the snip of my issue capture

DanielnetoDotCom commented 5 years ago

The tools detection was made for Ubuntu servers, it may fail if you are using other Linux distribution.

try to ignore the error and proceed with the installation.