PROBLEME FFMPEG

#1
Bonsoir,

J'aimerai bien savoir si quelqu'un a déjà installé le codec ffmpeg au niveau du serveur mutualisé planethoster, si c'est le cas comment il a réussi à le faire.

Pour info mon projet est développé en Laravel, j'ai téléchargé le dossier du site officiel https://www.ffmpeg.org/download.html, je l'ai placer au niveau de la racine de mon projet dans un dossier nommé drivers mais malheureusement, mon App n'arrive pas à accéder au dossier malgré qu'il a toutes les permissions necessaires 0755.

Merci d'avance pour l'intérêt que vous allez porter à ma demande.
 
#3
Hello, @mounir

To install FFmpeg on a shared PlanetHoster server, follow these steps:

Download FFmpeg from the official site and extract the files.
Upload the FFmpeg files to a directory at the root level of your project, such as /yourproject/drivers/ffmpeg.
Ensure your application can find FFmpeg by adding its path in your Laravel .env file with a line like FFMPEG_PATH=/yourproject/drivers/ffmpeg.
Make sure the FFmpeg binaries have the correct permissions (0755) to be executable.
If the issue persists, check with PlanetHoster support to confirm FFmpeg compatibility on your shared plan.

I hope this will be helpful for you
Best regards
chris wright
Hello, is on possible to use ffmpeg on hosting shared you need to use that with hybride cloud
 
Haut