Bug #105212
closedVideo (mp4) outside website with local driver wil not load
100%
Description
Created a File Storage with the local driver outside the fileadmin structure. In the frontend the the MP4 file will not play. Looking at tag, it is linked a filedump eid link. It wil give the partial 206 status, but will not play (time of 0.00). When copying the mp4 file inside the filadmin stucture, it will render and play correctly.
Directory is set in BE/lockRootPath.
Updated by Garvin Hicking about 2 months ago
- Status changed from New to Needs Feedback
Could you please give precise instructions how to reproduce this, like giving an example storage, and how you linked to it, how you configured it (you probably did not set "public" in the storage)? Do you use any extension like securedl or so? How large is the video file? For an eid include it must not exceed your memory_limit.
Updated by Gerrit Code Review about 1 month ago
- Status changed from Needs Feedback to Under Review
Patch set 1 for branch main of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86518
Updated by Benjamin Franzke about 1 month ago
Can be reproduced using https://download.blender.org/peach/bigbuckbunny_movies/big_buck_bunny_1080p_h264.mov
converted to mp4 via
ffmpeg -i big_buck_bunny_1080p_h264.mov -c:a copy -c:v copy big_buck_bunny_1080p_h264.mp4
This causes memory limit issues when served from a protected folder (via eID dumpFile).
Updated by Gerrit Code Review about 1 month ago
Patch set 1 for branch 12.4 of project Packages/TYPO3.CMS has been pushed to the review server.
It is available at https://review.typo3.org/c/Packages/TYPO3.CMS/+/86477
Updated by Benjamin Franzke about 1 month ago
- Status changed from Under Review to Resolved
- % Done changed from 0 to 100
Applied in changeset 46e32e0b14f5b1a43c2649e3900220ccca68a2c1.