Project

General

Profile

Actions

Bug #83454

closed

Fluid not rendering mp4 as video-tag

Added by Martin Weymayer over 6 years ago. Updated over 6 years ago.

Status:
Closed
Priority:
Must have
Assignee:
-
Category:
Fluid Styled Content
Target version:
-
Start date:
2018-01-03
Due date:
% Done:

0%

Estimated time:
TYPO3 Version:
8
PHP Version:
7.0
Tags:
Complexity:
Is Regression:
Sprint Focus:

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


Related issues 1 (0 open1 closed)

Related to TYPO3 Core - Bug #71474: No rendering of audio files with "Text & Media"Closed2015-11-11

Actions
Actions #1

Updated by Georg Ringer over 6 years ago

  • Related to Bug #71474: No rendering of audio files with "Text & Media" added
Actions #2

Updated by Georg Ringer over 6 years ago

  • Category changed from Fluid to Fluid Styled Content
Actions #3

Updated by Georg Ringer over 6 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?

Actions #4

Updated by Frans Saris over 6 years ago

What mimetype has the file if you look at the file info in the backend?

Actions #5

Updated by Martin Weymayer over 6 years ago

Frans Saris wrote:

What mimetype has the file if you look at the file info in the backend?

It is video/quicktime

Actions #6

Updated by Martin Weymayer over 6 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!

Actions #7

Updated by Frans Saris over 6 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

Actions

Also available in: Atom PDF