• Welcome to the Chevereto User Community!

    Here, users from all over the world come together to learn, share, and collaborate on everything related to Chevereto. It's a place to exchange ideas, ask questions, and help improve the software.

    Please keep in mind:

    • This community is user-driven. Always be polite and respectful to others.
    • Support development by purchasing a Chevereto license, which also gives you priority support.
    • Go further by joining the Community Subscription for even faster response times and to help sustain this space
  • Chevereto Support CLST

    Support response

    Support checklist

    • Got a Something went wrong message? Read this guide and provide the actual error. Do not skip this.
    • Confirm that the server meets the System Requirements
    • Check for any available Hotfix - your issue could be already reported/fixed
    • Read documentation - It will be required to Debug and understand Errors for a faster support response

Can't upload vedio

Version
4.1.4
PHP version
8.0.26
Database driver
MariaDB
Database version
10.7.3
Web browser
firefox

madlaxcb

Chevereto Member
Chevereto 4.1.4
I configured the paths for FFmpeg related binaries in ENV.Can't upload vedio now.




pzCWM.png

pzcSG.png

pzX4I.png
 
Picture you posted says "your ffmpeg is too old". Perhaps the issue is that you are using the git source? You should be using a release package, not a repo branch. These are for development, not for everyday use.
 
Chevereto only issues a command wrapper, simple as that. The wrapper tries for -version, meaning that if you run ffmpeg -version you will get the same error. It is a passtru, nothing fancy.

😎 Try using my docker infra, this stuff works flawlessly there.
 
Chevereto only issues a command wrapper, simple as that. The wrapper tries for -version, meaning that if you run ffmpeg -version you will get the same error. It is a passtru, nothing fancy.

😎 Try using my docker infra, this stuff works flawlessly there.

Why i can't get the same error?

taWsn.png
 
Hard to tell, perhaps hardware related. If you want to isolate the issue the best thing you can do is to use a static binary.

The problem seems to be between ffmpeg and php, perhaps permissions related.
 
Back
Top