Announcement

  •  » Extensions
  •  » Where do I load ffmpeg folder? videojs

#1 2017-11-04 12:22:50

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Where do I load ffmpeg folder? videojs

Hi

I have downloaded the ffmpeg tar and extracted it all but I have no idea where to upload it?

I want to use it with videojs plugin have looked on their documentation and it doesn't say where to upload it or want the binary path should be.

Thanks in advance

Kriss :)

http://www.nikmania.me.uk/media/index.php?/category/74

Piwigo 2.9.2
Operating system: Linux
PHP: 7.0.25 (Show info) [2017-11-04 11:21:27]
MySQL: 5.5.5-10.1.24-MariaDB [2017-11-04 11:21:27]
Graphics Library: External ImageMagick 6.9.3-9

Offline

 

#2 2017-11-05 15:01:38

cryopad
Piwigo Team
Grenoble, France
2015-11-01
191

Re: Where do I load ffmpeg folder? videojs

Hi Kriss,

Why don't you simply use an installer like for example on Linux/Debian:

sudo apt-get install ffmpeg

Bye for now


If you enjoy Piwigo for iOS…
➤ We would appreciate an AppStore review.
➤ Comments, suggestions ? Tell us on GitHub…
➤ Not yet available in your language ? Help us translate it…

Offline

 

#3 2017-11-05 17:52:34

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Re: Where do I load ffmpeg folder? videojs

Linux is my hoster not my computer... I can't get onto my hosters server.

Kriss :)

Offline

 

#4 2017-11-05 19:57:58

erAck
Only trying to help
2015-09-06
2021

Re: Where do I load ffmpeg folder? videojs

Then you should best ask your hoster to install ffmpeg for you.

Another possibility could be to install ffmpeg and its libraries that are not already on the system (and only those) into a directory hierarchy that is reachable by your webserver executable during runtime but *NOT* under your domain's paths (e.g. not under /var/www/ or www/ or public_html/ or wherever your site's pages are under), for example /home/you/usr/... i.e. /home/you/usr/bin/ffmpeg and /home/you/usr//lib64/ for the libraries. However, that approach is cumbersome and error prone and heavily depends on your system and its libraries and you may have to adapt things whenever the system is updated. The command line to enter in the  videoJS FFmpeg binary path edit field then would be

Code:

LD_LIBRARY_PATH=/home/you/usr/lib64 /home/you/usr/bin/ffmpeg

Running Piwigo at https://erack.net/gallery/

Offline

 

#5 2017-11-05 20:00:28

SciFiKriss
Member
Bracknell, Berks
2017-06-19
56

Re: Where do I load ffmpeg folder? videojs

I just asked my hoster about it and they said no... it uses a lot of resources so they don't do it on shared servers but do on dedicated servers.

Thanks for all the help though. :)

Kriss :)

Offline

 
  •  » Extensions
  •  » Where do I load ffmpeg folder? videojs

Board footer

Powered by FluxBB

github twitter newsletter Donate Piwigo.org © 2002-2024 · Contact