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
The configuration should be merged the other way around. This also applies to the rendering of "qt":
case 'qt' :
$conf[$conf['type'] . '.'] = array_merge($conf['mimeConf.']['swfobject.'][$conf['type'] . '.'], $typeConf);
Here the rendering of 'swfobject' is used instead of 'mimeConf.qtobject'.
It looks like the configuration is not properly merged when using the flowplayer as a fallback for rendering html5 video.
Traced this down to the following lines in 'class.tslib_content_media.php' (line 215 in TYPO3 4.7):
The configuration should be merged the other way around. This also applies to the rendering of "qt":
case 'qt' :
$conf[$conf['type'] . '.'] = array_merge($conf['mimeConf.']['swfobject.'][$conf['type'] . '.'], $typeConf);
Here the rendering of 'swfobject' is used instead of 'mimeConf.qtobject'.
https://forge.typo3.org/issues/44797
The text was updated successfully, but these errors were encountered: