Bug #83454
closedFluid not rendering mp4 as video-tag
0%
Description
Nearly same issue as https://forge.typo3.org/issues/71474 but on fluid tag in file "Video.html"
<f:media class="video-embed-item" file="{file}" width="{dimensions.width}" height="{dimensions.height}" alt="{file.alternative}" title="{file.title}" />
in fluid styled content - element text with media. The renered code is an image-tag instead of video
Updated by Georg Ringer almost 7 years ago
- Related to Bug #71474: No rendering of audio files with "Text & Media" added
Updated by Georg Ringer almost 7 years ago
- Category changed from Fluid to Fluid Styled Content
Updated by Georg Ringer almost 7 years ago
- Status changed from New to Needs Feedback
I tested it on master and it works fine. 8 is not that much different there. can you test on an empty installation?
Updated by Frans Saris almost 7 years ago
What mimetype has the file if you look at the file info in the backend?
Updated by Martin Weymayer almost 7 years ago
Frans Saris wrote:
What mimetype has the file if you look at the file info in the backend?
It is video/quicktime
Updated by Martin Weymayer almost 7 years ago
Georg Ringer wrote:
I tested it on master and it works fine. 8 is not that much different there. can you test on an empty installation?
hm ... strange ... I mime type is wrong on live server. I now copied video file via ftp to testserver and mime type is video/mp4 and everything works fine. thanks!
Updated by Frans Saris almost 7 years ago
- Status changed from Needs Feedback to Closed
Mimetype recognition is a server setting. Glad it works now.
For future reference; QuickTime isn't supported as it's no standard that most browsers support.
See https://github.com/TYPO3/TYPO3.CMS/blob/master/typo3/sysext/core/Classes/Resource/Rendering/VideoTagRenderer.php for the supported mimetypes