You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on May 11, 2025. It is now read-only.
I'm trying to work with videos in my project. After changing the max file size via including a custom.ini file in the docker-compose.yml I can upload videos to the admin interface of pimcore. All good so far!
The problem now is that it doesn't render any previews nor thumbnails in the frontend nor the video itself (in backend view or frontend). See attachments at bottom.
When I try to get a thumbnail of the video it returns /phpapp/web/pimcore/static6/img/filetype-not-supported.svg (the path falsely includes /phpapp/web/ but I don't think this is an issue with your project but rather with pimcore itself).
Same issue in Admin view when inspection console logs.
This makes me believe that maybe FFMPEG doesn't support the video-type?! It is a .mp4 though and the docs say FFMPEG does support it. The installed ffmpeg version is 3.2.10 from what I found.
Do you have any idea why that issue occurs? Can you reproduce this behaviour?
This is the frontend where I'm trying to get a thumbnail first and then use the video output which never finishes loading but tries to get the above mentioned image