Project

General

Profile

Actions

Bug #105212

closed

Video (mp4) outside website with local driver wil not load

Added by Rene Westendorp about 2 months ago. Updated about 1 month ago.

Status:
Closed
Priority:
Should have
Assignee:
-
Category:
Frontend
Target version:
Start date:
2024-10-06
Due date:
% Done:

100%

Estimated time:
TYPO3 Version:
13
PHP Version:
8.3
Tags:
Complexity:
medium
Is Regression:
Sprint Focus:

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.

Actions #1

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.

Actions #2

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

Actions #3

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).

Actions #4

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

Actions #5

Updated by Benjamin Franzke about 1 month ago

  • Status changed from Under Review to Resolved
  • % Done changed from 0 to 100
Actions #6

Updated by Benni Mack about 1 month ago

  • Status changed from Resolved to Closed
Actions

Also available in: Atom PDF